Commit changes
authorSam Hartman <hartmans@mit.edu>
Sun, 15 Jul 2007 17:44:09 +0000 (13:44 -0400)
committerSam Hartman <hartmans@mit.edu>
Sun, 15 Jul 2007 17:44:09 +0000 (13:44 -0400)
svn path=/trunk/packages/sipb-xen-dev/sipb-xen-dev/; revision=3

debian/changelog
debian/rules
repository-config/distributions [new file with mode: 0644]
repository-config/unsigned [new file with mode: 0644]
reprerepro-env [new file with mode: 0755]

index 64a82e4..eb7b1e5 100644 (file)
@@ -1,3 +1,10 @@
+sipb-xen-dev (1) unstable; urgency=low
+
+  * Add repository config
+  * update dependencies
+
+ --  <hartmans@debian.org>  Sun, 15 Jul 2007 13:43:08 -0400
+
 sipb-xen-dev (0) unstable; urgency=low
 
   * Initial Release.
index d7e5cfc..d132bd6 100755 (executable)
@@ -69,7 +69,7 @@ binary-indep: build install
        dh_installchangelogs 
        dh_installdocs
        dh_installexamples
-#      dh_install
+       dh_install
 #      dh_installmenu
 #      dh_installdebconf       
 #      dh_installlogrotate
diff --git a/repository-config/distributions b/repository-config/distributions
new file mode 100644 (file)
index 0000000..2fd8de0
--- /dev/null
@@ -0,0 +1,15 @@
+CodeName: research
+Components: main
+Uploaders: unsigned
+Architectures: amd64 source
+Origin: sipb
+Notautomatic: yes
+Description: Unreleased sipb-xen software
+
+
+Codename: unleashed
+Components: main
+Architectures: amd64 source 
+Origin: sipb
+Description: Released sipb-xen  code
+Contents: 1
diff --git a/repository-config/unsigned b/repository-config/unsigned
new file mode 100644 (file)
index 0000000..c6cf497
--- /dev/null
@@ -0,0 +1,2 @@
+allow  * by unsigned
+
diff --git a/reprerepro-env b/reprerepro-env
new file mode 100755 (executable)
index 0000000..458a98a
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh
+set -e
+export HOME=/home/repository
+exec /usr/bin/reprepro "$@"
+