r11354 - in /trunk/libnet-domain-tld-perl/debian: changelog control rules
gregoa-guest at users.alioth.debian.org
gregoa-guest at users.alioth.debian.org
Mon Dec 17 21:07:12 UTC 2007
Author: gregoa-guest
Date: Mon Dec 17 21:07:12 2007
New Revision: 11354
URL: http://svn.debian.org/wsvn/?sc=1&rev=11354
Log:
- move tests to build target
- move dh_clean before make distclean
* Add libtest-pod-perl to build dependencies.
Modified:
trunk/libnet-domain-tld-perl/debian/changelog
trunk/libnet-domain-tld-perl/debian/control
trunk/libnet-domain-tld-perl/debian/rules
Modified: trunk/libnet-domain-tld-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libnet-domain-tld-perl/debian/changelog?rev=11354&op=diff
==============================================================================
--- trunk/libnet-domain-tld-perl/debian/changelog (original)
+++ trunk/libnet-domain-tld-perl/debian/changelog Mon Dec 17 21:07:12 2007
@@ -10,7 +10,10 @@
- remove compiler flags, we don't compile anything
- don't ignore errors of $(MAKE) distclean
- remove unneeded dh_link and dh_strip calls
+ - move tests to build target
+ - move dh_clean before make distclean
* debian/watch: use dist-based URL.
+ * Add libtest-pod-perl to build dependencies.
-- gregor herrmann <gregor+debian at comodo.priv.at> Tue, 09 Oct 2007 22:30:57 +0200
Modified: trunk/libnet-domain-tld-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libnet-domain-tld-perl/debian/control?rev=11354&op=diff
==============================================================================
--- trunk/libnet-domain-tld-perl/debian/control (original)
+++ trunk/libnet-domain-tld-perl/debian/control Mon Dec 17 21:07:12 2007
@@ -2,7 +2,7 @@
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5.0.0)
-Build-Depends-Indep: perl (>= 5.8.0-7)
+Build-Depends-Indep: perl (>= 5.8.0-7), libtest-pod-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Marc Brockschmidt <marc at dch-faq.de>, Joachim Breitner <nomeata at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>
Standards-Version: 3.7.3
Modified: trunk/libnet-domain-tld-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libnet-domain-tld-perl/debian/rules?rev=11354&op=diff
==============================================================================
--- trunk/libnet-domain-tld-perl/debian/rules (original)
+++ trunk/libnet-domain-tld-perl/debian/rules Mon Dec 17 21:07:12 2007
@@ -13,20 +13,20 @@
dh_testdir
$(PERL) Makefile.PL INSTALLDIRS=vendor
$(MAKE)
+ $(MAKE) test
touch build-stamp
clean:
dh_testdir
dh_testroot
+ dh_clean build-stamp install-stamp
[ ! -f Makefile ] || $(MAKE) distclean
- dh_clean build-stamp install-stamp
install: install-stamp
install-stamp: build-stamp
dh_testdir
dh_testroot
dh_clean -k
- $(MAKE) test
$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
rmdir --parents --ignore-fail-on-non-empty $(TMP)/usr/lib/perl5
touch install-stamp
More information about the Pkg-perl-cvs-commits
mailing list