Your message dated Sun, 12 Jun 2016 00:19:33 +0000 with message-id <[email protected]> and subject line Bug#669696: fixed in id3ren 1.1b0-7 has caused the Debian Bug report #669696, regarding [PATCH] id3ren: 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.) -- 669696: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=669696 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: id3ren 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 819f4f52adc36cd487855bea151dd320eaa4a501 Mon Sep 17 00:00:00 2001 From: Jari Aalto <[email protected]> Date: Sat, 21 Apr 2012 11:17:23 +0300 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 | 11 ++++++++++ debian/compat | 2 +- debian/control | 6 +++--- debian/copyright | 2 +- debian/patches/00list | 5 ----- .../{01_install.dpatch => 01-install.patch} | 8 ++----- .../{02_include.dpatch => 02-include.patch} | 8 ++----- .../{03_manpage.dpatch => 03-manpage.patch} | 8 ++----- debian/patches/{04_genre.dpatch => 04-genre.patch} | 8 ++----- .../{05_directory.dpatch => 05-directory.patch} | 8 ++----- debian/patches/series | 5 +++++ debian/rules | 22 ++++++-------------- debian/source/format | 1 + 13 files changed, 38 insertions(+), 56 deletions(-) delete mode 100644 debian/patches/00list rename debian/patches/{01_install.dpatch => 01-install.patch} (83%) rename debian/patches/{02_include.dpatch => 02-include.patch} (53%) rename debian/patches/{03_manpage.dpatch => 03-manpage.patch} (97%) rename debian/patches/{04_genre.dpatch => 04-genre.patch} (85%) rename debian/patches/{05_directory.dpatch => 05-directory.patch} (95%) create mode 100644 debian/patches/series create mode 100644 debian/source/format diff --git a/debian/changelog b/debian/changelog index 78f0827..30a593a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +id3ren (1.1b0-6.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. + * Add build-arch and build-indep targets; use dh_prep in rules file. + * Fix copyright-refers-to-symlink-license (Lintian). + * Fix debian-rules-ignores-make-clean-error (Lintian). + + -- Jari Aalto <[email protected]> Sat, 21 Apr 2012 11:16:43 +0300 + id3ren (1.1b0-6) unstable; urgency=low * Update maintainer address 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 48dd03a..fb03c9a 100644 --- a/debian/control +++ b/debian/control @@ -2,12 +2,12 @@ Source: id3ren Section: sound Priority: optional Maintainer: Matthew Johnson <[email protected]> -Standards-Version: 3.7.2 -Build-Depends: debhelper (>= 5), dpatch +Standards-Version: 3.9.3 +Build-Depends: debhelper (>= 9) Package: id3ren Architecture: any -Depends: ${shlibs:Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} Description: id3 tagger and renamer Tool used to rename batches of mpeg3 files by reading the ID3 tag at the end of the file which contains the song name, artist, album, year, and a diff --git a/debian/copyright b/debian/copyright index 2d03ee2..8355199 100644 --- a/debian/copyright +++ b/debian/copyright @@ -26,7 +26,7 @@ Christophe Bothamy in December 2000. Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. On Debian GNU/Linux systems, the complete text of the GNU General -Public License can be found in `/usr/share/common-licenses/GPL'. +Public License can be found in `/usr/share/common-licenses/GPL-2'. The packaging since Dec 2006 is copyright (c) 2006-2007 Matthew Johnson diff --git a/debian/patches/00list b/debian/patches/00list deleted file mode 100644 index e7c8886..0000000 --- a/debian/patches/00list +++ /dev/null @@ -1,5 +0,0 @@ -01_install -02_include -03_manpage -04_genre -05_directory diff --git a/debian/patches/01_install.dpatch b/debian/patches/01-install.patch similarity index 83% rename from debian/patches/01_install.dpatch rename to debian/patches/01-install.patch index 00fe608..6ac82d1 100644 --- a/debian/patches/01_install.dpatch +++ b/debian/patches/01-install.patch @@ -1,10 +1,6 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 01_install.dpatch by <[email protected]> -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: 01_install +From: Matthew Johnson <[email protected]> +Subject: Install fixed to Makefile -@DPATCH@ --- id3ren-1.1b0.orig/Makefile +++ id3ren-1.1b0/Makefile diff --git a/debian/patches/02_include.dpatch b/debian/patches/02-include.patch similarity index 53% rename from debian/patches/02_include.dpatch rename to debian/patches/02-include.patch index c4801bd..a0065e8 100644 --- a/debian/patches/02_include.dpatch +++ b/debian/patches/02-include.patch @@ -1,10 +1,6 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 02_include.dpatch by <[email protected]> -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: 02_include +From: Matthew Johnson <[email protected]> +Subject: Correct missing include header -@DPATCH@ --- id3ren-1.1b0.orig/src/id3file.c +++ id3ren-1.1b0/src/id3file.c diff --git a/debian/patches/03_manpage.dpatch b/debian/patches/03-manpage.patch similarity index 97% rename from debian/patches/03_manpage.dpatch rename to debian/patches/03-manpage.patch index 8f8cd56..3a06dd0 100644 --- a/debian/patches/03_manpage.dpatch +++ b/debian/patches/03-manpage.patch @@ -1,10 +1,6 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 03_manpage.dpatch by <[email protected]> -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: 03_manpage +From: Matthew Johnson <[email protected]> +Subject: New manual page -@DPATCH@ --- id3ren-1.1b0.orig/man/id3ren.1 +++ id3ren-1.1b0/man/id3ren.1 diff --git a/debian/patches/04_genre.dpatch b/debian/patches/04-genre.patch similarity index 85% rename from debian/patches/04_genre.dpatch rename to debian/patches/04-genre.patch index 72926d7..4e93006 100644 --- a/debian/patches/04_genre.dpatch +++ b/debian/patches/04-genre.patch @@ -1,10 +1,6 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 04_genre.dpatch by <[email protected]> -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: 04_genre +From: Matthew Johnson <[email protected]> +Subject: Adjust list of music genres -@DPATCH@ --- id3ren-1.1b0.orig/src/id3genre.h +++ id3ren-1.1b0/src/id3genre.h diff --git a/debian/patches/05_directory.dpatch b/debian/patches/05-directory.patch similarity index 95% rename from debian/patches/05_directory.dpatch rename to debian/patches/05-directory.patch index cdee56e..3344f94 100644 --- a/debian/patches/05_directory.dpatch +++ b/debian/patches/05-directory.patch @@ -1,10 +1,6 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 05_directory.dpatch by <[email protected]> -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: 05_directory +From: Matthew Johnson <[email protected]> +Subject: Add braces to if statements -@DPATCH@ --- id3ren-1.1b0.orig/src/id3ren.c +++ id3ren-1.1b0/src/id3ren.c diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..1001435 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1,5 @@ +01-install.patch +02-include.patch +03-manpage.patch +04-genre.patch +05-directory.patch diff --git a/debian/rules b/debian/rules index 4738009..92bacb0 100755 --- a/debian/rules +++ b/debian/rules @@ -7,18 +7,11 @@ .NOTPARALLEL: -patch: patch-stamp -patch-stamp: - dpatch apply-all - dpatch cat-all >patch-stamp - -unpatch: - dpatch deapply-all - rm -rf patch-stamp debian/patched - +build-arch: build +build-indep: build build: build-stamp -build-stamp: patch +build-stamp: dh_testdir # Add here commands to compile the package. @@ -26,20 +19,17 @@ build-stamp: patch touch build-stamp -clean: unpatch +clean: dh_testdir dh_testroot rm -f build-stamp - - # Add here commands to clean up after the build process. - -$(MAKE) clean - + [ ! -f Makefile ] || $(MAKE) clean dh_clean install: build dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs # Add here commands to install the package into debian/tmp. 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.5
--- End Message ---
--- Begin Message ---Source: id3ren Source-Version: 1.1b0-7 We believe that the bug you reported is fixed in the latest version of id3ren, 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. David William Richmond Jones <[email protected]> (supplier of updated id3ren 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: Sun, 05 Jun 2016 00:27:22 +0100 Source: id3ren Binary: id3ren Architecture: source Version: 1.1b0-7 Distribution: unstable Urgency: low Maintainer: Debian QA Group <[email protected]> Changed-By: David William Richmond Jones <[email protected]> Description: id3ren - id3 tagger and renamer Closes: 669696 Changes: id3ren (1.1b0-7) unstable; urgency=low . * QA upload. * Updated compatibility level to 9 * Converted patches to quilt * Dropped build-dep on dpatch * Converted copyright to DEP5 * Removed 03_manpage.patch * No need for TODO in docs * Dropped watch file as it's offline * Use format 3.0 (quilt). Closes: #669696 Checksums-Sha1: 28224c3830ab1bbf9ed3c60fa1c0ca24ea8940f0 1339 id3ren_1.1b0-7.dsc a17aec87ae1ced51d90a64801d29ea90a6a284a1 4256 id3ren_1.1b0-7.debian.tar.xz Checksums-Sha256: 7f6e4bdcd5424e1af493e9c915137824309bf376e5425b1f04e6915d2b403059 1339 id3ren_1.1b0-7.dsc 6dd319e394770241d5b0088d6a6f36a46ff248299361f32ec66b46e99dab7b76 4256 id3ren_1.1b0-7.debian.tar.xz Files: 798e13d1fc152ca9d43c32f1ab2f90b6 1339 sound optional id3ren_1.1b0-7.dsc 57aaa3a1ea38a2a5cbd3e87253da7b8e 4256 sound optional id3ren_1.1b0-7.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBCAAGBQJXU7t0AAoJECw7Q2/qxoEB1m0H/RIIVHLjrYacwDa3u+sOSALU SpbdesSKd7OLDUY31Lod3ECVUlazEA+fJwPA5mIOrQHHA67GGQxUwWmBghHondY5 XXKkOzv4Jx9eJY7A8707SIrx1MgnB4VrBV9PRZ4TfeR3SL87h9OGuSFn7EnwufNx 0z/ohDOqgZYCwbVVXrnwDg/cwpGMKcAI4Ld1PdlIYyqGSwS51LtDc1sjPY9sKWvh piMu1jIwrnDFKMFsqbsrvcbs/Zf6Ru0tsa+qQFgnZwjR2UliUqMy47VUxTDOsv/i k2Mj309chmWug8Vp82RqFv+w/0QmZtBpr5yN822YzLvCOTKNEaIcGGYrZppghr4= =Sx32 -----END PGP SIGNATURE-----
--- End Message ---

