aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/control
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2007-09-23 05:22:21 +0100
committerRalph Amissah <ralph@amissah.com>2007-09-23 05:22:21 +0100
commitf1a9bed24b8c9b447d570413622490d8cb55b2d9 (patch)
treeb56114eb2f2c528b5c28d0a08c956f8859e7fb57 /debian/control
parentMerge branch 'upstream' into debian/sid (diff)
sisu-doc sub-package introduced and restriction to use of ruby 1.8 branch
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control38
1 files changed, 28 insertions, 10 deletions
diff --git a/debian/control b/debian/control
index 19f5832f..1d560989 100644
--- a/debian/control
+++ b/debian/control
@@ -7,10 +7,10 @@ Standards-Version: 3.7.2
Package: sisu
Architecture: all
-Depends: ruby (>= 1.8.2), libwebrick-ruby, unzip, zip
+Depends: ruby (>= 1.8.2), ruby (<< 1.9), libwebrick-ruby, unzip, zip
Conflicts: vim-sisu, sisu-vim, sisu-remote
Replaces: vim-sisu, sisu-vim
-Recommends: sisu-pdf, sisu-sqlite, sisu-postgresql, hyperestraier, keychain, librmagick-ruby, librexml-ruby, openssl, openssh-client | lsh-client, rsync, tidy, vim-addon-manager
+Recommends: sisu-doc, sisu-pdf, sisu-sqlite, sisu-postgresql, hyperestraier, keychain, librmagick-ruby, librexml-ruby, openssl, openssh-client | lsh-client, rsync, tidy, vim-addon-manager
Suggests: kdissert, lv, rcs | cvs, pinfo, texinfo, trang
Description: documents - structuring, publishing in multiple formats and search
SiSU is a lightweight markup based, command line oriented, document
@@ -50,33 +50,49 @@ Description: documents - structuring, publishing in multiple formats and search
Package: sisu-complete
Architecture: all
-Depends: ruby (>= 1.8.2), sisu, sisu-pdf, sisu-postgresql, sisu-sqlite
+Depends: ruby (>= 1.8.2), ruby (<< 1.9), sisu, sisu-doc, sisu-pdf, sisu-postgresql, sisu-sqlite
Recommends: hyperestraier
Description: installs all SiSU related packages
This package installs SiSU and related packages that enable sisu to produce
pdf and to populate postgresql and sqlite databases.
.
- SiSU is a lightweight markup based document publishing framework.
+ SiSU is a lightweight markup based document structuring, publishing and search
+ framework for document collections.
.
See sisu for a description of the package.
.
Homepage: <http://www.jus.uio.no/sisu>
+Package: sisu-doc
+Architecture: all
+Depends: sisu
+Recommends: sisu-pdf, sisu-postgresql, sisu-sqlite
+Description: sisu manual and other documentation for sisu
+ Multiple file formats generated output of sisu documentation generated from
+ sisu markup source documents included in the main package
+ .
+ SiSU is a lightweight markup based document structuring, publishing and search
+ framework for document collections.
+ .
+ Homepage: <http://www.jus.uio.no/sisu>
+
Package: sisu-pdf
Architecture: all
Depends: sisu, texlive-latex-base, texlive-fonts-recommended, texlive-latex-recommended, texlive-latex-extra
-#Suggests: evince, xpdf
+Recommends: sisu-doc
+#Suggests: evince, xpdf, kpdf
Description: dependencies to convert SiSU LaTeX output to pdf
This package enables the conversion of SiSU LaTeX output to pdf.
.
- SiSU is a lightweight markup based document publishing framework.
+ SiSU is a lightweight markup based document structuring, publishing and search
+ framework for document collections.
.
Homepage: <http://www.jus.uio.no/sisu>
Package: sisu-postgresql
Architecture: all
Depends: sisu, libdbd-pg-ruby, libdbi-ruby, libdbm-ruby, postgresql
-Recommends: libfcgi-ruby
+Recommends: sisu-doc, libfcgi-ruby
Suggests: postgresql-contrib
Description: SiSU dependencies for use with postgresql database
This package enables SiSU to populate a postgresql database. This is done at
@@ -88,14 +104,15 @@ Description: SiSU dependencies for use with postgresql database
identified by object citation number, from which an index of documents
matched and each matched paragraph within them can be displayed.
.
- SiSU is a lightweight markup based document publishing framework.
+ SiSU is a lightweight markup based document structuring, publishing and search
+ framework for document collections.
.
Homepage: <http://www.jus.uio.no/sisu>
Package: sisu-sqlite
Architecture: all
Depends: sisu, sqlite, libdbd-sqlite-ruby, libdbi-ruby, libdbm-ruby
-Recommends: libfcgi-ruby
+Recommends: sisu-doc, libfcgi-ruby
Description: SiSU dependencies for use with sqlite database
This package enables SiSU to populate an sqlite database. This is done at an
object/paragraph level, making granular searches of documents possible.
@@ -106,6 +123,7 @@ Description: SiSU dependencies for use with sqlite database
identified by object citation number, from which an index of documents
matched and each matched paragraph within them can be displayed.
.
- SiSU is a lightweight markup based document publishing framework.
+ SiSU is a lightweight markup based document structuring, publishing and search
+ framework for document collections.
.
Homepage: <http://www.jus.uio.no/sisu>