Your message dated Wed, 12 Jun 2013 16:48:03 +0000 with message-id <[email protected]> and subject line Bug#664340: fixed in pyblosxom 1.5.2-1 has caused the Debian Bug report #664340, regarding [PATCH] pyblosxom: 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.) -- 664340: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=664340 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: pyblosxom 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 9de14eae8ed5773b0537648f53adb14b202f3817 Mon Sep 17 00:00:00 2001 From: Jari Aalto <[email protected]> Date: Tue, 28 Feb 2012 08:24:59 -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 -- ....dpatch => pyblosxom.cgi-path-config-fix.patch} | 6 +++--- ...ove_poweredby.dpatch => remove_poweredby.patch} | 6 +++--- debian/patches/series | 2 ++ debian/rules | 1 - debian/source/format | 1 + 9 files changed, 20 insertions(+), 12 deletions(-) delete mode 100644 debian/patches/00list rename debian/patches/{pyblosxom.cgi-path-config-fix.dpatch => pyblosxom.cgi-path-config-fix.patch} (81%) rename debian/patches/{remove_poweredby.dpatch => remove_poweredby.patch} (83%) create mode 100644 debian/patches/series create mode 100644 debian/source/format diff --git a/debian/changelog b/debian/changelog index 438e476..869a57a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +pyblosxom (1.4.3-1.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]> Tue, 28 Feb 2012 08:23:53 -0500 + pyblosxom (1.4.3-1) unstable; urgency=low * New upstream release: (Closes: #443998) 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 4fb599b..82b0202 100644 --- a/debian/control +++ b/debian/control @@ -1,10 +1,10 @@ Source: pyblosxom Section: web Priority: optional -Build-Depends: cdbs (>= 0.2), debhelper (>= 5.0), dpatch +Build-Depends: cdbs (>= 0.2), debhelper (>= 9) Build-Depends-Indep: python, python-dev, python-support (>= 0.4) Maintainer: Daniel Watkins <[email protected]> -Standards-Version: 3.8.0 +Standards-Version: 3.9.3 Homepage: http://pyblosxom.sourceforge.net/ Package: pyblosxom diff --git a/debian/patches/00list b/debian/patches/00list deleted file mode 100644 index f6e43ed..0000000 --- a/debian/patches/00list +++ /dev/null @@ -1,2 +0,0 @@ -pyblosxom.cgi-path-config-fix -remove_poweredby diff --git a/debian/patches/pyblosxom.cgi-path-config-fix.dpatch b/debian/patches/pyblosxom.cgi-path-config-fix.patch similarity index 81% rename from debian/patches/pyblosxom.cgi-path-config-fix.dpatch rename to debian/patches/pyblosxom.cgi-path-config-fix.patch index a291273..b64cd8c 100644 --- a/debian/patches/pyblosxom.cgi-path-config-fix.dpatch +++ b/debian/patches/pyblosxom.cgi-path-config-fix.patch @@ -1,6 +1,6 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## DP: Add /etc/pyblosxom/ as a location to look for configuration. -@DPATCH@ +From: Unknown +Subject: Add /etc/pyblosxom/ as a location to look for configuration. + --- pyblosxom-1.2.1/web/pyblosxom.cgi 2004-02-20 00:54:36.000000000 +0100 +++ pyblosxom-1.2.1/web/pyblosxom.cgi 2004-04-13 10:46:49.000000000 +0200 @@ -8,6 +8,9 @@ Blosxom details. diff --git a/debian/patches/remove_poweredby.dpatch b/debian/patches/remove_poweredby.patch similarity index 83% rename from debian/patches/remove_poweredby.dpatch rename to debian/patches/remove_poweredby.patch index 995e081..7ae1d4a 100644 --- a/debian/patches/remove_poweredby.dpatch +++ b/debian/patches/remove_poweredby.patch @@ -1,6 +1,6 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## DP: Remove default reference to a remote 'Powered By' image. -@DPATCH@ +From: Unknown +Subject: Remove default reference to a remote 'Powered By' image. + diff -Nur pyblosxom-1.3.orig/Pyblosxom/flavours/html.flav/foot.html pyblosxom-1.3/Pyblosxom/flavours/html.flav/foot.html --- pyblosxom-1.3.orig/Pyblosxom/flavours/html.flav/foot.html 2005-09-17 23:58:25.000000000 +0200 +++ pyblosxom-1.3/Pyblosxom/flavours/html.flav/foot.html 2006-01-28 20:29:46.000000000 +0100 diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..9ede9b0 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1,2 @@ +pyblosxom.cgi-path-config-fix.patch +remove_poweredby.patch diff --git a/debian/rules b/debian/rules index c61d61f..3decf81 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,6 @@ include /usr/share/cdbs/1/rules/buildcore.mk include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/rules/dpatch.mk PYTHONVERSION=$(shell pyversions -dv) DEB_COMPRESS_EXCLUDE := .txt 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: pyblosxom Source-Version: 1.5.2-1 We believe that the bug you reported is fixed in the latest version of pyblosxom, 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. Markus Koschany <[email protected]> (supplier of updated pyblosxom 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: Wed, 12 Jun 2013 16:35:45 +0200 Source: pyblosxom Binary: pyblosxom Architecture: source all Version: 1.5.2-1 Distribution: unstable Urgency: low Maintainer: Markus Koschany <[email protected]> Changed-By: Markus Koschany <[email protected]> Description: pyblosxom - lightweight file-based weblog system written in Python Closes: 319219 569844 607676 611443 664340 705151 Changes: pyblosxom (1.5.2-1) unstable; urgency=low . * New maintainer. (Closes: #705151) * New upstream release. (Closes: #611443) - Pyblosxom 1.5.2 ships a new command-line tool, pyblosxom-cmd. You can easily generate and test an initial blog setup and render static pages with it. (Closes: #569844) - The new release provides extensive sphinx-documentation in /usr/share/doc/pyblosxom/html. Many different ways of setting up pyblosxom are described including the deployment of the software as a CGI application for normal users. (Closes: #319219) * Switch to source format 3.0 (quilt). Thanks Jari Aalto for the patch. (Closes: #664340) * Bump compat level to 9 and require debhelper >=9. * debian/rules: - Use dh sequencer to simplify debian/rules. Drop cdbs. - Build with --python2 and sphinxdoc. - Install WHATSNEW as upstream changelog. - Activate the test suite during build time. * debian/control: - Remove cdbs and dpatch from Build-Depends. - Remove deprecated python-support and drop python-dev. - Add python-setuptools and python-sphinx (>= 1.0.7+dfsg) to Build-Depends-Indep. - Bump Standards-Version to 3.9.4., no changes. - Update the homepage field to pyblosxom's new address. (Closes: #607676) - Suggest also nginx and lighttpd as possible webservers. - Improve the package description. * Update debian/copyright to copyright format 1.0. - Document GPL-2+, GPL-3+ and Public Domain licenses. * Register the documentation with doc-base. * Create a new man page for pyblosxom-cmd and install it with the manpages file. * Update the watch file for the new homepage address. * Drop pyblosxom.postinst. Fix file permissions in debian/rules. * Refresh all patches, convert them to quilt format and add DEP-3 headers. * Add use-recommended-shebang-for-pyblosxom.cgi.patch to comply with the Debian Python policy. * Update README.Debian. Describe the creation of a new weblog with pyblosxom in five easy steps. Checksums-Sha1: 522319a94004183ccb6a392656a332806dfce6f2 1919 pyblosxom_1.5.2-1.dsc 9d19d2dbc8c13ff1ed685d2cd0515b85ccdecf9d 206032 pyblosxom_1.5.2.orig.tar.gz fb380265747246fa056ba4895d551c378d8a5a00 9224 pyblosxom_1.5.2-1.debian.tar.gz 19f95fe4fee9742026bbcbda13410ff53f7d9ee5 401728 pyblosxom_1.5.2-1_all.deb Checksums-Sha256: cbde58b6e7fdb25ff5196d11f820b1ad79d7a9a5cf782ab284638d738fdbb2fc 1919 pyblosxom_1.5.2-1.dsc dbe46f66fa790213c7ff5b87348894f8a57e962a69b307e10fdd3408cd93b3e2 206032 pyblosxom_1.5.2.orig.tar.gz fd094816ee1f77055d44ea057c61bc38671214a1a83b78360bc169cb471254c0 9224 pyblosxom_1.5.2-1.debian.tar.gz 13da47f8cee2b62392cb6ac964574ff0d98e4bce59ccf901a025b78c1a928356 401728 pyblosxom_1.5.2-1_all.deb Files: cc4c4adebaaa045a5412be0e4ccb7786 1919 web optional pyblosxom_1.5.2-1.dsc 660de0b07e9ec2d0ac5842bed286db76 206032 web optional pyblosxom_1.5.2.orig.tar.gz 6b012ded19667b9b22428f792884b802 9224 web optional pyblosxom_1.5.2-1.debian.tar.gz 0f5d0dcbaba8b09ed3933047379050b0 401728 web optional pyblosxom_1.5.2-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQIcBAEBCAAGBQJRuKOPAAoJEHQmOzf1tfkTmI8P/A9ASIVf5mrdlCIz16Co7N0h h2/U714TyeQiiZNRhvaDatnqyZYGxLhvoVPf0p3xFVMvpQRbvrUrXMwGnOyKm3RG e9UxrQCDlcL+rAE46oNMsRLWpM+ms/VhMqRzQVqsfVhE/Ly5NlW+VObtZoi5pA6A SdRVquuLYiQ2q4ufe1ls5eRnxcG2pukWuirCnIlL3vKLXDi+ST1RZlLNflLrjjse PNooHueTc9oEgUeZ/qwGO/iyii2VkDJ4bYlHzoMirWfDw0Di+p8MZOgpcWGcAJfo wQfnJtr7pzsEs2y3d2F9thqcsmV1vLw7wT1Wii8CwxXHAHnCYlZZ30yO8wmTSbyM RYt71l/Lbbs0Xd/pbMS/YeTwMMvhh06/xRC82rx/pDOSBywkJ6xycuncBLMPuCz8 pGaB35krpggnkjtgQ/F3MBg4A8M3WxUjGVBcBC5pBnYDq0t9zmIStBu3XU70z5kc USMupaSkacf1s3nXMX23OT/lE3+RGqlpy/dptBLOBBoFCTtTjd/WrtyK+j3uKHQq 3QFBlGr2ZjBlX4v7snvtufnf46BjOCbRULb3SYY2V6e8bpxuEGGv02K1RNKBCQ4Q yj2vAeVQJt+f9MipMFKWt5qyS+QWYImtDWdHJSNxVDPpEYvj1NZBlNJjdVatJqAV 7AMS+yvE3eZJUkVNoefK =PtXc -----END PGP SIGNATURE-----
--- End Message ---

