Bug#1085265: local-apt-repository: modified script

2024-12-28 Thread Darsey Litzenberger
With the caching, it's also efficient to generate the Contents files now: diff --git a/rebuild b/rebuild index 9afa60c..f0af00b 100755 --- a/rebuild +++ b/rebuild @@ -29,6 +29,10 @@ else (cd $REPO apt-ftparchive packages --db cache.db ../../../$DEBS > $REPO/Packages apt-ftpa

Bug#1085265: local-apt-repository: modified script

2024-10-17 Thread mike
Package: local-apt-repository Version: 0.9 Followup-For: Bug #1085265 X-Debbugs-Cc: okgomdjgbm...@gmail.com Dear Maintainer, i encoutered more issues. Because i'm using mv, the files are relativelly old, so the if statement with the stamp isn't triggered. But with caching this can be removed. T