tags 662941 + patch thanks Dear maintainer,
I've prepared an NMU for scute (versioned as 1.4.0-1.1). The diff is attached to this message. I've not uploaded this NMU as I'm not a DD but I hope it is useful for you. This NMU also fixes some lintian warnings. Regards.
diff -Nru scute-1.4.0/debian/changelog scute-1.4.0/debian/changelog --- scute-1.4.0/debian/changelog 2011-03-04 06:58:01.000000000 +0100 +++ scute-1.4.0/debian/changelog 2012-03-28 01:35:13.000000000 +0200 @@ -1,3 +1,14 @@ +scute (1.4.0-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Use dh-autoreconf to build the package. (Closes: #662941) + * Remove quilt dependency: it's not required any more, dpkg-source will + apply patches at unpack time for 3.0 (quilt) source packages. + * Fix some debian/copyright errors to fulfill standard machine-readable + format. + + -- Mònica Ramírez Arceda <mon...@probeta.net> Wed, 28 Mar 2012 00:51:22 +0200 + scute (1.4.0-1) unstable; urgency=low * Initial release (Closes: #615930). diff -Nru scute-1.4.0/debian/control scute-1.4.0/debian/control --- scute-1.4.0/debian/control 2011-03-04 08:34:27.000000000 +0100 +++ scute-1.4.0/debian/control 2012-03-28 01:07:03.000000000 +0200 @@ -2,7 +2,7 @@ Section: utils Priority: extra Maintainer: NIIBE Yutaka <gni...@fsij.org> -Build-Depends: debhelper (>= 7.0.50~), autotools-dev, quilt (>= 0.46-7~), libgpg-error-dev (>= 1.4), libassuan-dev (>= 2.0), gpgsm, gnupg-agent, automake +Build-Depends: debhelper (>= 7.0.50~), autotools-dev, libgpg-error-dev (>= 1.4), libassuan-dev (>= 2.0), gpgsm, gnupg-agent, automake, dh-autoreconf Standards-Version: 3.9.1 Homepage: http://www.scute.org/ diff -Nru scute-1.4.0/debian/copyright scute-1.4.0/debian/copyright --- scute-1.4.0/debian/copyright 2011-03-04 08:00:54.000000000 +0100 +++ scute-1.4.0/debian/copyright 2012-03-28 01:24:50.000000000 +0200 @@ -1,4 +1,4 @@ -Format: http://dep.debian.net/deps/dep5 +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: scute Upstream-Contact: Marcus Brinkmann <mar...@g10code.com> Source: http://www.scute.org/ @@ -34,6 +34,7 @@ License: GPL-2+ Files: debian/* +Copyright: 2011 NIIBE Yutaka <gni...@fsij.org> License: Copying and distribution of this package, with or without modification, are permitted in any medium without royalty. @@ -65,7 +66,7 @@ On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". -License: GPL-2 +License: GPL-2+ The Scute Manual is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your diff -Nru scute-1.4.0/debian/rules scute-1.4.0/debian/rules --- scute-1.4.0/debian/rules 2011-03-04 08:43:20.000000000 +0100 +++ scute-1.4.0/debian/rules 2012-03-28 01:06:46.000000000 +0200 @@ -5,7 +5,7 @@ #export DH_VERBOSE=1 %: - dh $@ --with quilt + dh $@ --with autoreconf override_dh_auto_clean: dh_auto_clean