+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>,
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
$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{