summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debhelper.pod4
-rw-r--r--debian/changelog4
2 files changed, 4 insertions, 4 deletions
diff --git a/debhelper.pod b/debhelper.pod
index 1c9e6428..b85bc1a5 100644
--- a/debhelper.pod
+++ b/debhelper.pod
@@ -496,8 +496,8 @@ they are already set. They support DEB_BUILD_OPTIONS=noopt too.
=item -
-B<dh_auto_configure> passes CFLAGS to F<Makefile.PL> using
-the OPTIMIZE variable.
+B<dh_auto_configure> passes CFLAGS to perl F<Makefile.PL> and
+F<Build.PL>
=back
diff --git a/debian/changelog b/debian/changelog
index e63affcc..e6575701 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,8 @@ debhelper (8.9.8) unstable; urgency=low
* Clarify description of dh_auto_* -- params. Closes: #642786
* Mention in debhelper(7) that buildsystem options are typically passed
to dh. Closes: #643069
- * perl_makemaker: In v9, pass CFLAGS to Makefile.PL using OPTIMIZE.
- Closes: #643702 Thanks, Steve Langasek.
+ * perl_makemaker: In v9, pass CFLAGS to Makefile.PL and Build.Pl
+ Closes: #643702, #497653 Thanks, Steve Langasek, gregor herrmann.
-- Joey Hess <joeyh@debian.org> Thu, 29 Sep 2011 15:41:16 -0400