diff options
author | Ralph Amissah <ralph@amissah.com> | 2014-05-12 23:27:55 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2014-05-12 23:34:49 -0400 |
commit | 612c53ffc5b151e2bb6a70366f88acc895458308 (patch) | |
tree | 7caacb8b6efff0ef9d407898a29624add6f223c9 /debian | |
parent | Merge tag 'sisu_5.3.5' into debian/sid (diff) |
debian/changelog, remove depends on ruby-dbi, address autoremoval from testing
* address sisu autoremoval from testing for depends on ruby-dbi
sisu 5.3.4-1 is marked for autoremoval from testing on 2014-06-10
It (build-)depends on packages with these RC bugs: 746081: ruby-dbi ...
* debian/control, remove dependency on ruby-dbi in
* sisu-postgresql
* sisu-sqlite
* current situation (bugs in sisu re: pg & cgi; sqlite3 is ok)
* sisu-sqlite works fine, depends on ruby-sqlite3
* sisu-postgresql is broken till fixed to work with ruby-pg
(or ruby-dbi fixed)
* sample cgi search froms (cgi database query forms) are broken till
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index d24c8d89..9395c1c4 100644 --- a/debian/control +++ b/debian/control @@ -97,7 +97,7 @@ Package: sisu-postgresql Architecture: all Depends: ${misc:Depends}, ruby | ruby-interpreter, sisu (= ${source:Version}), - postgresql, ruby-dbd-pg, ruby-dbi, ruby-fcgi + postgresql, ruby-fcgi Suggests: fcgiwrap, nginx-light | httpd, postgresql-contrib Description: SiSU dependencies for use with PostgreSQL database SiSU is a lightweight markup based document structuring, publishing and search @@ -116,7 +116,7 @@ Package: sisu-sqlite Architecture: all Depends: ${misc:Depends}, ruby | ruby-interpreter, sisu (= ${source:Version}), sqlite3, - ruby-sqlite3, ruby-dbd-sqlite3, ruby-dbi, ruby-fcgi + ruby-sqlite3, ruby-fcgi Suggests: fcgiwrap, nginx-light | httpd Description: SiSU dependencies for use with SQLite database SiSU is a lightweight markup based document structuring, publishing and search |