X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcommon;h=be4e54371fff86b77ebaeb8b7bc29ed24f797dd3;hb=1ed166930da5d00d035eac23fac5f3f576bf6827;hp=0bab7bd260ca1c8af1d21e6eb71f825a3a9b3d8f;hpb=7d1f1a627f2ed504e5f4779ab3aa82b6ffe54d87;p=dak.git diff --git a/config/debian/common b/config/debian/common index 0bab7bd2..be4e5437 100644 --- a/config/debian/common +++ b/config/debian/common @@ -51,9 +51,9 @@ function make_buildd_dir () { if [ "${suite}x" = "projectx" ]; then continue; fi cd ${incoming}/dists/${suite}/buildd - dpkg-scanpackages . $overridedir/override.sid.all3 >Packages + apt-ftparchive packages . $overridedir/override.sid.all3 >Packages gzip -9c --rsyncable Packages.gz - dpkg-scansources . $override/override.sid.all3.src >Sources + apt-ftparchive sources . $overridedir/override.sid.all3 >Sources gzip -9c --rsyncable Sources.gz rm -f buildd/Release