Browse Source

debian: added doc tools to build-depends

Added docbook2x, xsltproc and lynx to the debian package
Build-Depends. They are needed for building various parts of the
documentation: docbook2x for manual pages for some ser modules,
 xsltproc for pdf and html and lynx for txt/README.

Reported-by: Juha Heinanen  jh tutpro com
Andrei Pelinescu-Onciul 15 years ago
parent
commit
89ed370b1a
2 changed files with 9 additions and 1 deletions
  1. 7 0
      pkg/debian/changelog
  2. 2 1
      pkg/debian/control

+ 7 - 0
pkg/debian/changelog

@@ -1,3 +1,10 @@
+ser (2.99.0-dev1.1) unstable; urgency=low
+
+  * Updated the build dependencies with the doc building tools:
+    docbook2x, xsltproc and lynx.
+
+ -- Andrei Pelinescu - Onciul <[email protected]>  Mon, 30 Aug 2010 23:15:18 +0200
+
 ser (2.99.0-dev01) unstable; urgency=low
 ser (2.99.0-dev01) unstable; urgency=low
 
 
   * Added the ser-db-modules package, containing database using modules and
   * Added the ser-db-modules package, containing database using modules and

+ 2 - 1
pkg/debian/control

@@ -2,7 +2,8 @@ Source: ser
 Section: net
 Section: net
 Priority: optional
 Priority: optional
 Maintainer: Andrei Pelinescu-Onciul <[email protected]>
 Maintainer: Andrei Pelinescu-Onciul <[email protected]>
-Build-Depends: debhelper (>= 4), libmysqlclient-dev | libmysqlclient15-dev | libmysqlclient14-dev | libmysqlclient12-dev, libexpat1-dev, libradius-ng-dev | libradiusclient-ng-dev | libradius1-dev, libxml2-dev, libpq-dev | postgresql-dev, libcurl3-dev, libssl-dev, libreadline5-dev, libpcre3-dev, bison, flex
+Build-Depends: debhelper (>= 4), libmysqlclient-dev | libmysqlclient15-dev | libmysqlclient14-dev | libmysqlclient12-dev, libexpat1-dev, libradius-ng-dev | libradiusclient-ng-dev | libradius1-dev, libxml2-dev, libpq-dev | postgresql-dev, libcurl3-dev, libssl-dev, libreadline5-dev, libpcre3-dev, bison, flex, docbook2x,
+ xsltproc, lynx
 Standards-Version: 3.5.2
 Standards-Version: 3.5.2
 
 
 Package: ser
 Package: ser