SVN devscripts commit: r570 - in trunk: debian scripts

Adam D. Barratt adam-guest at alioth.debian.org
Sat Mar 17 21:10:11 CET 2007


Author: adam-guest
Date: 2007-03-17 20:10:10 +0000 (Sat, 17 Mar 2007)
New Revision: 570

Modified:
   trunk/debian/changelog
   trunk/scripts/Makefile
Log:
Override make's default .sh rule so that the package version string 
actually gets written to the scripts


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-03-16 23:09:08 UTC (rev 569)
+++ trunk/debian/changelog	2007-03-17 20:10:10 UTC (rev 570)
@@ -1,3 +1,10 @@
+devscripts (2.10.2) UNRELEASED; urgency=low
+
+  * scripts/Makefile: Override make's default .sh rule so that the package
+    version string actually gets written to the scripts
+
+ -- Adam D. Barratt <debian-bts at adam-barratt.org.uk>  Sat, 17 Mar 2007 20:08:14 +0000
+
 devscripts (2.10.1) unstable; urgency=low
 
   * debian/control: set Maintainer to pkg-devscripts at teams.debian.net.

Modified: trunk/scripts/Makefile
===================================================================
--- trunk/scripts/Makefile	2007-03-16 23:09:08 UTC (rev 569)
+++ trunk/scripts/Makefile	2007-03-17 20:10:10 UTC (rev 570)
@@ -20,6 +20,8 @@
 
 all: $(SCRIPTS) $(GEN_MAN1S) $(LIBS) $(CWRAPPERS)
 
+%: %.sh
+
 %.tmp: %.sh $(VERSION_FILE)
 	sed -e "s/###VERSION###/$(VERSION)/" $<  > $@
 	bash -n $@




More information about the Devscripts-devel mailing list