[SCM] Git repository for devscripts branch, master, updated. v2.11.9-9-g82e52b1

James McCoy jamessan at debian.org
Sat Jun 30 14:22:05 UTC 2012


The following commit has been merged in the master branch:
commit 8513c137ca66feaba1e41b0c37ef4e1f1ab5f0ae
Author: James McCoy <jamessan at debian.org>
Date:   Sat Jun 30 09:59:12 2012 -0400

    wnpp-alert: Remove outdated comment about parsing dpkg's status file
    
    Signed-off-by: James McCoy <jamessan at debian.org>

diff --git a/scripts/wnpp-alert.sh b/scripts/wnpp-alert.sh
index 72f0c79..f34f06e 100755
--- a/scripts/wnpp-alert.sh
+++ b/scripts/wnpp-alert.sh
@@ -99,11 +99,6 @@ sed -ne 's/.*<li><a href="http:\/\/bugs.debian.org\/\([0-9]*\)">\([^:<]*\)[: ]*\
 cut -f3 -d' ' $WNPP | sort > $WNPP_PACKAGES
 
 # A list of installed files.
-# This shouldn't use knowledge of the internal /var/lib/dpkg/status
-# format directly, but speed ...
-# For the correct settings of -B# -A#, keep up-to-date with
-# the dpkg source, defn of fieldinfos[] in lib/parse.c
-# (and should match Devscripts/Packages.pm)
 
 if [ $# -gt 0 ]; then
     echo $* | tr ' ' '\n' | sort -u > $INSTALLED

-- 
Git repository for devscripts



More information about the devscripts-devel mailing list