[Initscripts-ng-commits] r504 - in /trunk/src/insserv/debian: headers-reported rules

pere at users.alioth.debian.org pere at users.alioth.debian.org
Fri Jan 11 11:11:23 UTC 2008


Author: pere
Date: Fri Jan 11 11:11:23 2008
New Revision: 504

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=504
Log:
Clean up popcon output, and add a few packages to the list of reported BTS bugs.

Modified:
    trunk/src/insserv/debian/headers-reported
    trunk/src/insserv/debian/rules

Modified: trunk/src/insserv/debian/headers-reported
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/headers-reported?rev=504&op=diff
==============================================================================
--- trunk/src/insserv/debian/headers-reported (original)
+++ trunk/src/insserv/debian/headers-reported Fri Jan 11 11:11:23 2008
@@ -7,9 +7,11 @@
 anacron anacron anacron #448223
 and and and #460052
 atd at at #376780
+check-network-interfaces gibraltar-bootsupport gibraltar-bootcd #459872
+console-cyrillic console-cyrillic console-cyrillic #459878
 courier-imap courier-imap courier #458433 
 courier-imap-ssl courier-imap-ssl courier #458433 
-courier-ldap courier-imap courier #458433 
+courier-ldap courier-ldap courier #458433 
 courier-mlm courier-mlm courier #458433 
 courier-mta courier-mta courier #458433 
 courier-mta-ssl courier-mta-ssl courier #458433 
@@ -22,16 +24,21 @@
 dmraid dmraid dmraid #458626
 greylist greylistd greylistd #460151
 hostname.dhcp nfsbooted nfsbooted #458859
+hpoj hpoj hpoj #459450
 ipip ipip ipip #460055
 irqbalance irqbalance irqbalance #458461
 lastfmsubmitd lastfmsubmitd lastfmsubmitd #460206
 libpam-devperm libpam-devperm pam-devperm #458466
+lirc lirc lirc #460212
+lvm2 lvm2 lvm2 #426108
 mountfix nfsbooted nfsbooted #458859
+mountvar gibraltar-bootsupport gibraltar-bootcd #459872
 netatalk netatalk netatalk #459442
 nethack-common nethack-common nethack #458465
 nfs-user-server nfs-user-server nfs-user-server #458390
 nstxcd nstx nstx #457756
 nstxd nstx nstx #457756
+openhpid openhpid openhpi #?
 pcmcia pcmcia-cs pcmcia-cs #361054
 pptpd pptpd pptp #458476
 racoon racoon racoon #458488
@@ -43,4 +50,6 @@
 spamassassin spamassassin spamassassin #451762
 sqwebmail sqwebmail sqwebmail #?
 swapd swapd swapd #458624
-vsftpd vsftpd vsftpd #?
+uptimed uptimed uptimed #460058
+uptimed.sh uptimed uptimed #460058
+vsftpd vsftpd vsftpd #460211

Modified: trunk/src/insserv/debian/rules
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/rules?rev=504&op=diff
==============================================================================
--- trunk/src/insserv/debian/rules (original)
+++ trunk/src/insserv/debian/rules Fri Jan 11 11:11:23 2008
@@ -103,11 +103,11 @@
 	@echo $$(debian/bts-lefttoreport | sort -u) |fold -s | sed 's/^/  /'
 
 bin-by-inst.txt:
-	GET http://popcon.debian.org/by_inst > bin-by-inst.txt
+	@GET http://popcon.debian.org/by_inst > bin-by-inst.txt
 missingpkgs:
-	GET http://lintian.debian.org/reports/Tinit.d-script-missing-lsb-section.html| grep W: | cut -d'<' -f 2 | cut -d'>' -f2 | sort -u > missingpkgs
+	@GET http://lintian.debian.org/reports/Tinit.d-script-missing-lsb-section.html| grep W: | cut -d'<' -f 2 | cut -d'>' -f2 | sort -u > missingpkgs
 missing-by-popcon: bin-by-inst.txt missingpkgs
-	for pkg in $$(cat missingpkgs); do \
+	@for pkg in $$(cat missingpkgs); do \
 		if grep -q " $$pkg " debian/headers-reported ; then \
 			: ; \
 		else \




More information about the Initscripts-ng-commits mailing list