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

Rafael Laboissiere rafael at alioth.debian.org
Wed Mar 5 16:33:15 UTC 2008


tags 466737 pending
thanks

Author: rafael
Date: 2008-03-05 16:33:06 +0000 (Wed, 05 Mar 2008)
New Revision: 1356

Modified:
   qtoctave/trunk/debian/changelog
   qtoctave/trunk/debian/rules
Log:
Do not alter upstream files config.guess and config.sub

Modified: qtoctave/trunk/debian/changelog
===================================================================
--- qtoctave/trunk/debian/changelog	2008-03-05 16:30:05 UTC (rev 1355)
+++ qtoctave/trunk/debian/changelog	2008-03-05 16:33:06 UTC (rev 1356)
@@ -6,10 +6,13 @@
     + Bumped Standards-Version to 3.7.3 (no changes needed)
     + Maintainer is now the Debian Octave Group
     + Added myself and Jordi Gutiérrez to the list of Uploaders
-  * debian/rules: Do not ignore errors in make clean
+  * debian/rules:
+    + Do not ignore errors in make clean
+    + Do not alter upstream files config.guess and config.sub
+      (closes: #466737)
   * debian/copyright: Added proper copyright notice
 
- -- Rafael Laboissiere <rafael at debian.org>  Sun, 24 Feb 2008 16:41:20 +0100
+ -- Rafael Laboissiere <rafael at debian.org>  Wed, 05 Mar 2008 17:32:23 +0100
 
 qtoctave (0.5.1+dfsg-1) unstable; urgency=low
 

Modified: qtoctave/trunk/debian/rules
===================================================================
--- qtoctave/trunk/debian/rules	2008-03-05 16:30:05 UTC (rev 1355)
+++ qtoctave/trunk/debian/rules	2008-03-05 16:33:06 UTC (rev 1356)
@@ -27,12 +27,6 @@
 
 config.status: configure
 	dh_testdir
-ifneq "$(wildcard /usr/share/misc/config.sub)" ""
-	cp -f /usr/share/misc/config.sub config.sub
-endif
-ifneq "$(wildcard /usr/share/misc/config.guess)" ""
-	cp -f /usr/share/misc/config.guess config.guess
-endif
 	./configure --prefix=$(PREFIX)
 
 




More information about the Pkg-octave-commit mailing list