[Pkg-octave-commit] r2639 - octave/trunk/debian

Rafael Laboissiere rafael at alioth.debian.org
Wed Feb 11 02:04:58 UTC 2009


Author: rafael
Date: 2009-02-11 02:04:58 +0000 (Wed, 11 Feb 2009)
New Revision: 2639

Modified:
   octave/trunk/debian/changelog
   octave/trunk/debian/rules
Log:
Do not install obsolete documentation file THANKS

Modified: octave/trunk/debian/changelog
===================================================================
--- octave/trunk/debian/changelog	2009-02-10 21:23:06 UTC (rev 2638)
+++ octave/trunk/debian/changelog	2009-02-11 02:04:58 UTC (rev 2639)
@@ -14,6 +14,8 @@
     + Do not install enscript's syntax file octave.st.  This file is now
       donated to the enscript project and should not be provided by the
       octave package in the future.
+    + Do not install the documentation file THANKS for octave3.1 since
+      this file is not distributed anymore
   * debian/in/PACKAGE.postinst: Do not generate the ls-R kpathsea database
     file.  It is not used by Octave anymore.
 

Modified: octave/trunk/debian/rules
===================================================================
--- octave/trunk/debian/rules	2009-02-10 21:23:06 UTC (rev 2638)
+++ octave/trunk/debian/rules	2009-02-11 02:04:58 UTC (rev 2639)
@@ -393,8 +393,10 @@
 	dh_lintian -p$(PACKAGE)
 
 	dh_installdocs -a			README README.kpathsea	\
-						NEWS* PROJECTS THANKS	\
+						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