Your message dated Fri, 17 May 2013 19:49:28 +0000 with message-id <[email protected]> and subject line Bug#664352: fixed in inadyn 1.98.1+git20130517-1 has caused the Debian Bug report #664352, regarding [PATCH] inadyn: 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.) -- 664352: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=664352 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: inadyn 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 11b0b665560dacf48ff292a00aaf54979e9aa435 Mon Sep 17 00:00:00 2001 From: Jari Aalto <[email protected]> Date: Tue, 28 Feb 2012 13:44:16 -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 | 15 ++++++-- debian/compat | 2 +- debian/control | 4 +- debian/patches/00list | 2 - ...uid_tAndGid_t.dpatch => 01_uid_tAndGid_t.patch} | 26 +------------ debian/patches/02_inadyn8ManPage.dpatch | 39 -------------------- debian/patches/02_inadyn8ManPage.patch | 17 +++++++++ debian/patches/series | 2 + debian/rules | 17 ++------- debian/source/format | 1 + 10 files changed, 39 insertions(+), 86 deletions(-) delete mode 100644 debian/patches/00list rename debian/patches/{01_uid_tAndGid_t.dpatch => 01_uid_tAndGid_t.patch} (75%) delete mode 100644 debian/patches/02_inadyn8ManPage.dpatch create mode 100644 debian/patches/02_inadyn8ManPage.patch create mode 100644 debian/patches/series create mode 100644 debian/source/format diff --git a/debian/changelog b/debian/changelog index a53d888..e1c8f43 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +inadyn (1.96.2-1.1) unstable; urgency=low + + * Non-maintainer upload. + - Upgrade to packaging format "3.0 quilt". + * debian/rules: + - Remove dpatch. + * debian/control: + - Update to Standards-Version to 3.9.3 and debhelper to 9. + + -- Jari Aalto <[email protected]> Tue, 28 Feb 2012 13:40:17 -0500 + inadyn (1.96.2-1) unstable; urgency=low * New upstream release. @@ -158,7 +169,3 @@ inadyn (v1.60-5.june.2004-1) unstable; urgency=low * Initial packaging as a deb. -- Shaul Karl <[email protected]> Sun, 20 Jun 2004 16:00:03 +0300 - -Local variables: -mode: debian-changelog -End: 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 4ad5837..85c88cc 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: inadyn Section: net Priority: optional Maintainer: Timur Birsh <[email protected]> -Build-Depends: debhelper (>= 7), dpatch -Standards-Version: 3.8.1 +Build-Depends: debhelper (>= 9) +Standards-Version: 3.9.3 Homepage: http://www.inatech.eu/inadyn/ Package: inadyn diff --git a/debian/patches/00list b/debian/patches/00list deleted file mode 100644 index ebde183..0000000 --- a/debian/patches/00list +++ /dev/null @@ -1,2 +0,0 @@ -01_uid_tAndGid_t.dpatch -02_inadyn8ManPage.dpatch diff --git a/debian/patches/01_uid_tAndGid_t.dpatch b/debian/patches/01_uid_tAndGid_t.patch similarity index 75% rename from debian/patches/01_uid_tAndGid_t.dpatch rename to debian/patches/01_uid_tAndGid_t.patch index 22508aa..24d8979 100644 --- a/debian/patches/01_uid_tAndGid_t.dpatch +++ b/debian/patches/01_uid_tAndGid_t.patch @@ -1,28 +1,6 @@ -#! /bin/sh -e -## 02_uid_tAndGid_t.dpatch by <[email protected]> -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: Use Unix uid_t and gid_t. +From: <[email protected]> +Subject: Use Unix uid_t and gid_t. -if [ $# -lt 1 ]; then - echo "`basename $0`: script expects -patch|-unpatch as argument" >&2 - exit 1 -fi - -[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts -patch_opts="${patch_opts:--f --no-backup-if-mismatch} ${2:+-d $2}" - -case "$1" in - -patch) patch -p1 ${patch_opts} < $0;; - -unpatch) patch -R -p1 ${patch_opts} < $0;; - *) - echo "`basename $0`: script expects -patch|-unpatch as argument" >&2 - exit 1;; -esac - -exit 0 - -@DPATCH@ --- inadyn.orig/src/dyndns.h 2005-02-24 02:05:06.000000000 +0200 +++ src/dyndns.h 2005-03-04 22:51:30.000000000 +0200 diff --git a/debian/patches/02_inadyn8ManPage.dpatch b/debian/patches/02_inadyn8ManPage.dpatch deleted file mode 100644 index 8a5f5de..0000000 --- a/debian/patches/02_inadyn8ManPage.dpatch +++ /dev/null @@ -1,39 +0,0 @@ -#! /bin/sh -e -## 03_inadyn8ManPage.dpatch by <[email protected]> -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: Documnet the acceptable Signals. - -if [ $# -lt 1 ]; then - echo "`basename $0`: script expects -patch|-unpatch as argument" >&2 - exit 1 -fi - -[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts -patch_opts="${patch_opts:--f --no-backup-if-mismatch} ${2:+-d $2}" - -case "$1" in - -patch) patch -p1 ${patch_opts} < $0;; - -unpatch) patch -R -p1 ${patch_opts} < $0;; - *) - echo "`basename $0`: script expects -patch|-unpatch as argument" >&2 - exit 1;; -esac - -exit 0 - -@DPATCH@ - ---- inadyn.orig/man/inadyn.8 Thu Sep 8 03:50:08 2005 -+++ man/inadyn.8 Sat Oct 15 10:51:31 2005 -@@ -213,10 +213,8 @@ - .B inadyn - will print some error messages. Those are harmless and should be - followed by 'OK' messages after the connection is back up. -- - .SH Signals - Any of the SIG_HUP, SIG_INT, SIG_QUIT will cause inadyn to terminate gracefully. -- - .SH "SEE ALSO" - .SS "Other manual pages" - The syntax of the optional configuration file is given by diff --git a/debian/patches/02_inadyn8ManPage.patch b/debian/patches/02_inadyn8ManPage.patch new file mode 100644 index 0000000..ae8714e --- /dev/null +++ b/debian/patches/02_inadyn8ManPage.patch @@ -0,0 +1,17 @@ +From: <[email protected]> +Subject: Documnet the acceptable Signals. + + +--- inadyn.orig/man/inadyn.8 Thu Sep 8 03:50:08 2005 ++++ man/inadyn.8 Sat Oct 15 10:51:31 2005 +@@ -213,10 +213,8 @@ + .B inadyn + will print some error messages. Those are harmless and should be + followed by 'OK' messages after the connection is back up. +- + .SH Signals + Any of the SIG_HUP, SIG_INT, SIG_QUIT will cause inadyn to terminate gracefully. +- + .SH "SEE ALSO" + .SS "Other manual pages" + The syntax of the optional configuration file is given by diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..46f0452 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1,2 @@ +01_uid_tAndGid_t.patch +02_inadyn8ManPage.patch diff --git a/debian/rules b/debian/rules index 6c5637e..bdffc1c 100755 --- a/debian/rules +++ b/debian/rules @@ -5,31 +5,20 @@ export DH_OPTIONS= CFLAGS+=$(if $(findstring debug,$(DEB_BUILD_OPTIONS)),-g) CFLAGS+=$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),-O0,-O2) -build: patch +build: build: build-stamp build-stamp: dh_testdir $(MAKE) -f makefile all touch $@ -clean: clean-patched unpatch -clean-patched: +clean: dh_testdir dh_testroot rm -f build-stamp install-stamp $(MAKE) -f makefile cleanall dh_clean -patch: patch-stamp -patch-stamp: - dpatch apply-all - touch $@ - -unpatch: - dpatch deapply-all - [ ! -d debian/patched ] || rm -rf debian/patched - [ ! -f patch-stamp ] || rm -f patch-stamp - uninstall: dh_testdir dh_testroot @@ -69,4 +58,4 @@ binary-arch: install dh_builddeb binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install uninstall patch unpatch +.PHONY: build clean binary-indep binary-arch binary install uninstall 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: inadyn Source-Version: 1.98.1+git20130517-1 We believe that the bug you reported is fixed in the latest version of inadyn, 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. Timur Birsh <[email protected]> (supplier of updated inadyn 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: Fri, 17 May 2013 16:58:56 +0600 Source: inadyn Binary: inadyn Architecture: source amd64 Version: 1.98.1+git20130517-1 Distribution: unstable Urgency: low Maintainer: Timur Birsh <[email protected]> Changed-By: Timur Birsh <[email protected]> Description: inadyn - Simple and small DynDNS client written in the C language Closes: 355276 421114 433822 539240 575549 627970 647703 664352 Changes: inadyn (1.98.1+git20130517-1) unstable; urgency=low . * New upstream release (Closes: #647703): - network timeout was fixed. Closes: #539240. - use symbolic persona instead of numeric uid/gid. Closes: #355276. - man/inadyn.8: fix typos. Closes: #575549, #627970. * Update source package in accordance with the version 3.0 (quilt). Closes: #664352. * debian/control: - bump Standards-Version to 3.9.4 (no changes needed). - bump debhelper build dependency to 9 (needed by debhelper's override mechanism). - add Vcs-* fields. - add ${misc:Depends} to the binary package dependency. - update package's short description. * Bump debhelper's compatibility level to 9. * debian/rules: use debhelper's override mechanism. * debian/copyright: - update according to the new upstream source. - follow DEP5. * Add debian/{manpages,docs,install}. * Update debian/watch with the new URL. * debian/changes: merged upstream. * debian/patches: - 01_uid_tAndGid_t.dpatch, 02_inadyn8ManPage.dpatch: merged upstream - remove. * debian/inadyn.conf: use example config from the upstream README. * debian/inadyn.init, debian/inadyn.default: add init script. Closes: #421114. * debian/inadyn.post{inst,rm}: create debian-inadyn user in debian-inadyn group. * Provide dyndns-client virtual package. Closes: #433822. * debian/source/options: use xz compression. Checksums-Sha1: d44763a617e87555d59bcd8a6c119a80199ece27 1862 inadyn_1.98.1+git20130517-1.dsc 4d4f182269b13bcfdd7846fc7b1b945adb9097c2 62567 inadyn_1.98.1+git20130517.orig.tar.gz 6483401192d13f51bd6a7f2bf3c071e403678ab4 9152 inadyn_1.98.1+git20130517-1.debian.tar.xz 9c83d0a23e985eabd11d534589edc1a268293d80 43408 inadyn_1.98.1+git20130517-1_amd64.deb Checksums-Sha256: 6ebf2b36a6f63209ee39aec1275d97d408e5988670e1e21c96a2111518397e2e 1862 inadyn_1.98.1+git20130517-1.dsc 3898e155b1482ab067d695fad9ed1f709ba716452e9aaf77fc97fe54f898e801 62567 inadyn_1.98.1+git20130517.orig.tar.gz 19207723491d887a9d42753ba4d0ec87210670f776bbcc6ab29b153cea9e0c4d 9152 inadyn_1.98.1+git20130517-1.debian.tar.xz 0d746188d43c91f9b6a4e8c57fc49896a19de1b73a01feaac5e2513aabfa21ef 43408 inadyn_1.98.1+git20130517-1_amd64.deb Files: 16ed07b640d9bb21a10c5e1a2a08c68a 1862 net optional inadyn_1.98.1+git20130517-1.dsc 575687315ceaf20afd89093ed364620c 62567 net optional inadyn_1.98.1+git20130517.orig.tar.gz 5fb6eb1a6d5d2635e333c4ebaf34a772 9152 net optional inadyn_1.98.1+git20130517-1.debian.tar.xz 44e98a9830adc8067854774e65842525 43408 net optional inadyn_1.98.1+git20130517-1_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQIcBAEBAgAGBQJRloaBAAoJENPhc4PPp/8GgosP/09Q4IPMPOVrqpSJHKIk8Lhr e0WVD+8iu8z6VSwoCKNxIUL6LQ+YGPXlSEsyq1gIM2zRIzHS0Dnip5MDbPlPXhxn NRPQrwOVPMpscymiWSNzW8YgnKYG5562gP5OkygD+jNrUym1CkyiZ9F2XuVM13Ve P2b+KCyqAdz8itu/e573uHhgo+1eFandOHINRliDJL5h+XJNs2oNZRuBVo7Md+H7 r8nRUz+a9Z6RGHc5hJjGRfwwJmZZPvYs8LUbQfNaxnoHORof/KQ8DLVRmU9mbpKk XjAR3zNMRbxaDQZa5xySwTem9+gYiGf8PUz1Gn6myTYbjrqiNuqed497WhGeur2B Ellc5DOJqz/hO2kM+w21g1S4gUy8DxqCjVrcTs+oIXLF/SPYu1bFtTJQ2mWA9c8j EI0AL+/jMkzpazcZ2HlkOB/XQFf1aftEQZ24NIFnyFP/XG7/rqT6/g11wiMbXTaM HPD3BSackSSy3PP0Fyt4b8FSj6d6naBeSa4oH+Yj640Z0Xy2qg1wv1wx4XmMUdU8 DmKeQVTjE+aXo7uVBxIYfLu5vH/mzkhxzg5mtzaGZBDybSJPNUwXs3MNyFQ5yoxx IjGW/lGtTEX2d/IEZukhtMmv4zOvRraQBCeVe19dhWl+WIxX0ZDhaoxyvIiCOHEA k8X/cvQxlxW6KrPzNqVz =/87A -----END PGP SIGNATURE-----
--- End Message ---

