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

Rafael Laboissiere rafael at alioth.debian.org
Mon Mar 9 12:50:54 UTC 2009


Author: rafael
Date: 2009-03-09 12:50:53 +0000 (Mon, 09 Mar 2009)
New Revision: 2713

Modified:
   octave/trunk/debian/changelog
   octave/trunk/debian/rules
Log:
Do not install the enscript directory into the common package

Modified: octave/trunk/debian/changelog
===================================================================
--- octave/trunk/debian/changelog	2009-03-09 11:26:09 UTC (rev 2712)
+++ octave/trunk/debian/changelog	2009-03-09 12:50:53 UTC (rev 2713)
@@ -4,6 +4,8 @@
   * debian/in/control: Build-Depend on libqrupdate-dev for octave3.1
   * debian/patches/remove-y.tab.h-in-maintainer-clean.dpatch: New patch
     for avoiding src/y.tab.h to be removed by make distclean
+  * debian/rules: Do not install the enscript directory into the common
+    package.  This is now obsolete
 
  -- Rafael Laboissiere <rafael at debian.org>  Mon, 09 Mar 2009 01:36:46 +0100
 

Modified: octave/trunk/debian/rules
===================================================================
--- octave/trunk/debian/rules	2009-03-09 11:26:09 UTC (rev 2712)
+++ octave/trunk/debian/rules	2009-03-09 12:50:53 UTC (rev 2713)
@@ -388,9 +388,6 @@
 	# install files for the common package
 	dh_movefiles -p$(common_package) --sourcedir=debian/$(PACKAGE)	\
 			usr/share/octave
-	-test "$(PACKAGEVER)" = 2.1 -o "$(PACKAGEVER)" = 3.1		\
-		|| dh_movefiles --sourcedir=debian/$(PACKAGE)		\
-			-p$(common_package) usr/share/enscript
 
 	rm -rf $(debtmp)/usr/share/octave $(debtmp)/usr/share/enscript
 




More information about the Pkg-octave-commit mailing list