summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
3 files changed, 8 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index d7406d9..1bfc140 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-vobject (0.8.1c-4.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Build using dh-python. Closes: #786151.
+
+ -- Matthias Klose <doko@debian.org> Sat, 22 Aug 2015 08:38:11 +0200
+
python-vobject (0.8.1c-4) unstable; urgency=low
* [80b984b] Restore original upstream behaviour on unrecognized parameters
diff --git a/debian/control b/debian/control
index b5026e0..f5a0967 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: python
Priority: optional
Maintainer: Calendarserver Maintainers <calendarserver-maintainers@lists.alioth.debian.org>
Uploaders: Guido Günther <agx@sigxcpu.org>
-Build-Depends: cdbs, debhelper (>= 5), python-dev, python-support (>= 0.3), python-dateutil, python-setuptools, quilt
+Build-Depends: cdbs, debhelper (>= 5), python-dev, dh-python, python-dateutil, python-setuptools, quilt
Standards-Version: 3.8.3
Vcs-Git: git://git.debian.org/git/calendarserver/python-vobject.git
Vcs-Browser: http://git.debian.org/?p=calendarserver/python-vobject.git
diff --git a/debian/rules b/debian/rules
index 8cfce1a..071de7b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,5 @@
#!/usr/bin/make -f
-DEB_PYTHON_SYSTEM = pysupport
-
# Add here any variable or target overrides you need
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk