[Pkg-scicomp-commits] glpk/trunk/debian
Rafael Laboissiere
rafael at debian.org
Fri Dec 5 23:36:26 UTC 2008
SVN commit 4018 by rafael:
Use PDF documents for doc-base
M +4 -0 glpk/trunk/debian/changelog
M +2 -2 glpk/trunk/debian/glpk-doc.doc-base.language
M +2 -2 glpk/trunk/debian/glpk-doc.doc-base.refman
A glpk/trunk/debian/glpk-doc.doc-base.tables
M +1 -1 glpk/trunk/debian/glpk-doc.docs
M +1 -1 glpk/trunk/debian/rules
--- glpk/trunk/debian/changelog #4017:4018
@@ -3,6 +3,10 @@
* New upstream release
* debian/control: Add ${misc:Depends} to the dependecies of all binary
packages
+ * debian/glpk-doc.doc-base.{refman,language}: Refer to PDF documentation
+ instead of PostScript
+ * debian/glpk-doc.doc-base.tables: Add supplementary documentiaton
+ * debian/rules: Do not compress PDF files
-- Rafael Laboissiere <rafael at debian.org> Fri, 05 Dec 2008 23:11:40 +0100
--- glpk/trunk/debian/glpk-doc.doc-base.language #4017:4018
@@ -7,5 +7,5 @@
modeling language.
Section: Science/Mathematics
-Format: postscript
-Files: /usr/share/doc/glpk-doc/gmpl.ps.gz
+Format: PDF
+Files: /usr/share/doc/glpk-doc/gmpl.pdf
--- glpk/trunk/debian/glpk-doc.doc-base.refman #4017:4018
@@ -7,5 +7,5 @@
formats for linear programming: MPS format and LP format.
Section: Science/Mathematics
-Format: postscript
-Files: /usr/share/doc/glpk-doc/glpk.ps.gz
+Format: PDF
+Files: /usr/share/doc/glpk-doc/glpk.pdf
--- glpk/trunk/debian/glpk-doc.docs #4017:4018
@@ -1,3 +1,3 @@
doc/*.txt
-doc/*.ps
+doc/*.pdf
debian/README.upgrading
--- glpk/trunk/debian/rules #4017:4018
@@ -14,4 +14,4 @@
--enable-dl --enable-odbc --enable-mysql --with-gmp --with-zlib
DEB_MAKE_CHECK_TARGET = check
DEB_DH_MAKESHLIBS_ARGS_libglpk0 = -V"libglpk0 (>= $(uversion))"
-DEB_COMPRESS_EXCLUDE = .sql
+DEB_COMPRESS_EXCLUDE = .sql .pdf
More information about the Pkg-scicomp-commits
mailing list