]> git.decadent.org.uk Git - dak.git/commitdiff
Use the new script in dinstall
authorJoerg Jaspert <joerg@debian.org>
Sun, 11 Jul 2010 21:40:05 +0000 (23:40 +0200)
committerJoerg Jaspert <joerg@debian.org>
Sun, 11 Jul 2010 21:40:05 +0000 (23:40 +0200)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
config/debian/dinstall.functions

index 567516d7206f44aca107c088328436ff196a66ba..4f3932dcea814d5973433d65bea1dc5faebcce5c 100644 (file)
@@ -199,7 +199,8 @@ function packages() {
     log "Generating Packages and Sources files"
     cd $configdir
     GZIP='--rsyncable' ; export GZIP
-    apt-ftparchive generate apt.conf
+    #apt-ftparchive generate apt.conf
+    dak generate-packages-sources
 }
 
 function pdiff() {