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

Rafael Laboissiere rafael at alioth.debian.org
Sun Feb 24 14:19:58 UTC 2008


Author: rafael
Date: 2008-02-24 14:19:58 +0000 (Sun, 24 Feb 2008)
New Revision: 1252

Modified:
   qtoctave/trunk/debian/changelog
   qtoctave/trunk/debian/rules
Log:
Do not ignore errors in make clean

Modified: qtoctave/trunk/debian/changelog
===================================================================
--- qtoctave/trunk/debian/changelog	2008-02-24 14:17:54 UTC (rev 1251)
+++ qtoctave/trunk/debian/changelog	2008-02-24 14:19:58 UTC (rev 1252)
@@ -4,8 +4,9 @@
     + Depends on octave3.0
     + Bumped Standards-Version to 3.7.3 (no changes needed)
     + Added myself to the list of Uploaders
+  * debian/rules: Do not ignore errors in make clean
 
- -- Rafael Laboissiere <rafael at debian.org>  Sun, 24 Feb 2008 15:16:00 +0100
+ -- Rafael Laboissiere <rafael at debian.org>  Sun, 24 Feb 2008 15:19:35 +0100
 
 qtoctave (0.5.1+dfsg-1) unstable; urgency=low
 

Modified: qtoctave/trunk/debian/rules
===================================================================
--- qtoctave/trunk/debian/rules	2008-02-24 14:17:54 UTC (rev 1251)
+++ qtoctave/trunk/debian/rules	2008-02-24 14:19:58 UTC (rev 1252)
@@ -46,22 +46,22 @@
 clean:
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp 
+	rm -f build-stamp
 
 # Add here commands to clean up after the build process.
-	-$(MAKE) clean
+	[ ! -f Makefile ] || $(MAKE) clean
 	sh clean
 	-$(DELFILE) config.sub config.guess
 	-$(DELFILE) qtoctave/qtoctave install-tool/install-tool \
 		    widgetserver/widgetserver
 	-$(DELFILE) Makefile
 
-	dh_clean 
+	dh_clean
 
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k 
+	dh_clean -k
 	dh_installdirs
 
 	# Add here commands to install the package into debian/qtoctave.
@@ -75,14 +75,14 @@
 binary-arch: build install
 	dh_testdir
 	dh_testroot
-	dh_installchangelogs 
+	dh_installchangelogs
 	dh_installdocs
 #	mv $(CURDIR)/debian/qtoctave/usr/share/qtoctave/qtoctave_doc \
 #		   $(CURDIR)/debian/qtoctave/usr/share/doc/qtoctave/html
 	dh_installexamples
 #	dh_install
 	dh_installmenu
-#	dh_installdebconf	
+#	dh_installdebconf
 #	dh_installlogrotate
 #	dh_installemacsen
 #	dh_installpam
@@ -105,4 +105,4 @@
 	dh_builddeb
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install 
+.PHONY: build clean binary-indep binary-arch binary install




More information about the Pkg-octave-commit mailing list