[Pkg-octave-commit] r2390 - octave/trunk/debian

Thomas Weber thomas-guest at alioth.debian.org
Sat Aug 23 11:58:56 UTC 2008


Author: thomas-guest
Date: 2008-08-23 11:58:56 +0000 (Sat, 23 Aug 2008)
New Revision: 2390

Modified:
   octave/trunk/debian/rules
Log:
Ignore failing test for debian/NEWS
If the file exists and has a file size greater 0, the error code 1 was returned
to the shell, preventing the following slice command from executing 
(I know I'm picky, but I like an up-to-date 00list for dpatch :))


Modified: octave/trunk/debian/rules
===================================================================
--- octave/trunk/debian/rules	2008-08-23 11:23:26 UTC (rev 2389)
+++ octave/trunk/debian/rules	2008-08-23 11:58:56 UTC (rev 2390)
@@ -121,7 +121,7 @@
 		slice -o $(sliceterm):debian/$$f debian/in/$$f ;	\
 	done
 	## Remove empty NEWS file
-	test ! -s debian/NEWS && rm -f debian/NEWS
+	-test ! -s debian/NEWS && rm -f debian/NEWS
 	slice -o $(sliceterm):debian/patches/00list debian/in/00list
 
 get-orig-source: upstream




More information about the Pkg-octave-commit mailing list