r12008 - in /trunk/libmath-nocarry-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Jan 4 18:13:30 UTC 2008


Author: dmn
Date: Fri Jan  4 18:13:30 2008
New Revision: 12008

URL: http://svn.debian.org/wsvn/?sc=1&rev=12008
Log:
* Move testsuite from install to build target
* Remove usr/lib/perl5 only if it exists and remove it verbosely

Modified:
    trunk/libmath-nocarry-perl/debian/changelog
    trunk/libmath-nocarry-perl/debian/rules

Modified: trunk/libmath-nocarry-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libmath-nocarry-perl/debian/changelog?rev=12008&op=diff
==============================================================================
--- trunk/libmath-nocarry-perl/debian/changelog (original)
+++ trunk/libmath-nocarry-perl/debian/changelog Fri Jan  4 18:13:30 2008
@@ -1,5 +1,6 @@
 libmath-nocarry-perl (1.11-1) unstable; urgency=low
 
+  [ gregor herrmann ]
   * New upstream version.
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed: XS-
@@ -20,6 +21,10 @@
     manpage_section created.
   * debian/copyright: move download location near top of file; update years
     of copyright.
+
+  [ Damyan Ivanov ]
+  * Move testsuite from install to build target
+  * Remove usr/lib/perl5 only if it exists and remove it verbosely
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Mon, 17 Dec 2007 19:00:41 +0100
 

Modified: trunk/libmath-nocarry-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libmath-nocarry-perl/debian/rules?rev=12008&op=diff
==============================================================================
--- trunk/libmath-nocarry-perl/debian/rules (original)
+++ trunk/libmath-nocarry-perl/debian/rules Fri Jan  4 18:13:30 2008
@@ -19,6 +19,7 @@
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
+	$(MAKE) test
 	touch build-stamp
 
 clean: unpatch
@@ -32,9 +33,10 @@
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-	$(MAKE) test
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
+	[ ! -d $(TMP)/usr/lib/perl5 ] \
+	    || rmdir --ignore-fail-on-non-empty --parents --verbose \
+		$(TMP)/usr/lib/perl5
 	touch install-stamp
 
 binary-arch:




More information about the Pkg-perl-cvs-commits mailing list