[Pkg-octave-commit] r1758 - qtoctave/trunk/debian

Rafael Laboissiere rafael at alioth.debian.org
Mon Apr 14 07:02:46 UTC 2008


tags 474837 pending
thanks

Author: rafael
Date: 2008-04-14 07:02:46 +0000 (Mon, 14 Apr 2008)
New Revision: 1758

Modified:
   qtoctave/trunk/debian/changelog
   qtoctave/trunk/debian/rules
Log:
Apply patches before running configure

Modified: qtoctave/trunk/debian/changelog
===================================================================
--- qtoctave/trunk/debian/changelog	2008-04-14 06:59:08 UTC (rev 1757)
+++ qtoctave/trunk/debian/changelog	2008-04-14 07:02:46 UTC (rev 1758)
@@ -1,8 +1,10 @@
 qtoctave (0.7.1+dfsg-3) UNRELEASED; urgency=low
 
   * debian/patches/compile-with-gcc-4.4.diff: Renamed patch
+  * debian/rules: Apply patches before running configure.  This really
+    insures that the package compiles against GCC 4.4 (closes: #474837).
 
- -- Rafael Laboissiere <rafael at debian.org>  Mon, 14 Apr 2008 08:58:53 +0200
+ -- Rafael Laboissiere <rafael at debian.org>  Mon, 14 Apr 2008 09:00:10 +0200
 
 qtoctave (0.7.1+dfsg-2) unstable; urgency=low
 

Modified: qtoctave/trunk/debian/rules
===================================================================
--- qtoctave/trunk/debian/rules	2008-04-14 06:59:08 UTC (rev 1757)
+++ qtoctave/trunk/debian/rules	2008-04-14 07:02:46 UTC (rev 1758)
@@ -35,7 +35,7 @@
 build: build-stamp
 	uudecode < debian/icons.tar.uu
 
-build-stamp: config.status patch
+build-stamp: patch config.status
 	dh_testdir
 	$(MAKE)
 	touch $@




More information about the Pkg-octave-commit mailing list