From: joey Date: Tue, 17 Aug 1999 04:44:57 +0000 (+0000) Subject: r53: Initial Import X-Git-Tag: debian_version_0_1~177 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=17f711b58fbe60225ed2c63609042bcd548fc43d;p=debhelper.git r53: Initial Import --- diff --git a/debian/changelog b/debian/changelog index 0f4a69a..7ad9f03 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +debhelper (0.57) unstable; urgency=low + + * Depend on perl 5.004 or greater (for Getopt::Long). + + -- Joey Hess Sat, 17 Jan 1998 02:12:06 -0500 + debhelper (0.56) unstable; urgency=low * dh_compress: Applied patch from Yann Dirson , diff --git a/debian/control b/debian/control index 6883f62..8d14e7b 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Standards-Version: 2.3.0.1 Package: debhelper Architecture: all -Depends: perl, fileutils (>= 3.16-4) +Depends: perl (>= 5.004), fileutils (>= 3.16-4) Description: helper programs for debian/rules A collection of programs that can be used in a debian/rules file to automate common tasks. Programs are included to install various files into diff --git a/dh_getopt.pl b/dh_getopt.pl index bb7d513..a9969a1 100755 --- a/dh_getopt.pl +++ b/dh_getopt.pl @@ -115,6 +115,12 @@ if (defined($version_info)) { $version_info_set=1; } +# Check to see if DH_VERBOSE environment variable was set, if so, make sure +# verbose is on. +if ($ENV{DH_VERBOSE} ne undef) { + $verbose=1; +} + # Now output everything, in a format suitable for a shell to eval it. # Note the last line sets $@ in the shell to whatever arguements remain. print qq{