From: Sam Hartman Date: Sun, 15 Jul 2007 17:44:09 +0000 (-0400) Subject: Commit changes X-Git-Tag: sipb-xen-dev/2~6 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-dev.git/commitdiff_plain/cfb22dd800cf3441af89fd2cad89b6a82c4dc03a Commit changes svn path=/trunk/packages/sipb-xen-dev/sipb-xen-dev/; revision=3 --- diff --git a/debian/changelog b/debian/changelog index 64a82e4..eb7b1e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +sipb-xen-dev (1) unstable; urgency=low + + * Add repository config + * update dependencies + + -- Sun, 15 Jul 2007 13:43:08 -0400 + sipb-xen-dev (0) unstable; urgency=low * Initial Release. diff --git a/debian/rules b/debian/rules index d7e5cfc..d132bd6 100755 --- a/debian/rules +++ b/debian/rules @@ -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 index 0000000..2fd8de0 --- /dev/null +++ b/repository-config/distributions @@ -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 index 0000000..c6cf497 --- /dev/null +++ b/repository-config/unsigned @@ -0,0 +1,2 @@ +allow * by unsigned + diff --git a/reprerepro-env b/reprerepro-env new file mode 100755 index 0000000..458a98a --- /dev/null +++ b/reprerepro-env @@ -0,0 +1,5 @@ +#!/bin/sh +set -e +export HOME=/home/repository +exec /usr/bin/reprepro "$@" +