From 51161d8f82042d438e8999c5f6806b75a6702f52 Mon Sep 17 00:00:00 2001 From: Modestas Vainius Date: Thu, 11 Jun 2009 03:17:20 +0300 Subject: [PATCH] autoconf uses a couple of Dh_Lib functions. --- Debian/Debhelper/Buildsystem/autoconf.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Debian/Debhelper/Buildsystem/autoconf.pm b/Debian/Debhelper/Buildsystem/autoconf.pm index 5a55372..c92e2c1 100644 --- a/Debian/Debhelper/Buildsystem/autoconf.pm +++ b/Debian/Debhelper/Buildsystem/autoconf.pm @@ -7,6 +7,7 @@ package Debian::Debhelper::Buildsystem::autoconf; use strict; +use Debian::Debhelper::Dh_Lib qw(dpkg_architecture_value sourcepackage); use base 'Debian::Debhelper::Buildsystem::makefile'; sub DESCRIPTION { -- 2.39.5