From 0a47d482cc041f8137b293ffda7f12886425d149 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sat, 11 May 2013 21:51:31 -0400 Subject: 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). --- debian/control | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 Uploaders: Ralph Amissah 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, -- cgit v1.2.3