r1833 - packages/libsql-statement-perl/trunk/debian

Gunnar Wolf gwolf at costa.debian.org
Mon Jan 2 17:47:35 UTC 2006


Author: gwolf
Date: 2006-01-02 17:47:34 +0000 (Mon, 02 Jan 2006)
New Revision: 1833

Modified:
   packages/libsql-statement-perl/trunk/debian/changelog
   packages/libsql-statement-perl/trunk/debian/control
   packages/libsql-statement-perl/trunk/debian/rules
Log:
Beautified/sanitized rules


Modified: packages/libsql-statement-perl/trunk/debian/changelog
===================================================================
--- packages/libsql-statement-perl/trunk/debian/changelog	2006-01-02 17:42:13 UTC (rev 1832)
+++ packages/libsql-statement-perl/trunk/debian/changelog	2006-01-02 17:47:34 UTC (rev 1833)
@@ -2,8 +2,10 @@
 
   * Added patch by Niko Tyni allowing for field updates based on its
     previous values (Closes: #311788)
+  * No longer ignores failure of the clean target
+  * Performs the tests as part of the build process
 
- -- Gunnar Wolf <gwolf at debian.org>  Mon,  2 Jan 2006 11:37:56 -0600
+ -- Gunnar Wolf <gwolf at debian.org>  Mon,  2 Jan 2006 11:43:30 -0600
 
 libsql-statement-perl (1.14-1) unstable; urgency=low
 

Modified: packages/libsql-statement-perl/trunk/debian/control
===================================================================
--- packages/libsql-statement-perl/trunk/debian/control	2006-01-02 17:42:13 UTC (rev 1832)
+++ packages/libsql-statement-perl/trunk/debian/control	2006-01-02 17:47:34 UTC (rev 1833)
@@ -3,7 +3,7 @@
 Uploaders: Gunnar Wolf <gwolf at debian.org>
 Section: perl
 Priority: optional
-Standards-Version: 3.6.1
+Standards-Version: 3.6.2
 Build-Depends-Indep: debhelper (>> 4.1), perl (>= 5.8), perl-doc (>= 5.8)
 
 Package: libsql-statement-perl

Modified: packages/libsql-statement-perl/trunk/debian/rules
===================================================================
--- packages/libsql-statement-perl/trunk/debian/rules	2006-01-02 17:42:13 UTC (rev 1832)
+++ packages/libsql-statement-perl/trunk/debian/rules	2006-01-02 17:47:34 UTC (rev 1833)
@@ -17,12 +17,13 @@
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor PERL=$(PERL)
 	$(MAKE) 
+	$(MAKE) test
 	touch $@
 
 clean:	checkroot
 	rm -f build-stamp
 	dh_clean
-	-$(MAKE) distclean
+	[ ! -e Makefile ] || $(MAKE) distclean
 
 binary-indep:	checkroot build
 	dh_clean




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