[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] dpkg is too stupid, use apt



Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 config/debian/common |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/debian/common b/config/debian/common
index 98226f3..3ab4757 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 >Packages.gz
-        dpkg-scansources . $overridedir/override.sid.all3.src >Sources
+        apt-ftparchive sources . $overridedir/override.sid.all3.src >Sources
         gzip -9c --rsyncable <Sources >Sources.gz
 
         rm -f buildd/Release
-- 
1.7.2.5


Reply to: