[Python-modules-commits] r10641 - in packages/python-adns/trunk/debian (4 files)
jandd at users.alioth.debian.org
jandd at users.alioth.debian.org
Tue Dec 1 21:40:10 UTC 2009
Date: Tuesday, December 1, 2009 @ 21:40:09
Author: jandd
Revision: 10641
remove explicit quilt dependency
Modified:
packages/python-adns/trunk/debian/changelog
packages/python-adns/trunk/debian/control
packages/python-adns/trunk/debian/rules
Deleted:
packages/python-adns/trunk/debian/README.source
Deleted: packages/python-adns/trunk/debian/README.source
===================================================================
--- packages/python-adns/trunk/debian/README.source 2009-12-01 21:13:22 UTC (rev 10640)
+++ packages/python-adns/trunk/debian/README.source 2009-12-01 21:40:09 UTC (rev 10641)
@@ -1,6 +0,0 @@
-This package uses quilt to handle patches against upstream source
-code; you can find information about how to use quilt at
-
- /usr/share/doc/quilt/
-
- -- Jan Dittberner <jandd at debian.org>, Thu, 5 Nov 2009 00:05:08 +0100
Modified: packages/python-adns/trunk/debian/changelog
===================================================================
--- packages/python-adns/trunk/debian/changelog 2009-12-01 21:13:22 UTC (rev 10640)
+++ packages/python-adns/trunk/debian/changelog 2009-12-01 21:40:09 UTC (rev 10641)
@@ -1,10 +1,15 @@
-python-adns (1.2.1-2) UNRELEASED; urgency=low
+python-adns (1.2.1-3) unstable; urgency=low
- * NOT RELEASED YET
* add debian/source/format with "3.0 quilt" to switch to 3.0 (quilt)
source format
+ * remove explicit quilt dependency
+ * debian/control:
+ - remove quilt from Build-Depends
+ * debian/rules:
+ - remove --with quilt
+ * remove debian/README.source
- -- Jan Dittberner <jandd at debian.org> Sat, 07 Nov 2009 14:04:16 +0100
+ -- Jan Dittberner <jandd at debian.org> Tue, 01 Dec 2009 22:39:16 +0100
python-adns (1.2.1-1) unstable; urgency=low
Modified: packages/python-adns/trunk/debian/control
===================================================================
--- packages/python-adns/trunk/debian/control 2009-12-01 21:13:22 UTC (rev 10640)
+++ packages/python-adns/trunk/debian/control 2009-12-01 21:40:09 UTC (rev 10641)
@@ -4,7 +4,7 @@
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Jan Dittberner <jandd at debian.org>
Build-Depends: debhelper (>= 7.0.50), python-all-dev (>= 2.3.5-11),
- python-support (>= 1.0.2), libadns1-dev (>= 1.2), quilt
+ python-support (>= 1.0.2), libadns1-dev (>= 1.2)
Standards-Version: 3.8.3
XS-Python-Version: >= 2.3
Homepage: http://code.google.com/p/adns-python/
Modified: packages/python-adns/trunk/debian/rules
===================================================================
--- packages/python-adns/trunk/debian/rules 2009-12-01 21:13:22 UTC (rev 10640)
+++ packages/python-adns/trunk/debian/rules 2009-12-01 21:40:09 UTC (rev 10641)
@@ -24,4 +24,4 @@
dh_installdocs -a README
%:
- dh --with-quilt $@
+ dh $@
More information about the Python-modules-commits
mailing list