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

Rafael Laboissiere rafael at alioth.debian.org
Mon Jun 23 18:42:13 UTC 2008


Author: rafael
Date: 2008-06-23 18:42:13 +0000 (Mon, 23 Jun 2008)
New Revision: 2181

Modified:
   octave/trunk/debian/changelog
   octave/trunk/debian/rules
Log:
Include the debian/watch file the source package


Modified: octave/trunk/debian/changelog
===================================================================
--- octave/trunk/debian/changelog	2008-06-23 18:33:54 UTC (rev 2180)
+++ octave/trunk/debian/changelog	2008-06-23 18:42:13 UTC (rev 2181)
@@ -11,8 +11,11 @@
 
   * debian/control: Bump Standards-Version to 3.8.0 (no changes needed)
 
- -- Rafael Laboissiere <rafael at debian.org>  Mon, 23 Jun 2008 20:33:02 +0200
+  * debian/rules: Include the debian/watch file the source package
+    (complies with Policy 4.11)
 
+ -- Rafael Laboissiere <rafael at debian.org>  Mon, 23 Jun 2008 20:38:00 +0200
+
 octave3.0 (1:3.0.1-4) unstable; urgency=low
 
   * New patches:

Modified: octave/trunk/debian/rules
===================================================================
--- octave/trunk/debian/rules	2008-06-23 18:33:54 UTC (rev 2180)
+++ octave/trunk/debian/rules	2008-06-23 18:42:13 UTC (rev 2181)
@@ -241,7 +241,7 @@
 
 	rm -f `ls debian/in/PACKAGE* | sed 's/PACKAGE/$(PACKAGE)/;s:/in::'`
 	rm -f octave-depends-$(version).1
-	( cd debian ; rm -f watch octave-depends defs.make )
+	( cd debian ; rm -f octave-depends defs.make )
 
 	-for f in $(savefiles) $(texifiles) ; do	\
 		test -f $$f-save && mv $$f-save $$f ;	\
@@ -249,6 +249,9 @@
 
 	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
+
 	dh_clean
 
 install: install-arch install-indep




More information about the Pkg-octave-commit mailing list