[Pkg-octave-commit] rev 334 - trunk/packages/octave/debian

Rafael Laboissiere rafael at costa.debian.org
Wed Nov 16 21:43:18 UTC 2005


Author: rafael
Date: 2005-11-16 21:43:09 +0000 (Wed, 16 Nov 2005)
New Revision: 334

Modified:
   trunk/packages/octave/debian/changelog
   trunk/packages/octave/debian/rules
Log:
Debian release octave2.9_2.9.4-3


Modified: trunk/packages/octave/debian/changelog
===================================================================
--- trunk/packages/octave/debian/changelog	2005-11-16 21:09:18 UTC (rev 333)
+++ trunk/packages/octave/debian/changelog	2005-11-16 21:43:09 UTC (rev 334)
@@ -1,3 +1,13 @@
+octave2.9 (2.9.4-3) unstable; urgency=low
+
+   +++ Changes by Rafael Laboissiere
+
+  * debian/rules: Set DESTDIR in the call to make install, instead of
+    setting every installation directory explicitly.  This should fix the
+    problem of wrong paths in the PKG_ADD file (closes: #339442)
+
+ -- Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org>  Wed, 16 Nov 2005 20:28:19 +0100
+
 octave2.1 (2.1.72-3) unstable; urgency=low
 
    +++ Changes by Rafael Laboissiere

Modified: trunk/packages/octave/debian/rules
===================================================================
--- trunk/packages/octave/debian/rules	2005-11-16 21:09:18 UTC (rev 333)
+++ trunk/packages/octave/debian/rules	2005-11-16 21:43:09 UTC (rev 334)
@@ -202,13 +202,7 @@
 	dh_testroot
 #	dh_clean -a -k
 	dh_installdirs -A
-	$(MAKE) INSTALL_PROGRAM="install -s" 			\
-		prefix=$(debtmp)/usr 				\
-		datadir=$(debtmp)/usr/share			\
-		infodir=$(debtmp)/usr/share/info		\
-		libdir=$(debtmp)/usr/lib			\
-		libexecdir=$(debtmp)/usr/lib			\
-		mandir=$(debtmp)/usr/share/man		install
+	$(MAKE) INSTALL_PROGRAM="install -s" DESTDIR=$(debtmp) install
 	dh_installman octave-depends-$(version).1
 	install debian/octave-depends \
 		 $(debtmp)/usr/bin/octave-depends-$(version)




More information about the Pkg-octave-commit mailing list