aboutsummaryrefslogtreecommitdiffhomepage
path: root/data/doc/sisu/sisu_markup_samples/sisu_manual/sisu_howto.sst
diff options
context:
space:
mode:
Diffstat (limited to 'data/doc/sisu/sisu_markup_samples/sisu_manual/sisu_howto.sst')
-rw-r--r--data/doc/sisu/sisu_markup_samples/sisu_manual/sisu_howto.sst41
1 files changed, 31 insertions, 10 deletions
diff --git a/data/doc/sisu/sisu_markup_samples/sisu_manual/sisu_howto.sst b/data/doc/sisu/sisu_markup_samples/sisu_manual/sisu_howto.sst
index 80ad314d..d4a892c1 100644
--- a/data/doc/sisu/sisu_markup_samples/sisu_manual/sisu_howto.sst
+++ b/data/doc/sisu/sisu_markup_samples/sisu_manual/sisu_howto.sst
@@ -842,10 +842,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
@@ -889,13 +889,14 @@ code{
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.
.
@@ -905,14 +906,32 @@ Description: installs all SiSU related packages
code{
+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>
+
+}code
+
+code{
+
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
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>
@@ -923,7 +942,7 @@ code{
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
@@ -935,7 +954,8 @@ 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>
@@ -946,7 +966,7 @@ code{
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.
@@ -957,7 +977,8 @@ 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>