From 3c05864f044af858954ee51e90ae63b6d1b31a33 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sun, 12 May 2013 22:01:49 -0400 Subject: debian/control, Priority optional, revert, seek to have ruby db drivers optional * Priority optional unchanged: * sisu * sisu-pdf, extra depends on: ttf-liberation, resolve issue later, if necessary use another font * 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 * seek to persuade that ruby db drivers should be optional to match ruby and the databases (postgresql & sqlite); else developers using priority optional database and priority optional ruby by the use of ruby drivers to access database are obliged to develop for priority extra, seek a fix (so as to remove this suboptimal default predicament). --- debian/control | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/debian/control b/debian/control index 7efeaeab..8e2def96 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,6 @@ Source: sisu Section: text +Priority: optional Maintainer: SiSU Project Uploaders: Ralph Amissah Build-Depends: debhelper (>= 8) @@ -9,7 +10,6 @@ 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,7 +54,6 @@ 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}), @@ -70,7 +69,6 @@ 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}), @@ -85,7 +83,6 @@ 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}), @@ -105,7 +102,6 @@ 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