summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rwxr-xr-xdebian/rules2
-rw-r--r--src/vobject.egg-info/SOURCES.txt1
3 files changed, 8 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/
diff --git a/src/vobject.egg-info/SOURCES.txt b/src/vobject.egg-info/SOURCES.txt
index 9daf1be..c01af99 100644
--- a/src/vobject.egg-info/SOURCES.txt
+++ b/src/vobject.egg-info/SOURCES.txt
@@ -2,6 +2,7 @@ ACKNOWLEDGEMENTS.txt
LICENSE.txt
README.txt
ez_setup.py
+setup.cfg
setup.py
src/vobject/__init__.py
src/vobject/base.py