diff options
author | Ralph Amissah <ralph@amissah.com> | 2013-05-11 21:51:31 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2013-05-11 21:51:35 -0400 |
commit | 0a47d482cc041f8137b293ffda7f12886425d149 (patch) | |
tree | f41473006ab4ea1894a8dc8e863f2ede7764c102 /debian | |
parent | debian/sisu.install, debian/sisu.manpages, follow branch & dir changes (diff) |
debian/control, Priority changes, dependency issues some packages moved to extra
* Priority extra for now as have dependencies on other extra packages
* sisu-postgresql, extra depends on libdbi-ruby1.9.1 & libdbd-pg-ruby1.9.1
* sisu-sqlite, extra depends on libdbi-ruby1.9.1, libsqlite3-ruby1.9.1 &
libdbd-sqlite3-ruby1.9.1
* sisu-complete, extra depends on: sisu-postgresql & sisu-sqlite
move back to optional should these issues ever be resolved
* Priority optional unchanged for:
* sisu
* sisu-pdf, extra depends on: ttf-liberation
kept as optional, resolve issue later, if necessary use another font
* NOTE: ideally all parts should be Priority optional; ruby db drivers should
almost certainly be optional to match ruby and the databases (postgresql &
sqlite); seek a fix (so as to remove this suboptimal default predicament).
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 8e2def96..7efeaeab 100644 --- a/debian/control +++ b/debian/control @@ -1,6 +1,5 @@ Source: sisu Section: text -Priority: optional Maintainer: SiSU Project <sisu@lists.sisudoc.org> Uploaders: Ralph Amissah <ralph@amissah.com> Build-Depends: debhelper (>= 8) @@ -10,6 +9,7 @@ Vcs-Browser: http://git.sisudoc.org/?p=code/sisu.git Vcs-Git: git://git.sisudoc.org/git/code/sisu.git Package: sisu +Priority: optional Architecture: all Depends: ${misc:Depends}, ruby1.9.1 (>= 1.9.2.180), rsync, unzip, zip Recommends: @@ -54,6 +54,7 @@ Description: documents - structuring, publishing in multiple formats and search by the author or original publisher. Package: sisu-complete +Priority: extra Architecture: all Depends: ${misc:Depends}, ruby1.9.1 (>= 1.9.2.180), sisu (= ${source:Version}), @@ -69,6 +70,7 @@ Description: installs all SiSU related packages See sisu for a description of the package. Package: sisu-pdf +Priority: optional Architecture: all Depends: ${misc:Depends}, ruby1.9.1 (>= 1.9.2.180), sisu (= ${source:Version}), @@ -83,6 +85,7 @@ Description: dependencies to convert SiSU LaTeX output to pdf This package enables the conversion of SiSU LaTeX output to pdf. Package: sisu-postgresql +Priority: extra Architecture: all Depends: ${misc:Depends}, ruby1.9.1 (>= 1.9.2.180), sisu (= ${source:Version}), @@ -102,6 +105,7 @@ Description: SiSU dependencies for use with PostgreSQL database matched and each matched paragraph within them can be displayed. Package: sisu-sqlite +Priority: extra Architecture: all Depends: ${misc:Depends}, ruby1.9.1 (>= 1.9.2.180), sisu (= ${source:Version}), sqlite3, |