diff options
author | Ralph Amissah <ralph@amissah.com> | 2008-12-24 00:36:00 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2008-12-24 00:36:00 -0500 |
commit | 9e690cda17ee8d5be5f2716d755023f3d9bf73eb (patch) | |
tree | f63d943ebbce4e88c8d550fab70b41f2eadd2204 | |
parent | Merge branch 'upstream' into debian/sid (diff) |
debian/changelog 0.70.3, debian/control sqlite add depends libsqlite3-ruby
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index f7c4b60c..66401a65 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +sisu (0.70.3-1) unstable; urgency=medium + + * new upstream, see upstream changelog, fixes to sqlite3 component and minor + fix and cosmetic modification to some html + + * new dependency on libsqlite3-ruby, now used to populate sqlite3 db + + -- Ralph Amissah <ralph@amissah.com> Wed, 24 Dec 2008 00:08:39 -0400 + sisu (0.70.2-1) unstable; urgency=medium * new upstream, see upstream changelog, includes a fix and a minor diff --git a/debian/control b/debian/control index bcc947ef..c9a0d1d5 100644 --- a/debian/control +++ b/debian/control @@ -94,7 +94,7 @@ Description: SiSU dependencies for use with PostgreSQL database Package: sisu-sqlite Architecture: all -Depends: sisu, sqlite3, libdbd-sqlite3-ruby, libdbd-sqlite3-ruby1.8, libdbi-ruby, libdbi-ruby1.8, libdbm-ruby +Depends: sisu, sqlite3, libsqlite3-ruby, libdbd-sqlite3-ruby, libdbd-sqlite3-ruby1.8, libdbi-ruby, libdbi-ruby1.8, libdbm-ruby Recommends: libfcgi-ruby Description: SiSU dependencies for use with SQLite database This package enables SiSU to populate an SQLite database. This is done at an |