r2960 - in /packages/librpc-xml-perl/trunk/debian: changelog rules

dam-guest at users.alioth.debian.org dam-guest at users.alioth.debian.org
Tue Jun 13 09:47:09 UTC 2006


Author: dam-guest
Date: Tue Jun 13 09:47:07 2006
New Revision: 2960

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=2960
Log:
Clean commented-out dh_* calls that are never going to be needed; Enable test suite

Modified:
    packages/librpc-xml-perl/trunk/debian/changelog
    packages/librpc-xml-perl/trunk/debian/rules

Modified: packages/librpc-xml-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/librpc-xml-perl/trunk/debian/changelog?rev=2960&op=diff
==============================================================================
--- packages/librpc-xml-perl/trunk/debian/changelog (original)
+++ packages/librpc-xml-perl/trunk/debian/changelog Tue Jun 13 09:47:07 2006
@@ -19,8 +19,11 @@
     + Added manual remove of Makefile[.old] to clean target to address
       cleaning of partial build
     + Put comments as of why binary-arch target is really there
+    + Remove commented out dh_* calls that are clearly never going to be
+      needed
+    + Enable test suite
 
- -- Damyan Ivanov <dam at modsoftsys.com>  Tue, 13 Jun 2006 11:44:24 +0300
+ -- Damyan Ivanov <dam at modsoftsys.com>  Tue, 13 Jun 2006 12:46:34 +0300
 
 librpc-xml-perl (0.57-1) unstable; urgency=low
 

Modified: packages/librpc-xml-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/librpc-xml-perl/trunk/debian/rules?rev=2960&op=diff
==============================================================================
--- packages/librpc-xml-perl/trunk/debian/rules (original)
+++ packages/librpc-xml-perl/trunk/debian/rules Tue Jun 13 09:47:07 2006
@@ -26,6 +26,8 @@
 	# Add here commands to compile the package.
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE) OPTIMIZE="-O2 -g -Wall"
+
+	$(MAKE) test
 
 	touch build-stamp
 
@@ -61,23 +63,18 @@
 
 # Build architecture-independent files here.
 binary-indep: build install
-#	dh_testversion
 	dh_testdir
 	dh_testroot
 	dh_installdocs README.apache2 README.apache README ex/README
 	dh_installexamples
 	dh_installmenu
-#	dh_installemacsen
-#	dh_installinit
 	dh_installcron
 	dh_installman
-#	dh_undocumented
 	dh_installchangelogs ChangeLog
 	dh_link
 	dh_strip
 	dh_compress
 	dh_fixperms
-#	dh_makeshlibs
 	dh_installdeb
 	dh_perl 
 	dh_shlibdeps




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