r20387 - in /trunk/liblist-compare-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat May 24 22:31:49 UTC 2008


Author: gregoa
Date: Sat May 24 22:31:49 2008
New Revision: 20387

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=20387
Log:
Remove tweak from $(MAKE) test call, upstream has moved the test library
to an appropriate place.

Modified:
    trunk/liblist-compare-perl/debian/changelog
    trunk/liblist-compare-perl/debian/rules

Modified: trunk/liblist-compare-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblist-compare-perl/debian/changelog?rev=20387&op=diff
==============================================================================
--- trunk/liblist-compare-perl/debian/changelog (original)
+++ trunk/liblist-compare-perl/debian/changelog Sat May 24 22:31:49 2008
@@ -1,6 +1,8 @@
 liblist-compare-perl (0.36-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Remove tweak from $(MAKE) test call, upstream has moved the test library
+    to an appropriate place.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 25 May 2008 00:28:07 +0200
 

Modified: trunk/liblist-compare-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblist-compare-perl/debian/rules?rev=20387&op=diff
==============================================================================
--- trunk/liblist-compare-perl/debian/rules (original)
+++ trunk/liblist-compare-perl/debian/rules Sat May 24 22:31:49 2008
@@ -20,7 +20,7 @@
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
-	PERLLIB=$(CURDIR)/t/Test $(MAKE) test
+	$(MAKE) test
 	touch $@
 
 clean:




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