From f83163576b3cd0267689b3102f846e6203c947b2 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sun, 12 Aug 2012 16:51:11 +0200 Subject: [PATCH] dpkg is too stupid, use apt Signed-off-by: Joerg Jaspert --- config/debian/common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2