tFiddle. - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit cd31609f726537da8746df6530879caf711fd96e
 (DIR) parent 738904a12bd4f41d9f9114f4e09110d99434e16e
 (HTM) Author: rsc <devnull@localhost>
       Date:   Tue, 13 Sep 2005 00:47:52 +0000
       
       Fiddle.
       
       Diffstat:
         A dist/debian/Release.testing         |       5 +++++
         A dist/debian/Release.top             |       7 +++++++
         A dist/debian/mkrep                   |      13 +++++++++++++
       
       3 files changed, 25 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/dist/debian/Release.testing b/dist/debian/Release.testing
       t@@ -0,0 +1,5 @@
       +Archive: testing
       +Component: main
       +Origin: swtch.com packages (Plan 9, Inferno)
       +Label: swtch.com packages (Plan 9, Inferno)
       +Architecture: i386
 (DIR) diff --git a/dist/debian/Release.top b/dist/debian/Release.top
       t@@ -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.
 (DIR) diff --git a/dist/debian/mkrep b/dist/debian/mkrep
       t@@ -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