From 814870626adf63c139648ef940a70a25202d187b Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Mon, 5 Jan 2009 23:51:03 -0500 Subject: [PATCH 1/1] Clean up invirt-database's .egg-info directory from the right place. svn path=/trunk/packages/invirt-database/; revision=1962 --- debian/changelog | 6 ++++++ debian/rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- 1.7.9.5