]> git.donarmstrong.com Git - debhelper.git/commitdiff
r53: Initial Import
authorjoey <joey>
Tue, 17 Aug 1999 04:44:57 +0000 (04:44 +0000)
committerjoey <joey>
Tue, 17 Aug 1999 04:44:57 +0000 (04:44 +0000)
debian/changelog
debian/control
dh_getopt.pl

index 0f4a69a27c75718a0f4419281571692862535ccc..7ad9f0345e5d24f09864d61c6ababcfc35420580 100644 (file)
@@ -1,3 +1,9 @@
+debhelper (0.57) unstable; urgency=low
+
+  * Depend on perl 5.004 or greater (for Getopt::Long).
+
+ -- Joey Hess <joeyh@master.debian.org>  Sat, 17 Jan 1998 02:12:06 -0500
+
 debhelper (0.56) unstable; urgency=low
 
   * dh_compress: Applied patch from Yann Dirson <ydirson@a2points.com>,
index 6883f62870b9f0549216f3c63f4fe23f8c8dda60..8d14e7b544f1afd59cdb33989aac69c86f6794a4 100644 (file)
@@ -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
index bb7d51332f94385d07b26d65ddcaf4a43384b24b..a9969a1ed679b8bef849e8ec5dac36a3775e3489 100755 (executable)
@@ -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{