[Pkg-octave-commit] r2302 - octave/trunk/debian
Rafael Laboissiere
rafael at alioth.debian.org
Sat Jul 19 08:54:20 UTC 2008
Author: rafael
Date: 2008-07-19 08:54:20 +0000 (Sat, 19 Jul 2008)
New Revision: 2302
Modified:
octave/trunk/debian/rules
Log:
Generate watch file through slice also in clean rule
Modified: octave/trunk/debian/rules
===================================================================
--- octave/trunk/debian/rules 2008-07-19 08:50:50 UTC (rev 2301)
+++ octave/trunk/debian/rules 2008-07-19 08:54:20 UTC (rev 2302)
@@ -114,7 +114,7 @@
sed 's/@VERSION@/$(version)/g;s/@MAJOR@/$(major)/g' \
< debian/in/$$f > debian/$$f ; \
done
-
+
for f in 00list watch NEWS ; do \
slice -o $(sliceterm):debian/$$f debian/in/$$f ; \
done
@@ -251,7 +251,7 @@
rm -f debian/NEWS debian/temp
# Make sure a debian/watch file is included in the source package
- cp debian/in/$(PACKAGE)-watch debian/watch
+ slice -o $(sliceterm):debian/watch debian/in/watch
dh_clean
More information about the Pkg-octave-commit
mailing list