r8105 - in /trunk/libsearch-xapian-perl/debian: changelog rules

djpig at users.alioth.debian.org djpig at users.alioth.debian.org
Tue Oct 9 00:54:23 UTC 2007


Author: djpig
Date: Tue Oct  9 00:54:23 2007
New Revision: 8105

URL: http://svn.debian.org/wsvn/?sc=1&rev=8105
Log:
Move tests from install to build target

Modified:
    trunk/libsearch-xapian-perl/debian/changelog
    trunk/libsearch-xapian-perl/debian/rules

Modified: trunk/libsearch-xapian-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libsearch-xapian-perl/debian/changelog?rev=8105&op=diff
==============================================================================
--- trunk/libsearch-xapian-perl/debian/changelog (original)
+++ trunk/libsearch-xapian-perl/debian/changelog Tue Oct  9 00:54:23 2007
@@ -1,12 +1,16 @@
 libsearch-xapian-perl (1.0.3.0-1) UNRELEASED; urgency=low
 
   WAITS FOR LIBXAPIAN-DEV >= 1.0.3 (cf. #444858)
-
+ 
+  [ gregor herrmann ]
   * New upstream release.
   * Move homepage to real field in debian/control.
   * Versioned build-dependency of libxapian-dev adjusted to ">= 1.0.3".
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Mon, 01 Oct 2007 16:46:03 +0200
+  [ Frank Lichtenheld ]
+  * Move tests from install to build target. 
+
+ -- Frank Lichtenheld <djpig at debian.org>  Tue, 09 Oct 2007 02:53:18 +0200
 
 libsearch-xapian-perl (1.0.2.0-1) unstable; urgency=low
 

Modified: trunk/libsearch-xapian-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libsearch-xapian-perl/debian/rules?rev=8105&op=diff
==============================================================================
--- trunk/libsearch-xapian-perl/debian/rules (original)
+++ trunk/libsearch-xapian-perl/debian/rules Tue Oct  9 00:54:23 2007
@@ -19,6 +19,7 @@
 
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
+	TEST_POD=1 $(MAKE) test
 
 	touch build-stamp
 
@@ -35,7 +36,6 @@
 	dh_testroot
 	dh_clean -k
 
-	TEST_POD=1 $(MAKE) test
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 	rmdir --parents --ignore-fail-on-non-empty $(TMP)/usr/share/perl5
 	




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