From: Evan Broder Date: Sat, 25 Oct 2008 18:12:02 +0000 (-0400) Subject: Remove the remnants of the sipb_xen_database Python package X-Git-Tag: sipb-xen-database/10.36~1 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-database.git/commitdiff_plain/2aa11d1e104d9251d0217367d9b869c40b630106 Remove the remnants of the sipb_xen_database Python package svn path=/trunk/packages/sipb-xen-database/; revision=1245 --- diff --git a/debian/changelog b/debian/changelog index 39fb87e..ae8c938 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +sipb-xen-database (10.36) unstable; urgency=low + + * Kill the remnants of the sipb_xen_database package + + -- Evan Broder Sat, 25 Oct 2008 14:11:12 -0400 + sipb-xen-database (10.35) unstable; urgency=low * Shorten initscript with spiffy new library from sipb-xen-base diff --git a/debian/sipb-xen-database-common.install b/debian/sipb-xen-database-common.install index bb1d6ce..976d3a4 100644 --- a/debian/sipb-xen-database-common.install +++ b/debian/sipb-xen-database-common.install @@ -1,3 +1,2 @@ common/* . python/* usr/share/python-support/sipb-xen-database-common/invirt/ -python/database/* usr/share/python-support/sipb-xen-database-common/sipb_xen_database/ diff --git a/setup.py b/setup.py deleted file mode 100644 index b9a3eda..0000000 --- a/setup.py +++ /dev/null @@ -1,5 +0,0 @@ -from distutils.core import setup -setup(name='sipb_xen_database', - version='0.1', - packages=['sipb_xen_database'], - )