Package: dh-make Version: 0.55 Severity: minor Tags: patch
Dear mantainer, I have noticed that dh_make generates the control template with this line: Standards-Version: 3.8.4 and the last version of Debian Policy now is 3.9.1 Thanks for your work! -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (900, 'testing'), (850, 'stable'), (800, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores) Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages dh-make depends on: ii debhelper 8.0.0 helper programs for debian/rules ii dpkg-dev 1.15.8.5 Debian package development tools ii make 3.81-8 An utility for Directing compilati ii perl 5.10.1-14 Larry Wall's Practical Extraction dh-make recommends no packages. Versions of packages dh-make suggests: ii build-essential 11.5 Informational list of build-essent -- no debconf information
--- a/dh_make +++ b/dh_make @@ -15,7 +15,7 @@ # Some important parameters our $DHLIB="/usr/share/debhelper/dh_make"; -our $POLICY_VERSION="3.8.4"; +our $POLICY_VERSION="3.9.1"; our $DH_MAKE_VERSION="0.55"; my %PACKAGE_TYPES = ( 's' => 'Single', 'l' => 'Library', 'm' => 'Multi-Binary', 'k' => 'Kernel Module', 'b' => 'cdbs',