chiark / gitweb /
add signkey
[bin.git] / dpkg-myscan
index b9d980adae2acc35ea2f238f011b9e50aa979a06..49a93a083ed0feffa79140c7fc9f2786c34a001a 100755 (executable)
@@ -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.