[Pkg-octave-commit] r2652 - octave/trunk/debian
Rafael Laboissiere
rafael at alioth.debian.org
Wed Feb 11 21:39:14 UTC 2009
Author: rafael
Date: 2009-02-11 21:39:14 +0000 (Wed, 11 Feb 2009)
New Revision: 2652
Modified:
octave/trunk/debian/changelog
octave/trunk/debian/rules
Log:
Only install the real PDF documentation
Modified: octave/trunk/debian/changelog
===================================================================
--- octave/trunk/debian/changelog 2009-02-11 21:36:20 UTC (rev 2651)
+++ octave/trunk/debian/changelog 2009-02-11 21:39:14 UTC (rev 2652)
@@ -20,14 +20,16 @@
this file is not distributed anymore
+ Set api_version equal to 34 for octave3.1
+ Use versioned prefixes for the Octave packages directory
+ + Only install the PDF files that are really final documents and not
+ the figures in PDF format under doc/*/
* debian/in/PACKAGE.postinst: Do not generate the ls-R kpathsea database
file. It is not used by Octave anymore.
* debian/in/PACKAGE.conf: Use versioned prefixes for the Octave packages
directory
- * debian/in/PACKAGE-common.lintian-overrides: Adjust for the nwe
+ * debian/in/PACKAGE-common.lintian-overrides: Adjust for the new
versioned packages directory
- -- Rafael Laboissiere <rafael at debian.org> Fri, 06 Feb 2009 11:23:15 +0100
+ -- Rafael Laboissiere <rafael at debian.org> Wed, 11 Feb 2009 12:48:43 +0000
octave3.0 (1:3.0.1-7) unstable; urgency=low
Modified: octave/trunk/debian/rules
===================================================================
--- octave/trunk/debian/rules 2009-02-11 21:36:20 UTC (rev 2651)
+++ octave/trunk/debian/rules 2009-02-11 21:39:14 UTC (rev 2652)
@@ -313,7 +313,8 @@
# already installed by make
dh_installinfo -n -p$(info_package) doc/*/*$(major)*.info*
- dh_installdocs -n -p$(doc_package) doc/*/*.pdf
+ dh_installdocs -n -p$(doc_package) doc/liboctave/*.pdf \
+ doc/interpreter/octave-a4.pdf doc/refcard/*.pdf doc/faq/*.pdf
dh_installdocs -i
for dir in faq interpreter liboctave ; do \
test -d $(debhtmldoc)/$$dir \
@@ -396,7 +397,7 @@
NEWS* PROJECTS \
BUGS SENDING-PATCHES
-test "$(PACKAGEVER)" != 3.1 && dh_installdocs -a THANKS
-
+
dh_installdocs -p$(PACKAGE) debian/README.Atlas
# The ls-R database is not needed anymore
More information about the Pkg-octave-commit
mailing list