From 612c53ffc5b151e2bb6a70366f88acc895458308 Mon Sep 17 00:00:00 2001
From: Ralph Amissah <ralph@amissah.com>
Date: Mon, 12 May 2014 23:27:55 -0400
Subject: 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
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'debian/control')

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
-- 
cgit v1.2.3