Package: python-vobject Version: 0.4.4-1 Severity: normal Tags: patch Hi,
Attached is the diff for my python-vobject 0.4.4-1.1 NMU. -- Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D Fingerprint: D5AF 25FB 316B 53BB 08E7 F999 E544 DE07 9B7C 328D
diff -u python-vobject-0.4.4/debian/changelog python-vobject-0.4.4/debian/changelog --- python-vobject-0.4.4/debian/changelog +++ python-vobject-0.4.4/debian/changelog @@ -1,3 +1,10 @@ +python-vobject (0.4.4-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Remove quilt support as there is no patches dir (Closes: #393885). + + -- Luk Claes <[EMAIL PROTECTED]> Thu, 26 Oct 2006 20:29:44 +0200 + python-vobject (0.4.4-1) unstable; urgency=low * New Upstream Version diff -u python-vobject-0.4.4/debian/control python-vobject-0.4.4/debian/control --- python-vobject-0.4.4/debian/control +++ python-vobject-0.4.4/debian/control @@ -2,7 +2,7 @@ Section: python Priority: optional Maintainer: Guido Guenther <[EMAIL PROTECTED]> -Build-Depends: cdbs, debhelper (>= 5), quilt, python-dev, python-support (>= 0.3), python-dateutil, python-setuptools +Build-Depends: cdbs, debhelper (>= 5), python-dev, python-support (>= 0.3), python-dateutil, python-setuptools Standards-Version: 3.7.2 Package: python-vobject diff -u python-vobject-0.4.4/debian/rules python-vobject-0.4.4/debian/rules --- python-vobject-0.4.4/debian/rules +++ python-vobject-0.4.4/debian/rules @@ -5,7 +5,6 @@ # 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 -include /usr/share/cdbs/1/rules/patchsys-quilt.mk DEB_PYTHON_CLEAN_ARGS = --all DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed

