diff options
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 5961a378..e7123199 100644 --- a/debian/control +++ b/debian/control @@ -98,7 +98,7 @@ Package: sisu-postgresql Architecture: all Depends: ${misc:Depends}, ruby | ruby-interpreter, sisu (= ${source:Version}), - postgresql, ruby-pg, ruby-fcgi + postgresql, ruby-pg, ruby-fcgi | libfcgi-ruby 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 @@ -117,7 +117,7 @@ Package: sisu-sqlite Architecture: all Depends: ${misc:Depends}, ruby | ruby-interpreter, sisu (= ${source:Version}), sqlite3, - ruby-sqlite3, ruby-fcgi + ruby-sqlite3, ruby-fcgi | libfcgi-ruby Suggests: fcgiwrap, nginx-light | httpd Description: SiSU dependencies for use with SQLite database SiSU is a lightweight markup based document structuring, publishing and search |