[Initscripts-ng-commits] r591 - /trunk/src/insserv/debian/rules

kelmo-guest at users.alioth.debian.org kelmo-guest at users.alioth.debian.org
Thu Feb 7 10:02:02 UTC 2008


Author: kelmo-guest
Date: Thu Feb  7 10:02:01 2008
New Revision: 591

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=591
Log:
exec debian/bts-lefttoreport with sh, so it works without being executable when running debian/rules missing-headers

Modified:
    trunk/src/insserv/debian/rules

Modified: trunk/src/insserv/debian/rules
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/rules?rev=591&op=diff
==============================================================================
--- trunk/src/insserv/debian/rules (original)
+++ trunk/src/insserv/debian/rules Thu Feb  7 10:02:01 2008
@@ -99,8 +99,8 @@
 	@echo $$(comm -12 missing overrides) |fold -s | sed 's/^/  /'
 	@echo -n "Scripts with overrides and not missing LSB header:        "; comm -13 missing overrides|wc -l
 	@echo $$(comm -13 missing overrides) |fold -s | sed 's/^/  /'
-	@echo -n "Override files that need a bug report:                    "; debian/bts-lefttoreport | wc -l
-	@echo $$(debian/bts-lefttoreport | sort -u) |fold -s | sed 's/^/  /'
+	@echo -n "Override files that need a bug report:                    "; sh debian/bts-lefttoreport|wc -l
+	@echo $$(sh debian/bts-lefttoreport | sort -u) |fold -s | sed 's/^/  /'
 
 bin-by-inst.txt:
 	@GET http://popcon.debian.org/by_inst > bin-by-inst.txt




More information about the Initscripts-ng-commits mailing list