Your message dated Tue, 21 Jun 2016 11:22:01 +0000 with message-id <[email protected]> and subject line Bug#664355: fixed in ifplugd 0.28-19.2 has caused the Debian Bug report #664355, regarding [PATCH] ifplugd: 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.) -- 664355: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=664355 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: ifplugd 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 ee174f31988d0d43bbbaa37d537cd41542583a54 Mon Sep 17 00:00:00 2001 From: Jari Aalto <[email protected]> Date: Tue, 28 Feb 2012 13:40:47 -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 | 7 ------- ...flict.dpatch => 01_loff_t_dev_t_conflict.patch} | 8 ++------ ...pos.dpatch => 02_manpage_paths_and_typos.patch} | 11 ++++------- ....dpatch => 03_split_README_ChangeLog_FAQ.patch} | 8 ++------ ...ptions.dpatch => 04_up_down_beep_options.patch} | 8 ++------ ...man.dpatch => 05_396895_HOTPLUG_conf_man.patch} | 8 ++------ ...delays.dpatch => 06_509015_better_delays.patch} | 8 ++------ ...elays.dpatch => 07_add_fractional_delays.patch} | 8 ++------ debian/patches/series | 7 +++++++ debian/rules | 10 ++++------ 13 files changed, 38 insertions(+), 59 deletions(-) delete mode 100644 debian/patches/00list rename debian/patches/{01_loff_t_dev_t_conflict.dpatch => 01_loff_t_dev_t_conflict.patch} (73%) rename debian/patches/{02_manpage_paths_and_typos.dpatch => 02_manpage_paths_and_typos.patch} (97%) rename debian/patches/{03_split_README_ChangeLog_FAQ.dpatch => 03_split_README_ChangeLog_FAQ.patch} (98%) rename debian/patches/{04_up_down_beep_options.dpatch => 04_up_down_beep_options.patch} (95%) rename debian/patches/{05_396895_HOTPLUG_conf_man.dpatch => 05_396895_HOTPLUG_conf_man.patch} (88%) rename debian/patches/{06_509015_better_delays.dpatch => 06_509015_better_delays.patch} (75%) rename debian/patches/{07_add_fractional_delays.dpatch => 07_add_fractional_delays.patch} (95%) create mode 100644 debian/patches/series diff --git a/debian/changelog b/debian/changelog index 0c84be6..f5a5309 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +ifplugd (0.28-19.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 13:38:06 -0500 + ifplugd (0.28-19) unstable; urgency=low * Added interface poll delay < 1sec using the new -T option. (Closes: 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 b449d72..fd42b20 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: ifplugd Section: net Priority: optional Maintainer: Walter Franzini <[email protected]> -Build-Depends: debhelper (>= 5), dpatch, autotools-dev, libdaemon-dev (>= 0.7), pkg-config, po-debconf -Standards-Version: 3.9.2 +Build-Depends: debhelper (>= 9), autotools-dev, libdaemon-dev (>= 0.7), pkg-config, po-debconf +Standards-Version: 3.9.3 Homepage: http://0pointer.de/lennart/projects/ifplugd/ Package: ifplugd diff --git a/debian/patches/00list b/debian/patches/00list deleted file mode 100644 index ca8a301..0000000 --- a/debian/patches/00list +++ /dev/null @@ -1,7 +0,0 @@ -01_loff_t_dev_t_conflict -02_manpage_paths_and_typos -03_split_README_ChangeLog_FAQ -04_up_down_beep_options -05_396895_HOTPLUG_conf_man -06_509015_better_delays -07_add_fractional_delays.dpatch diff --git a/debian/patches/01_loff_t_dev_t_conflict.dpatch b/debian/patches/01_loff_t_dev_t_conflict.patch similarity index 73% rename from debian/patches/01_loff_t_dev_t_conflict.dpatch rename to debian/patches/01_loff_t_dev_t_conflict.patch index f28b9f3..ce292e8 100644 --- a/debian/patches/01_loff_t_dev_t_conflict.dpatch +++ b/debian/patches/01_loff_t_dev_t_conflict.patch @@ -1,10 +1,6 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 01_loff_t_dev_t_conflict.dpatch by Jeremie Corbier <[email protected]> -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: Fixes FTBFS: Conflict between sys/types.h linux/types.h loff_t/dev_t +From: Jeremie Corbier <[email protected]> +Subject: Fixes FTBFS: Conflict between sys/types.h linux/types.h loff_t/dev_t -@DPATCH@ diff -urNad ifplugd-0.28~/src/interface.c ifplugd-0.28/src/interface.c --- ifplugd-0.28~/src/interface.c 2005-01-04 16:25:31.000000000 -0800 +++ ifplugd-0.28/src/interface.c 2007-01-12 19:19:14.000000000 -0800 diff --git a/debian/patches/02_manpage_paths_and_typos.dpatch b/debian/patches/02_manpage_paths_and_typos.patch similarity index 97% rename from debian/patches/02_manpage_paths_and_typos.dpatch rename to debian/patches/02_manpage_paths_and_typos.patch index 3e7017c..d5bc417 100644 --- a/debian/patches/02_manpage_paths_and_typos.dpatch +++ b/debian/patches/02_manpage_paths_and_typos.patch @@ -1,11 +1,8 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 02_manpage_paths_and_typos.dpatch by Y Giridhar Appaji Nag <[email protected]> -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: Path and typo fixes made a dpatch, fix lintian W: hyphen-used-as-minus-sign -## DP: Fix ifplugd.8 -w option retval, thanks Jérémie Corbier <[email protected]> +From: Y Giridhar Appaji Nag <[email protected]> +Subject: Path and typo fixes made a dpatch + Fix lintian W: hyphen-used-as-minus-sign + Fix ifplugd.8 -w option retval, thanks Jérémie Corbier <[email protected]> -@DPATCH@ diff -urNad ifplugd-0.28~/doc/README ifplugd-0.28/doc/README --- ifplugd-0.28~/doc/README 2008-03-07 07:33:56.000000000 +0530 +++ ifplugd-0.28/doc/README 2008-03-07 17:59:17.000000000 +0530 diff --git a/debian/patches/03_split_README_ChangeLog_FAQ.dpatch b/debian/patches/03_split_README_ChangeLog_FAQ.patch similarity index 98% rename from debian/patches/03_split_README_ChangeLog_FAQ.dpatch rename to debian/patches/03_split_README_ChangeLog_FAQ.patch index 9aacff3..36c65f7 100644 --- a/debian/patches/03_split_README_ChangeLog_FAQ.dpatch +++ b/debian/patches/03_split_README_ChangeLog_FAQ.patch @@ -1,10 +1,6 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 03_split_README_ChangeLog_FAQ.dpatch by Y Giridhar Appaji Nag <[email protected]> -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: Split README into README, ChangeLog and FAQ because they were hidden +From: Y Giridhar Appaji Nag <[email protected]> +Subject: Split README into README, ChangeLog and FAQ because they were hidden -@DPATCH@ diff -urNad ifplugd-0.28~/doc/ChangeLog ifplugd-0.28/doc/ChangeLog --- ifplugd-0.28~/doc/ChangeLog 1970-01-01 05:30:00.000000000 +0530 +++ ifplugd-0.28/doc/ChangeLog 2008-03-07 19:00:50.000000000 +0530 diff --git a/debian/patches/04_up_down_beep_options.dpatch b/debian/patches/04_up_down_beep_options.patch similarity index 95% rename from debian/patches/04_up_down_beep_options.dpatch rename to debian/patches/04_up_down_beep_options.patch index 8ddcf88..40ac9f2 100644 --- a/debian/patches/04_up_down_beep_options.dpatch +++ b/debian/patches/04_up_down_beep_options.patch @@ -1,10 +1,6 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 04_up_down_beep_options.dpatch by Y Giridhar Appaji Nag <[email protected]> -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: Implement --no-beep-up and --no-beep-down options +From: Y Giridhar Appaji Nag <[email protected]> +Subject: Implement --no-beep-up and --no-beep-down options -@DPATCH@ diff -urNad ifplugd-0.28~/man/ifplugd.8 ifplugd-0.28/man/ifplugd.8 --- ifplugd-0.28~/man/ifplugd.8 2008-04-04 16:30:15.000000000 +0530 +++ ifplugd-0.28/man/ifplugd.8 2008-04-04 16:30:53.000000000 +0530 diff --git a/debian/patches/05_396895_HOTPLUG_conf_man.dpatch b/debian/patches/05_396895_HOTPLUG_conf_man.patch similarity index 88% rename from debian/patches/05_396895_HOTPLUG_conf_man.dpatch rename to debian/patches/05_396895_HOTPLUG_conf_man.patch index e2535af..763d315 100644 --- a/debian/patches/05_396895_HOTPLUG_conf_man.dpatch +++ b/debian/patches/05_396895_HOTPLUG_conf_man.patch @@ -1,10 +1,6 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 05_396895_HOTPLUG_conf_man.dpatch by Y Giridhar Appaji Nag <[email protected]> -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: Explain HOTPLUG_INTERFACES in the ifplugd.conf(5) manpage. +From: Y Giridhar Appaji Nag <[email protected]> +Subject: Explain HOTPLUG_INTERFACES in the ifplugd.conf(5) manpage. -@DPATCH@ diff -urNad ifplugd-0.28~/man/ifplugd.conf.5 ifplugd-0.28/man/ifplugd.conf.5 --- ifplugd-0.28~/man/ifplugd.conf.5 2008-04-20 12:47:01.000000000 +0530 +++ ifplugd-0.28/man/ifplugd.conf.5 2008-04-20 12:48:24.000000000 +0530 diff --git a/debian/patches/06_509015_better_delays.dpatch b/debian/patches/06_509015_better_delays.patch similarity index 75% rename from debian/patches/06_509015_better_delays.dpatch rename to debian/patches/06_509015_better_delays.patch index 64ddb6e..939ebf6 100644 --- a/debian/patches/06_509015_better_delays.dpatch +++ b/debian/patches/06_509015_better_delays.patch @@ -1,10 +1,6 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 06_509015_better_delays.dpatch by Michel Lespinasse <[email protected]> -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: Don't wait for more than specified delays, fix for #509015 +From: Michel Lespinasse <[email protected]> +Subject: Don't wait for more than specified delays, fix for #509015 -@DPATCH@ diff -urNad ifplugd-0.28~/src/ifplugd.c ifplugd-0.28/src/ifplugd.c --- ifplugd-0.28~/src/ifplugd.c 2008-09-30 17:48:51.000000000 +0530 +++ ifplugd-0.28/src/ifplugd.c 2009-03-02 12:05:11.000000000 +0530 diff --git a/debian/patches/07_add_fractional_delays.dpatch b/debian/patches/07_add_fractional_delays.patch similarity index 95% rename from debian/patches/07_add_fractional_delays.dpatch rename to debian/patches/07_add_fractional_delays.patch index deeed44..4ca9ac4 100644 --- a/debian/patches/07_add_fractional_delays.dpatch +++ b/debian/patches/07_add_fractional_delays.patch @@ -1,10 +1,6 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 07_add_fractional_delays.dpatch by <root@cvt-xs6> -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: No description. +From: <root@cvt-xs6> +Subject: No description. -@DPATCH@ diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' ifplugd-0.28~/man/ifplugd.8 ifplugd-0.28/man/ifplugd.8 --- ifplugd-0.28~/man/ifplugd.8 2011-08-22 17:20:53.000000000 +0400 +++ ifplugd-0.28/man/ifplugd.8 2011-08-22 17:22:09.000000000 +0400 diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..963bb4f --- /dev/null +++ b/debian/patches/series @@ -0,0 +1,7 @@ +01_loff_t_dev_t_conflict.patch +02_manpage_paths_and_typos.patch +03_split_README_ChangeLog_FAQ.patch +04_up_down_beep_options.patch +05_396895_HOTPLUG_conf_man.patch +06_509015_better_delays.patch +07_add_fractional_delays.patch diff --git a/debian/rules b/debian/rules index f371fb1..33eb6c6 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,6 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -include /usr/share/dpatch/dpatch.make # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) @@ -25,7 +24,7 @@ confopts = --disable-subversion \ --disable-xmltoman \ --disable-lynx -config.status: patch configure-stamp +config.status: configure-stamp configure-stamp: dh_testdir [ ! -f ifplugd.spec ] || mv -f ifplugd.spec ifplugd.spec.ups @@ -40,13 +39,12 @@ endif touch $@ build: build-stamp -build-stamp: patch-stamp config.status +build-stamp: config.status dh_testdir $(MAKE) touch $@ -clean: clean-patched unpatch -clean-patched: +clean: dh_testdir dh_testroot rm -f build-stamp configure-stamp @@ -95,4 +93,4 @@ binary-arch: build install dh_builddeb binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install patch unpatch +.PHONY: build clean binary-indep binary-arch binary install -- 1.7.9
--- End Message ---
--- Begin Message ---Source: ifplugd Source-Version: 0.28-19.2 We believe that the bug you reported is fixed in the latest version of ifplugd, 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. Andrew Shadura <[email protected]> (supplier of updated ifplugd 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: SHA1 Format: 1.8 Date: Tue, 21 Jun 2016 12:27:13 +0200 Source: ifplugd Binary: ifplugd Architecture: source Version: 0.28-19.2 Distribution: unstable Urgency: low Maintainer: Walter Franzini <[email protected]> Changed-By: Andrew Shadura <[email protected]> Description: ifplugd - configuration daemon for ethernet devices Closes: 664355 Changes: ifplugd (0.28-19.2) unstable; urgency=low . * Non-maintainer upload. . [ Jari Aalto ] * Remove deprecated dpatch and upgrade to packaging format "3.0 quilt" (Closes: #664355). * Update to Standards-Version to 3.9.3 and debhelper to 9. . [ Andrew Shadura ] * Simplify debian/rules by porting it to the short dh form. * Add a patch from upstream to allow ifplugd usage on machines that lack IPv4. Checksums-Sha1: 9f00969a65e816125d09087d68009b24d10d10cb 1472 ifplugd_0.28-19.2.dsc bccaf283a18a1a81c30df436b9ec0a4250c64e36 46540 ifplugd_0.28-19.2.debian.tar.xz Checksums-Sha256: d85002c582031182984116111a49a91680252e5202b54e8730d09a7a7e8673aa 1472 ifplugd_0.28-19.2.dsc 0f36303e113f852470da6db78b1c87b1b9152133d1aaa06444096529c9802e64 46540 ifplugd_0.28-19.2.debian.tar.xz Files: a04bce5bb73b8e725832a5b44d4a2be2 1472 net optional ifplugd_0.28-19.2.dsc 37bc7ea0b4f6f833f4abdbb02bfb4c41 46540 net optional ifplugd_0.28-19.2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJXaR4LAAoJEJ1bI/kYT6UUPHsH/3PFhm9qAGwD6JS2zfAHz0ft kovJ4MEs8UGBnPRFm75VABzfdLP0N00TRTDUUTuMhorlhgCAxmYFXLlRc8CSngYu j+FmbUED+9Sjaj6ANot4+I0NMQG6wFQb5Y9hDwe2OPF8oF70+kWEQvU410hKWi6x TaMd50eQpyDOYd0sDSuDwWGYDb078Tg5NTD775RtUA5JG80YLIdP8qTOzwRrwZa5 QDDOr4RBjjqADhnoDeJBWO5vsKIK26aV0lCSvj4DHgVMQsaMZCFywYzexELf0koC WtqVM5u3AHsaSzc4B6MaT/FaLjHB6CK0Qun5TL07VpqRr6r3qpD5ujb+PXSRn/Y= =mdCG -----END PGP SIGNATURE-----
--- End Message ---

