r1911 - packages/libnet-irc-perl/trunk/debian
Niko Tyni
ntyni-guest at costa.debian.org
Sat Jan 14 14:14:11 UTC 2006
Author: ntyni-guest
Date: 2006-01-14 14:14:09 +0000 (Sat, 14 Jan 2006)
New Revision: 1911
Added:
packages/libnet-irc-perl/trunk/debian/patches/
Modified:
packages/libnet-irc-perl/trunk/debian/changelog
packages/libnet-irc-perl/trunk/debian/control
packages/libnet-irc-perl/trunk/debian/rules
Log:
Add dpatch framework; misc small packaging fixes.
Modified: packages/libnet-irc-perl/trunk/debian/changelog
===================================================================
--- packages/libnet-irc-perl/trunk/debian/changelog 2006-01-13 13:15:41 UTC (rev 1910)
+++ packages/libnet-irc-perl/trunk/debian/changelog 2006-01-14 14:14:09 UTC (rev 1911)
@@ -1,3 +1,14 @@
+libnet-irc-perl (0.75-5) unstable; urgency=low
+
+ * Migrate to dpatch.
+ * Add myself to Uploaders.
+ * Move debhelper from Build-Depends-Indep to Build-Depends,
+ as per policy.
+ * Upgrade to Standards-Version 3.6.2. No changes needed.
+ * Don't ignore the return value of 'make test'.
+
+ -- Niko Tyni <ntyni at iki.fi> Sat, 14 Jan 2006 16:09:22 +0200
+
libnet-irc-perl (0.75-4) unstable; urgency=low
* Example file irctest is no longer compressed, can be directly run
Modified: packages/libnet-irc-perl/trunk/debian/control
===================================================================
--- packages/libnet-irc-perl/trunk/debian/control 2006-01-13 13:15:41 UTC (rev 1910)
+++ packages/libnet-irc-perl/trunk/debian/control 2006-01-14 14:14:09 UTC (rev 1911)
@@ -2,9 +2,10 @@
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Gunnar Wolf <gwolf at debian.org>
-Standards-Version: 3.6.1
-Build-Depends-Indep: debhelper (>= 4.0.2), perl (>= 5.6.1)
+Uploaders: Gunnar Wolf <gwolf at debian.org>, Niko Tyni <ntyni at iki.fi>
+Standards-Version: 3.6.2
+Build-Depends: debhelper (>= 4.0.2), dpatch
+Build-Depends-Indep: perl (>= 5.6.1)
Package: libnet-irc-perl
Architecture: all
Modified: packages/libnet-irc-perl/trunk/debian/rules
===================================================================
--- packages/libnet-irc-perl/trunk/debian/rules 2006-01-13 13:15:41 UTC (rev 1910)
+++ packages/libnet-irc-perl/trunk/debian/rules 2006-01-14 14:14:09 UTC (rev 1911)
@@ -9,7 +9,9 @@
package := $(firstword $(shell dh_listpackages))
prefix := $(PWD)/debian/$(package)/usr
-build: build-stamp
+include /usr/share/dpatch/dpatch.make
+
+build: patch build-stamp
build-stamp:
dh_testdir
$(PERL) Makefile.PL INSTALLDIRS=vendor PERL=$(PERL)
@@ -17,10 +19,12 @@
$(MAKE) test
touch $@
-clean: checkroot
+clean: checkroot clean-patched unpatch
+
+clean-patched:
rm -f build-stamp
dh_clean
- -$(MAKE) distclean
+ [ ! -f Makefile ] || $(MAKE) distclean
binary-indep: checkroot build
dh_clean
More information about the Pkg-perl-cvs-commits
mailing list