r21862 - in /trunk/dh-make-perl: debian/changelog rules.Module-Build.xs

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Jun 18 18:35:42 UTC 2008


Author: dmn
Date: Wed Jun 18 18:35:42 2008
New Revision: 21862

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=21862
Log:
rules.Module-Build.xs: add config=optimize="$(CFLAGS)" to Build.PL
invocation, causing honoring DEB_BUILD_OPTS=noopt. Thanks to Niko Tyni.
Closes: #480110

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

Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/changelog?rev=21862&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Wed Jun 18 18:35:42 2008
@@ -1,3 +1,11 @@
+dh-make-perl (0.47) UNRELEASED; urgency=low
+
+  * rules.Module-Build.xs: add config=optimize="$(CFLAGS)" to Build.PL
+    invocation, causing honoring DEB_BUILD_OPTS=noopt. Thanks to Niko Tyni.
+    Closes: #480110
+
+ -- Damyan Ivanov <dmn at debian.org>  Wed, 18 Jun 2008 21:29:28 +0300
+
 dh-make-perl (0.46) unstable; urgency=low
 
   [ gregor herrmann ]

Modified: trunk/dh-make-perl/rules.Module-Build.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/rules.Module-Build.xs?rev=21862&op=diff
==============================================================================
--- trunk/dh-make-perl/rules.Module-Build.xs (original)
+++ trunk/dh-make-perl/rules.Module-Build.xs Wed Jun 18 18:35:42 2008
@@ -28,7 +28,7 @@
 build-stamp:
 	dh_testdir
 	# Add commands to compile the package here
-	$(PERL) Build.PL installdirs=vendor
+	$(PERL) Build.PL installdirs=vendor config=optimize="$(CFLAGS)"
 	OPTIMIZE="$(CFLAGS)" $(PERL) Build
 	#TEST#
 	touch $@




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