r6687 - in /trunk/dh-make-perl: debian/changelog rules.MakeMaker.noxs rules.MakeMaker.xs rules.Module-Build.noxs rules.Module-Build.xs

gwolf at users.alioth.debian.org gwolf at users.alioth.debian.org
Wed Aug 15 17:49:37 UTC 2007


Author: gwolf
Date: Wed Aug 15 17:49:37 2007
New Revision: 6687

URL: http://svn.debian.org/wsvn/?sc=1&rev=6687
Log:
Homogeneized the usage of dh_* helpers in the different cases of
generated debian/rules

Modified:
    trunk/dh-make-perl/debian/changelog
    trunk/dh-make-perl/rules.MakeMaker.noxs
    trunk/dh-make-perl/rules.MakeMaker.xs
    trunk/dh-make-perl/rules.Module-Build.noxs
    trunk/dh-make-perl/rules.Module-Build.xs

Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/dh-make-perl/debian/changelog?rev=6687&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Wed Aug 15 17:49:37 2007
@@ -7,8 +7,10 @@
   * Pragmas and base modules are handled the same way - There is no real
     way to differentiate them... And they were used interchangeably, so
     there ;-)
-
- -- Gunnar Wolf <gwolf at debian.org>  Tue, 07 Aug 2007 12:32:26 -0500
+  * Homogeneized the usage of dh_* helpers in the different cases of
+    generated debian/rules
+
+ -- Gunnar Wolf <gwolf at debian.org>  Wed, 15 Aug 2007 12:36:37 -0500
 
 dh-make-perl (0.27) unstable; urgency=low
 

Modified: trunk/dh-make-perl/rules.MakeMaker.noxs
URL: http://svn.debian.org/wsvn/trunk/dh-make-perl/rules.MakeMaker.noxs?rev=6687&op=diff
==============================================================================
--- trunk/dh-make-perl/rules.MakeMaker.noxs (original)
+++ trunk/dh-make-perl/rules.MakeMaker.noxs Wed Aug 15 17:49:37 2007
@@ -25,7 +25,7 @@
 
 	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="-Wall -O2 -g"
+	$(MAKE)
 
 	touch build-stamp
 
@@ -61,14 +61,10 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-#	dh_installcron
-#	dh_installmenu
-#	dh_installexamples
+	dh_installexamples
 	dh_installdocs #DOCS#
 	dh_installchangelogs #CHANGES#
 	dh_perl
-	dh_link
-	dh_strip
 	dh_compress
 	dh_fixperms
 	dh_installdeb

Modified: trunk/dh-make-perl/rules.MakeMaker.xs
URL: http://svn.debian.org/wsvn/trunk/dh-make-perl/rules.MakeMaker.xs?rev=6687&op=diff
==============================================================================
--- trunk/dh-make-perl/rules.MakeMaker.xs (original)
+++ trunk/dh-make-perl/rules.MakeMaker.xs Wed Aug 15 17:49:37 2007
@@ -72,20 +72,14 @@
 binary-arch: build install
 	dh_testdir
 	dh_testroot
+	dh_installexamples 
 	dh_installdocs #DOCS#
-	dh_installexamples 
-#	dh_installmenu
-#	dh_installcron
-#	dh_installman
 	dh_installchangelogs #CHANGES#
-	dh_link
 	dh_strip
+	dh_perl 
 	dh_compress
 	dh_fixperms
-	dh_makeshlibs
 	dh_installdeb
-	dh_perl 
-	dh_shlibdeps
 	dh_gencontrol
 	dh_md5sums
 	dh_builddeb

Modified: trunk/dh-make-perl/rules.Module-Build.noxs
URL: http://svn.debian.org/wsvn/trunk/dh-make-perl/rules.Module-Build.noxs?rev=6687&op=diff
==============================================================================
--- trunk/dh-make-perl/rules.Module-Build.noxs (original)
+++ trunk/dh-make-perl/rules.Module-Build.noxs Wed Aug 15 17:49:37 2007
@@ -28,7 +28,7 @@
 
 	# Add commands to compile the package here
 	$(PERL) Build.PL installdirs=vendor
-	OPTIMIZE="-Wall -O2 -g" $(PERL) Build
+	$(PERL) Build
 
 	touch build-stamp
 
@@ -59,14 +59,10 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-#	dh_installcron
-#	dh_installmenu
-#	dh_installexamples
 	dh_installdocs #DOCS#
+	dh_installexamples
 	dh_installchangelogs #CHANGES#
 	dh_perl
-	dh_link
-	dh_strip
 	dh_compress
 	dh_fixperms
 	dh_installdeb

Modified: trunk/dh-make-perl/rules.Module-Build.xs
URL: http://svn.debian.org/wsvn/trunk/dh-make-perl/rules.Module-Build.xs?rev=6687&op=diff
==============================================================================
--- trunk/dh-make-perl/rules.Module-Build.xs (original)
+++ trunk/dh-make-perl/rules.Module-Build.xs Wed Aug 15 17:49:37 2007
@@ -69,18 +69,12 @@
 	dh_testroot
 	dh_installdocs #DOCS#
 	dh_installexamples 
-#	dh_installmenu
-#	dh_installcron
-#	dh_installman
 	dh_installchangelogs #CHANGES#
-	dh_link
 	dh_strip
+	dh_perl
 	dh_compress
 	dh_fixperms
-	dh_makeshlibs
 	dh_installdeb
-	dh_perl 
-	dh_shlibdeps
 	dh_gencontrol
 	dh_md5sums
 	dh_builddeb




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