summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,