Commit Diff


commit - 738904a12bd4f41d9f9114f4e09110d99434e16e
commit + cd31609f726537da8746df6530879caf711fd96e
blob - /dev/null
blob + 287e9b2c3db69f786fc8eb0c5b0b929182f763e1 (mode 644)
--- /dev/null
+++ dist/debian/Release.testing
@@ -0,0 +1,5 @@
+Archive: testing
+Component: main
+Origin: swtch.com packages (Plan 9, Inferno)
+Label: swtch.com packages (Plan 9, Inferno)
+Architecture: i386
blob - /dev/null
blob + f1b8dfd87935b537a41a14175db33a71c26abda7 (mode 644)
--- /dev/null
+++ dist/debian/Release.top
@@ -0,0 +1,7 @@
+Origin: swtch.com packages (Plan 9, Inferno)
+Label: swtch.com packages (Plan 9, Inferno)
+Suite: testing
+Codename: swtch
+Architectures: i386
+Components: main
+Description: This repository mostly holds Plan 9-related software.
blob - /dev/null
blob + 969614f043de96e19a5e78c74af0a23d97552279 (mode 755)
--- /dev/null
+++ dist/debian/mkrep
@@ -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