This commit is contained in:
rsc 2005-09-13 00:47:52 +00:00
parent 738904a12b
commit cd31609f72
3 changed files with 25 additions and 0 deletions

13
dist/debian/mkrep vendored Executable file
View file

@ -0,0 +1,13 @@
#!/usr/local/plan9/bin/rc
rm -rf dists pool
mkdir -p dists pool
./mkpkg all
d=dists/testing/main/binary-i386
mkdir -p $d
apt-ftparchive packages pool |tee $d/Packages |gzip >$d/Packages.gz
cp Release.testing $d/Release
{
cat Release.top
apt-ftparchive release dists/testing
} >dists/testing/Release