X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcommon;h=be4e54371fff86b77ebaeb8b7bc29ed24f797dd3;hb=34f75c943f8d60104f7a1c9cff89f311390a33ee;hp=98226f350eb9d1c07901c1343f69307ef1fe3275;hpb=3c514edd02797f51246e8669eda5a0f17bbb6ea1;p=dak.git diff --git a/config/debian/common b/config/debian/common index 98226f35..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 . $overridedir/override.sid.all3.src >Sources + apt-ftparchive sources . $overridedir/override.sid.all3 >Sources gzip -9c --rsyncable Sources.gz rm -f buildd/Release