Hi, I am uploading a NMU for this bug, find the patch attached to this mail.
Greetings, -- Gunnar Wolf - [EMAIL PROTECTED] - (+52-55)5623-0154 / 1451-2244 PGP key 1024D/8BB527AF 2001-10-23 Fingerprint: 0C79 D2D1 2C4E 9CE4 5973 F800 D80E F35A 8BB5 27AF
>From 03e8d74e65c803e0256393e76709f1deba7f0d70 Mon Sep 17 00:00:00 2001 From: Gunnar Wolf <[EMAIL PROTECTED]> Date: Tue, 2 Dec 2008 18:25:04 -0600 Subject: [PATCH] NMU --- debian/changelog | 10 ++++++++++ debian/control | 6 +++--- debian/rules | 6 ++---- 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3974868..6e63c1f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +libconfig-inetd-perl (0.25-1.2) unstable; urgency=low + + * Non-maintainer upload. + * Fixed overall cruftiness in debian/rules, specially the bit that + ignored the results of the 'clean' target (Closes: #480786) + * Minor packaging updates: Standards-Version 3.7.2 -> 3.8.0; moved the + homepage from the long description into its own field in debian/control + + -- Gunnar Wolf <[EMAIL PROTECTED]> Tue, 02 Dec 2008 18:12:02 -0600 + libconfig-inetd-perl (0.25-1.1) unstable; urgency=low * Non-maintainer upload. diff --git a/debian/control b/debian/control index 3659e41..2c790ee 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,8 @@ Section: perl Priority: optional Maintainer: Mario Iseli <[EMAIL PROTECTED]> Build-Depends: debhelper (>= 4.0.0), dpatch, perl (>= 5.8.0-7) -Standards-Version: 3.7.2 +Standards-Version: 3.8.0 +Homepage: http://search.cpan.org/~schubiger/Config-Inetd-0.25 Package: libconfig-inetd-perl Architecture: all @@ -13,5 +14,4 @@ Description: Interface to modify /etc/inetd.conf provides the methods enable(), disable(), is_enabled(), dump_enabled() and dump_disabled() which are really easy to use. With the constructor you can also specify the path to the config file. - . - Homepage: http://search.cpan.org/~schubiger/Config-Inetd-0.25 + diff --git a/debian/rules b/debian/rules index 0410954..b6d2607 100755 --- a/debian/rules +++ b/debian/rules @@ -20,9 +20,7 @@ clean: unpatch dh_testdir dh_testroot rm -f build-stamp configure-stamp - -$(MAKE) clean - rm -f Makefile - rm -f Makefile.old + [ ! -f Makefile ] || $(MAKE) realclean dh_clean install: build @@ -42,7 +40,7 @@ binary-indep: build install dh_testroot dh_installchangelogs Changes dh_installdocs - dh_installman blib/man3/* + dh_installman dh_compress dh_fixperms dh_perl -- 1.5.6.5