Your message dated Tue, 18 Jun 2013 19:00:05 +0000 with message-id <[email protected]> and subject line Bug#664378: fixed in python-xlrd 0.9.2-1 has caused the Debian Bug report #664378, regarding [PATCH] python-xlrd: Helping to update to packaging format 3.0 to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 664378: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=664378 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: python-xlrd Severity: wishlist Tags: patch Hi, The dpatch patch management system has been deprecated for some time. The Lintian currently flags use of dpatch packages as an error. The new 3.0 packaging format is an improved version which, among other things, contains patch management built-in. For more information, see: http://wiki.debian.org/Projects/DebSrc3.0 I had some free time; see attached patch to migrate to new package format. Note that all files in debian/patches/* are canocalized to *.patch. Let me know if there is anything that needs adjusting or if it is ok to upload this version in a NMU in case you are working on other issues needing attention. Thanks, Jari>From 73c1b2982bc7f12827726f02dac8f6ef56a605c9 Mon Sep 17 00:00:00 2001 From: Jari Aalto <[email protected]> Date: Wed, 29 Feb 2012 09:19:45 -0500 Subject: [PATCH] format-3.0 Organization: Private Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Signed-off-by: Jari Aalto <[email protected]> --- debian/changelog | 8 ++++++++ debian/compat | 2 +- debian/control | 4 ++-- debian/patches/00list | 2 -- debian/patches/{runxlrd.dpatch => runxlrd.patch} | 8 ++------ debian/patches/series | 2 ++ debian/patches/{setup.py.dpatch => setup.py.patch} | 8 ++------ debian/rules | 5 ++--- debian/source/format | 1 + 9 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 debian/patches/00list rename debian/patches/{runxlrd.dpatch => runxlrd.patch} (72%) create mode 100644 debian/patches/series rename debian/patches/{setup.py.dpatch => setup.py.patch} (67%) create mode 100644 debian/source/format diff --git a/debian/changelog b/debian/changelog index 78edc6f..3902f45 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +python-xlrd (0.6.1-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Remove deprecated dpatch and upgrade to packaging format "3.0 quilt". + * Update to Standards-Version to 3.9.3 and debhelper to 9. + + -- Jari Aalto <[email protected]> Wed, 29 Feb 2012 09:18:59 -0500 + python-xlrd (0.6.1-2) unstable; urgency=low [ Sandro Tosi ] diff --git a/debian/compat b/debian/compat index 7ed6ff8..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +9 diff --git a/debian/control b/debian/control index 5022ed9..89be7b3 100644 --- a/debian/control +++ b/debian/control @@ -4,8 +4,8 @@ XS-Python-Version: all Priority: optional Maintainer: Thomas Bläsing <[email protected]> Uploaders: Debian Python Modules Team <[email protected]> -Standards-Version: 3.8.3 -Build-Depends: debhelper (>= 5), dpatch (>= 2.0.29) +Standards-Version: 3.9.3 +Build-Depends: debhelper (>= 9) Build-Depends-Indep: python(>= 2.1), python-support Homepage: http://www.lexicon.net/sjmachin/xlrd.htm Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-xlrd diff --git a/debian/patches/00list b/debian/patches/00list deleted file mode 100644 index f8625a9..0000000 --- a/debian/patches/00list +++ /dev/null @@ -1,2 +0,0 @@ -runxlrd -setup.py diff --git a/debian/patches/runxlrd.dpatch b/debian/patches/runxlrd.patch similarity index 72% rename from debian/patches/runxlrd.dpatch rename to debian/patches/runxlrd.patch index 45255a0..7605518 100644 --- a/debian/patches/runxlrd.dpatch +++ b/debian/patches/runxlrd.patch @@ -1,10 +1,6 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## runxlrd.dpatch by <[email protected]> -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: added hashbang +From: <[email protected]> +Subject: added hashbang -@DPATCH@ diff -urNad xlrd-0.6.1~/scripts/runxlrd.py xlrd-0.6.1/scripts/runxlrd.py --- xlrd-0.6.1~/scripts/runxlrd.py 2008-05-22 21:05:02.000000000 +0000 +++ xlrd-0.6.1/scripts/runxlrd.py 2008-05-22 21:05:25.000000000 +0000 diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..7fda9e0 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1,2 @@ +runxlrd.patch +setup.py.patch diff --git a/debian/patches/setup.py.dpatch b/debian/patches/setup.py.patch similarity index 67% rename from debian/patches/setup.py.dpatch rename to debian/patches/setup.py.patch index 671dae3..706fc67 100644 --- a/debian/patches/setup.py.dpatch +++ b/debian/patches/setup.py.patch @@ -1,10 +1,6 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## setup.py.dpatch by <[email protected]> -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: remove usr/pyshared/.../{docs,examples}/* +From: <[email protected]> +Subject: remove usr/pyshared/.../{docs,examples}/* -@DPATCH@ diff -urNad xlrd-0.6.1~/setup.py xlrd-0.6.1/setup.py --- xlrd-0.6.1~/setup.py 2007-06-10 08:40:44.000000000 +0000 +++ xlrd-0.6.1/setup.py 2008-05-19 20:01:20.000000000 +0000 diff --git a/debian/rules b/debian/rules index a53ea9a..1b4d34f 100755 --- a/debian/rules +++ b/debian/rules @@ -1,17 +1,16 @@ #!/usr/bin/make -f -include /usr/share/dpatch/dpatch.make build: -clean: unpatch +clean: dh_testdir dh_testroot dh_clean rm -rf build/ find . -name "*.pyc" | xargs rm -f -install: patch +install: dh_testdir dh_testroot dh_clean -k diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) -- 1.7.9
--- End Message ---
--- Begin Message ---Source: python-xlrd Source-Version: 0.9.2-1 We believe that the bug you reported is fixed in the latest version of python-xlrd, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Vincent Bernat <[email protected]> (supplier of updated python-xlrd package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 11 Jun 2013 15:22:17 +0200 Source: python-xlrd Binary: python-xlrd python3-xlrd Architecture: source all Version: 0.9.2-1 Distribution: unstable Urgency: low Maintainer: Debian Python Modules Team <[email protected]> Changed-By: Vincent Bernat <[email protected]> Description: python-xlrd - extract data from Microsoft Excel spreadsheet files python3-xlrd - extract data from Microsoft Excel spreadsheet files (Python3 vers Closes: 614503 664378 682962 700555 Changes: python-xlrd (0.9.2-1) unstable; urgency=low . [ Jakub Wilk ] * Use canonical URIs for Vcs-* fields. . [ Vincent Bernat ] * Promote Debian Python Modules Team as maintainer. Closes: #700555. * Switch from dpatch to 3.0 (quilt) format. Closes: #664378. * New upstream release. Closes: #682962. + Update debian/watch to look at Pypi. + Update homepage. + Drop shebang patch. Not needed anymore. * Bump Standards-Version to 3.9.4. * Switch to dh and dh_python2. * Enhance long description in debian/control. * Add doc-base registration. * Update manual page. * Switch to machine-readable debian/copyright. * Use shipped unittests. * Add Python 3 support. Closes: #614503. Checksums-Sha1: b048b8d01fbd21541c9c3184be3b185b27a666be 2091 python-xlrd_0.9.2-1.dsc dbc1d49871f342df128cf382679db459dfee4d01 167925 python-xlrd_0.9.2.orig.tar.gz 4084270847ff76761d534192cde07e2bd5032d2c 6030 python-xlrd_0.9.2-1.debian.tar.gz 6c487808a507b1cf3d5caad854ea3a4bda852489 143074 python-xlrd_0.9.2-1_all.deb 205c19e041fae72ad86f6c4d17333440f42a5e80 103166 python3-xlrd_0.9.2-1_all.deb Checksums-Sha256: d88311dace1155f0dce34eb2fe33faab560db02cb476e649231e33e3257a982d 2091 python-xlrd_0.9.2-1.dsc 3bc9823c09321ba62c6a6aa5c338a2c5b96c802717a044f42cec7a65a4c8e9f9 167925 python-xlrd_0.9.2.orig.tar.gz 3b8eb3cc85f7525e5e045260fe3e3d08cf901e1bcffc53d1d640c8444814e45b 6030 python-xlrd_0.9.2-1.debian.tar.gz bffaa6db7bd73f995996ab7d109769f6ea83b02d03aa54ea58f4c8511433746d 143074 python-xlrd_0.9.2-1_all.deb 67494dfe5a500550e0d993ca7d5a295ee06ef82418b3f6ebc72ad6bf65ad7483 103166 python3-xlrd_0.9.2-1_all.deb Files: 9388269f65026921409842733a1ecb2b 2091 python optional python-xlrd_0.9.2-1.dsc 91a81ee76233e9f3115acaaa1b251b0e 167925 python optional python-xlrd_0.9.2.orig.tar.gz 27178c9fe4e974aac0dc224e9ce8b244 6030 python optional python-xlrd_0.9.2-1.debian.tar.gz bc3baeb0971a8729f78f87303e0568b4 143074 python optional python-xlrd_0.9.2-1_all.deb 1fb757542028e4719073c8abfc4fc8c6 103166 python optional python3-xlrd_0.9.2-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQIcBAEBCAAGBQJRtzlHAAoJEJWkL+g1NSX5hr0QAJTBa+vgT8Hj0L3sLxHEmW3V 4ebGGBm4d82Tyg8kSjL92d9WUvge9yoodwyaPxu6RNXwXCCDymS0XqEws4d0xXdV O1MLnZ250OJzoAheNKVdA/nyzA8hkslPAhdD5Ukibhu6dxoDPnbPVJ/+VAtaX+Cr V8CyFM1lEMYegsbXfxNcOp7FwkNDfIER1mxUGavPqgYpacEuu1t8reIfWXOCQfI2 I4/ixiu7PCrs84hlm4ztpKsduA8WZyCS4Mla+6RvJdtR48Pdaa5VNZLyMzG+V+uS lG2RHVr0Ug0/fxtI5pE6qdo/8v8Or6P0QaF02BtM5xSRjGrYsQyVC+Jku7lrMms3 GkzalQJHuXJwo9zgXaaeTf+ywqYKxz25VASeVxNdYHPJM1/Iqs6/s8l7iZiXQX2M +FY8NeoLMo8UjGFcaQnT6rye+5BKhfFQ2jE7hg40y+pP9yH3oa48ynd6TBSMmiOG 6zfg7ActVZh3ghs7iTibSB6447YcjoEcjA9Vc/G0eAXLP91aT66M5Cx+0NxZ54/s vw5mUcMqvCGzNpct+XrNPh+M4xwgz6o/mXbhl2RCW/Ut22DBt8fRArteBNtSZ0Tn J9AD9bWL2KfAlHwqXOMa5FUPkI/OH9J0HNHIOXWuwHhNMYST5RHVGFEgFGu4cp3p Wl5eiJ2tvwtXkfPs1W3I =06++ -----END PGP SIGNATURE-----
--- End Message ---

