Remove the remnants of the sipb_xen_database Python package
authorEvan Broder <broder@mit.edu>
Sat, 25 Oct 2008 18:12:02 +0000 (14:12 -0400)
committerEvan Broder <broder@mit.edu>
Sat, 25 Oct 2008 18:12:02 +0000 (14:12 -0400)
svn path=/trunk/packages/sipb-xen-database/; revision=1245

debian/changelog
debian/sipb-xen-database-common.install
setup.py [deleted file]

index 39fb87e..ae8c938 100644 (file)
@@ -1,3 +1,9 @@
+sipb-xen-database (10.36) unstable; urgency=low
+
+  * Kill the remnants of the sipb_xen_database package
+
+ -- Evan Broder <broder@mit.edu>  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
 sipb-xen-database (10.35) unstable; urgency=low
 
   * Shorten initscript with spiffy new library from sipb-xen-base
index bb1d6ce..976d3a4 100644 (file)
@@ -1,3 +1,2 @@
 common/* .
 python/* usr/share/python-support/sipb-xen-database-common/invirt/
 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 (file)
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'],
-      )