[Pkg-octave-commit] rev 386 - in trunk/packages/octave-forge/debian: . patches

Rafael Laboissiere rafael at costa.debian.org
Fri Dec 30 00:31:16 UTC 2005


Author: rafael
Date: 2005-12-30 00:31:15 +0000 (Fri, 30 Dec 2005)
New Revision: 386

Modified:
   trunk/packages/octave-forge/debian/changelog
   trunk/packages/octave-forge/debian/patches/00list
   trunk/packages/octave-forge/debian/rules
Log:
Debian release octave-forge_2005.06.13-5

Modified: trunk/packages/octave-forge/debian/changelog
===================================================================
--- trunk/packages/octave-forge/debian/changelog	2005-12-23 17:48:59 UTC (rev 385)
+++ trunk/packages/octave-forge/debian/changelog	2005-12-30 00:31:15 UTC (rev 386)
@@ -1,3 +1,23 @@
+octave-forge (2005.06.13-5) unstable; urgency=low
+
+   +++ Changes by Rafael Laboissiere
+
+  * debian/patches/50_make-pattern-rules.dpatch: Patch for avoinding
+    override of pattern rules previously defined in Makeconf.base.  A big
+    thanks to Joaquim Ortega <joaquim.ortega at gmail.com> for finding the
+    bug and proposing the changes.  The package is building correctly
+    again in sid, with the latest version of make (closes: #344995).
+
+  * debian/rules: Save original configure script before generating a new
+    one with autoconf.  Restore the saved file in the clean target, such
+    that the differences will not appear in the .diff.gz file.
+
+  * debian/patches/50_extra-pdb-sinclude.dpatch: Patch for avoiding
+    failures in make clean when Makeconf does not exist in the top source
+    directory.
+
+ -- Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org>  Thu, 29 Dec 2005 20:14:43 +0100
+
 octave-forge (2005.06.13-4) unstable; urgency=low
 
    +++ Changes by Rafael Laboissiere

Modified: trunk/packages/octave-forge/debian/patches/00list
===================================================================
--- trunk/packages/octave-forge/debian/patches/00list	2005-12-23 17:48:59 UTC (rev 385)
+++ trunk/packages/octave-forge/debian/patches/00list	2005-12-30 00:31:15 UTC (rev 386)
@@ -0,0 +1,2 @@
+50_make-pattern-rules
+50_extra-pdb-sinclude

Modified: trunk/packages/octave-forge/debian/rules
===================================================================
--- trunk/packages/octave-forge/debian/rules	2005-12-23 17:48:59 UTC (rev 385)
+++ trunk/packages/octave-forge/debian/rules	2005-12-30 00:31:15 UTC (rev 386)
@@ -55,6 +55,7 @@
 configure:	configure-stamp
 configure-stamp: patch-stamp
 		dh_testdir
+		mv configure configure-orig
 		touch extra/MacOSX/NOINSTALL
 		[ -f autogen.sh ] && ./autogen.sh && chmod 0755 configure
 		CC=$(compilerpath)			\
@@ -101,6 +102,7 @@
 clean: unpatch
 		dh_testdir
 		dh_testroot
+		-test -f configure-orig && mv configure-orig configure
 		rm -f configure-stamp build-stamp install-stamp check-stamp
 		-test -f Makefile && $(MAKE) clean
 		-rm -rf *~ $(debtmp) debian/*~ debian/files* build	\




More information about the Pkg-octave-commit mailing list