summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-06-30 14:37:50 -0400
committerJoey Hess <joey@kitenet.net>2010-06-30 14:37:50 -0400
commit43d1fe7b26c46d507fe216a8dd07df6ac6aa7001 (patch)
treef2432ed3866205cee26e96d1efe253eaa553a174
parent2f00056fa55ab7a81ddeac36af6df0365a39d746 (diff)
downloaddebhelper-43d1fe7b26c46d507fe216a8dd07df6ac6aa7001.tar.gz
perl_makemaker: import compat(). Closes: #587654
-rw-r--r--Debian/Debhelper/Buildsystem/perl_makemaker.pm1
-rw-r--r--debian/changelog6
2 files changed, 7 insertions, 0 deletions
diff --git a/Debian/Debhelper/Buildsystem/perl_makemaker.pm b/Debian/Debhelper/Buildsystem/perl_makemaker.pm
index c8e25b69..72f8d8c5 100644
--- a/Debian/Debhelper/Buildsystem/perl_makemaker.pm
+++ b/Debian/Debhelper/Buildsystem/perl_makemaker.pm
@@ -7,6 +7,7 @@
package Debian::Debhelper::Buildsystem::perl_makemaker;
use strict;
+use Debian::Debhelper::Dh_Lib qw(compat);
use base 'Debian::Debhelper::Buildsystem::makefile';
sub DESCRIPTION {
diff --git a/debian/changelog b/debian/changelog
index c323191f..9e47ff6c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+debhelper (7.9.3) UNRELEASED; urgency=low
+
+ * perl_makemaker: import compat(). Closes: #587654
+
+ -- Joey Hess <joeyh@debian.org> Wed, 30 Jun 2010 14:37:35 -0400
+
debhelper (7.9.2) unstable; urgency=low
* In v8 mode, stop passing packlist=0 in perl_makemaker buildsystem,