[Pkg-octave-commit] r2599 - octave3.0/branches/lenny/debian

Thomas Weber thomas-guest at alioth.debian.org
Mon Feb 2 16:35:21 UTC 2009


tags 513576 pending
thanks

Author: thomas-guest
Date: 2009-02-02 16:35:21 +0000 (Mon, 02 Feb 2009)
New Revision: 2599

Modified:
   octave3.0/branches/lenny/debian/changelog
   octave3.0/branches/lenny/debian/rules
Log:
octave3.0 provides /usr/share/octave/packages
bug fix for 513576


Modified: octave3.0/branches/lenny/debian/changelog
===================================================================
--- octave3.0/branches/lenny/debian/changelog	2009-01-30 12:46:01 UTC (rev 2598)
+++ octave3.0/branches/lenny/debian/changelog	2009-02-02 16:35:21 UTC (rev 2599)
@@ -1,3 +1,9 @@
+octave3.0 (1:3.0.1-6lenny2) UNRELEASED; urgency=low
+
+  * Provide /usr/share/octave/packages by octave3.0 (closes: #513576)
+
+ -- Thomas Weber <thomas.weber.mail at gmail.com>  Mon, 02 Feb 2009 13:02:53 +0000
+
 octave3.0 (1:3.0.1-6lenny1) unstable; urgency=low
 
   * Allow libhdf5-openmpi-dev to satisfy Octave's hdf5 dependency (closes:

Modified: octave3.0/branches/lenny/debian/rules
===================================================================
--- octave3.0/branches/lenny/debian/rules	2009-01-30 12:46:01 UTC (rev 2598)
+++ octave3.0/branches/lenny/debian/rules	2009-02-02 16:35:21 UTC (rev 2599)
@@ -289,6 +289,7 @@
 		 $(debtmp)/usr/bin/octave-depends-$(version)
 	install --mode=644 debian/defs.make \
 		$(debtmp)/usr/share/octave/debian/defs.make-$(version)
+	install -d $(debtmp)/usr/share/octave/packages
 
 	(cd $(debtmp)/usr/share/man/man1; 				\
 		mv -v	octave.1	octave-$(version).1;    	\




More information about the Pkg-octave-commit mailing list