r1026 - packages/libnet-imap-simple-ssl-perl/trunk/debian

Gunnar Wolf gwolf@costa.debian.org
Tue, 17 May 2005 16:04:49 +0000


Author: gwolf
Date: 2005-05-17 16:04:48 +0000 (Tue, 17 May 2005)
New Revision: 1026

Modified:
   packages/libnet-imap-simple-ssl-perl/trunk/debian/rules
Log:
Added the tests to the build process


Modified: packages/libnet-imap-simple-ssl-perl/trunk/debian/rules
===================================================================
--- packages/libnet-imap-simple-ssl-perl/trunk/debian/rules	2005-05-17 16:03:11 UTC (rev 1025)
+++ packages/libnet-imap-simple-ssl-perl/trunk/debian/rules	2005-05-17 16:04:48 UTC (rev 1026)
@@ -36,7 +36,7 @@
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE) OPTIMIZE="$(CFLAGS)"
 	$(MAKE) test
-	
+
 	touch build-stamp
 
 clean:
@@ -44,9 +44,8 @@
 	dh_testroot
 
 	# commands to clean up after the build process
-	-$(MAKE) distclean
-	
 	dh_clean build-stamp install-stamp
+	-$(MAKE) distclean
 
 install: install-stamp
 install-stamp: build-stamp
@@ -54,9 +53,9 @@
 	dh_testroot
 	dh_clean -k
 
-	#$(MAKE) test
+	$(MAKE) test
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	
+
 	# As this is a architecture independent package, we are not supposed to install
 	# stuff to /usr/lib. MakeMaker creates the dirs, we delete them from the deb:
 	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5