summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2006-10-07 01:02:56 +0200
committerGuido Guenther <agx@bogon.sigxcpu.org>2006-10-07 01:02:56 +0200
commit8aabe38fbee90dbb9198f13ac5726e45c8b09fe9 (patch)
tree24fd3486f6ea8c92ef438d57f607863849e1e570 /debian
parent7f8b254d551e31a2583a43ab3c0232b602ac7f4b (diff)
don't remove the egg information in the clean target
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rwxr-xr-xdebian/rules2
2 files changed, 7 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index f11a04b..9caef7f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-vobject (0.4.3-1) unstable; urgency=low
+
+ * New Upstream (non SVN!) Version
+ * cdbs cleanups
+
+ -- Guido Guenther <agx@sigxcpu.org> Sat, 7 Oct 2006 00:50:15 +0200
+
python-vobject (0.0.svn155-2) unstable; urgency=low
* build depend on python-dateutil so the testuite can run properly.
diff --git a/debian/rules b/debian/rules
index 67c3c3a..ba7d295 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,5 +13,3 @@ DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
build/python-vobject::
cd tests && PYTHONPATH=src python tests.py
-clean::
- rm -rf src/vobject.egg-info/