chiark / gitweb /
untested git support
[bin.git] / dpkg-myscan
old mode 100644 (file)
new mode 100755 (executable)
index b9d980a..49a93a0
@@ -19,7 +19,7 @@ for x in main non-US/main non-free; do
        echo Scanning $x ...
        dir=dists/unstable/$x/$topdir
        if [ -e $dir ]; then
-               dpkg-scan$type $dir override > $dir/$outfile
+               dpkg-scan$type $dir /dev/null > $dir/$outfile
                gzip -c $dir/$outfile > $dir/$outfile.gz
        else
                echo $x not found.