X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcommon;h=3ab47578d8a7715102b2f79b6109cf2827e7e5cb;hb=f83163576b3cd0267689b3102f846e6203c947b2;hp=98226f350eb9d1c07901c1343f69307ef1fe3275;hpb=3c514edd02797f51246e8669eda5a0f17bbb6ea1;p=dak.git diff --git a/config/debian/common b/config/debian/common index 98226f35..3ab47578 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.src >Sources gzip -9c --rsyncable Sources.gz rm -f buildd/Release