[Initscripts-ng-commits] r634 - /trunk/src/insserv/debian/rules
pere at users.alioth.debian.org
pere at users.alioth.debian.org
Thu Feb 21 20:22:52 UTC 2008
Author: pere
Date: Thu Feb 21 20:22:52 2008
New Revision: 634
URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=634
Log:
Include those reported but not yet solved in the popcon report.
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=634&op=diff
==============================================================================
--- trunk/src/insserv/debian/rules (original)
+++ trunk/src/insserv/debian/rules Thu Feb 21 20:22:52 2008
@@ -112,7 +112,7 @@
missing-by-popcon: bin-by-inst.txt missingpkgs
@for pkg in $$(cat missingpkgs); do \
if grep -q " $$pkg " debian/headers-reported ; then \
- : ; \
+ grep " $$pkg " bin-by-inst.txt | sed 's/$$/ */'; \
else \
grep " $$pkg " bin-by-inst.txt ; \
fi ; \
More information about the Initscripts-ng-commits
mailing list