r8625 - in /trunk/libdata-serializer-perl/debian: changelog rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sun Oct 28 17:56:26 UTC 2007


Author: gregoa-guest
Date: Sun Oct 28 17:56:26 2007
New Revision: 8625

URL: http://svn.debian.org/wsvn/?sc=1&rev=8625
Log:
Clean up debian/rules (remove OPTIMIZE, remove unused dh_* calls, move
  tests to build target, move dh_clean before make clean).

Modified:
    trunk/libdata-serializer-perl/debian/changelog
    trunk/libdata-serializer-perl/debian/rules

Modified: trunk/libdata-serializer-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libdata-serializer-perl/debian/changelog?rev=8625&op=diff
==============================================================================
--- trunk/libdata-serializer-perl/debian/changelog (original)
+++ trunk/libdata-serializer-perl/debian/changelog Sun Oct 28 17:56:26 2007
@@ -7,8 +7,10 @@
   * Update debian/copyright according to README and add download URL.
   * Add a couple of packages to Build-Depends-Indep which are used during
     tests.
+  * Clean up debian/rules (remove OPTIMIZE, remove unused dh_* calls, move
+    tests to build target, move dh_clean before make clean).
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 28 Oct 2007 18:50:05 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 28 Oct 2007 18:53:56 +0100
 
 libdata-serializer-perl (0.41-1) unstable; urgency=low
 

Modified: trunk/libdata-serializer-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libdata-serializer-perl/debian/rules?rev=8625&op=diff
==============================================================================
--- trunk/libdata-serializer-perl/debian/rules (original)
+++ trunk/libdata-serializer-perl/debian/rules Sun Oct 28 17:56:26 2007
@@ -25,7 +25,8 @@
 
 	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="-Wall -O2 -g"
+	$(MAKE)
+	$(MAKE) test
 
 	touch build-stamp
 
@@ -33,10 +34,9 @@
 	dh_testdir
 	dh_testroot
 
-	# Add commands to clean up after the build process here
+	dh_clean build-stamp install-stamp
 	[ ! -f Makefile ] || $(MAKE) realclean
 
-	dh_clean build-stamp install-stamp
 
 install: build install-stamp
 install-stamp:
@@ -45,7 +45,6 @@
 	dh_clean -k
 
 	# Add commands to install the package into debian/$PACKAGE_NAME here
-	$(MAKE) test
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 
 	# As this is a architecture independent package, we are not
@@ -61,14 +60,10 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-#	dh_installcron
-#	dh_installmenu
 	dh_installexamples examples/*
 	dh_installdocs README
 	dh_installchangelogs Changes
 	dh_perl
-	dh_link
-	dh_strip
 	dh_compress
 	dh_fixperms
 	dh_installdeb




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