r2157 - packages/libcrypt-cbc-perl/trunk/debian

Krzysztof Krzyzaniak eloy at costa.debian.org
Tue Feb 21 15:31:36 UTC 2006


Author: eloy
Date: 2006-02-21 15:31:36 +0000 (Tue, 21 Feb 2006)
New Revision: 2157

Modified:
   packages/libcrypt-cbc-perl/trunk/debian/changelog
   packages/libcrypt-cbc-perl/trunk/debian/rules
Log:
eloy: fixes


Modified: packages/libcrypt-cbc-perl/trunk/debian/changelog
===================================================================
--- packages/libcrypt-cbc-perl/trunk/debian/changelog	2006-02-21 15:30:22 UTC (rev 2156)
+++ packages/libcrypt-cbc-perl/trunk/debian/changelog	2006-02-21 15:31:36 UTC (rev 2157)
@@ -1,6 +1,7 @@
 libcrypt-cbc-perl (2.17-1) unstable; urgency=low
 
   * New upstream release
+  * debian/rules - added 'make test'
 
  -- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>  Tue, 21 Feb 2006 16:27:56 +0100
 

Modified: packages/libcrypt-cbc-perl/trunk/debian/rules
===================================================================
--- packages/libcrypt-cbc-perl/trunk/debian/rules	2006-02-21 15:30:22 UTC (rev 2156)
+++ packages/libcrypt-cbc-perl/trunk/debian/rules	2006-02-21 15:31:36 UTC (rev 2157)
@@ -25,7 +25,7 @@
 binary-indep:	checkroot build
 	dh_clean
 	dh_installdirs
-    $(MAKE) test
+	$(MAKE) test
 	$(MAKE) pure_install PREFIX=$(prefix)
 
         #As this is a architecture independent package, we are not supposed to install




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