From 79928f51755b5d9a20fa0b09c0588949b8773109 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 3 Apr 2011 13:23:14 -0400 Subject: [PATCH] bugfix --- dh_auto_clean | 1 + 1 file changed, 1 insertion(+) diff --git a/dh_auto_clean b/dh_auto_clean index 55631c7..ddf7869 100755 --- a/dh_auto_clean +++ b/dh_auto_clean @@ -7,6 +7,7 @@ dh_auto_clean - automatically cleans up after a build =cut use strict; +use Debian::Debhelper::Dh_Lib; use Debian::Debhelper::Dh_Buildsystems; =head1 SYNOPSIS -- 2.39.5