From: Evan Broder Date: Tue, 6 Jan 2009 04:51:03 +0000 (-0500) Subject: Clean up invirt-database's .egg-info directory from the right place. X-Git-Tag: 0.1.2^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-database.git/commitdiff_plain/814870626adf63c139648ef940a70a25202d187b?hp=a311ee60bd614d6ae6b5132470b7c9fbc6e3a57f Clean up invirt-database's .egg-info directory from the right place. svn path=/trunk/packages/invirt-database/; revision=1962 --- diff --git a/debian/changelog b/debian/changelog index fc56477..088be6d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +invirt-database (0.1.2) unstable; urgency=low + + * Clean up the .egg-info directory from the right place. + + -- Evan Broder Mon, 05 Jan 2009 23:50:47 -0500 + invirt-database (0.1.1) unstable; urgency=low * Correct a lintian spelling warning. diff --git a/debian/rules b/debian/rules index 715c751..89a5fd6 100755 --- a/debian/rules +++ b/debian/rules @@ -6,4 +6,4 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-distutils.mk clean:: - rm -rf python/invirt.database.egg-info + rm -rf invirt.database.egg-info