The following commit has been merged in the master branch:
commit 66f6eb4fdbb2340d8100c2749ee8df47e82b82af
Author: Andreas Tille <[email protected]>
Date:   Tue Jul 15 14:25:29 2014 +0200

    Positively select the files we really want to ivestigate

diff --git a/misc/machine_readable/fetch-machine-readable 
b/misc/machine_readable/fetch-machine-readable
index 071a4a2..945ab4a 100755
--- a/misc/machine_readable/fetch-machine-readable
+++ b/misc/machine_readable/fetch-machine-readable
@@ -153,7 +153,10 @@ git_checkout_machine_readable () {
     echo "Vcs-Git: git://git.debian.org$1" > 
$TARGETDIR/$firstletter/${srcname}.vcs
     echo "Vcs-Browser: http://git.debian.org"`echo $1 | sed 's+^/git/+/?p=+'` 
>> $TARGETDIR/$firstletter/${srcname}.vcs
     echo "Blend: `echo $2 | sed 's?/.*??'`" >> 
$TARGETDIR/$firstletter/${srcname}.vcs
-    for file in `git ls-tree -r HEAD debian/ 2>/dev/null | grep -e "/control$" 
-e "/changelog$" -e "/copyright$" -e "/upstream$" -e "/upstream/metadata$" | 
grep -v "debian/tests" | sed 
's/^[0-9]\+[[:space:]]\+blob[[:space:]]\+[0-9a-f]\+[[:space:]]\+//'` ; do
+    for file in `git ls-tree -r HEAD debian/ 2>/dev/null | \
+                 grep -e "debian/control$" -e "debian/changelog$" -e 
"debian/copyright$" -e "debian/upstream$" -e "debian/upstream/metadata$" | \
+                 sed 
's/^[0-9]\+[[:space:]]\+blob[[:space:]]\+[0-9a-f]\+[[:space:]]\+//'` ; do
+                 ## grep -v -e "debian/tests" -e "/usr/share/doc" -e "DEBIAN" 
-e "debian/components" -e "jquery" -e "debian/templates" | \
       # for very strange reasons in two cases (pkg-games/pentobi.git and 
pkg-octave/octave.git) the line above contains strings not starting with 
^debian ... enforcing this
       if echo $file | grep -q ^debian ; then
         destfile=${file%/metadata}

-- 
Static and dynamic websites for Debian Pure Blends

_______________________________________________
Blends-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit

Reply via email to