Package: dh-make
Version: 0.44
Severity: wishlist
Tags: patch
Hi!
It would be good to have dh-make updated to create templates already
including the latest Starndards Version.
(really trivial) patch attached.
Thank you very much!
Best regards,
Nelson
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.24-naoliv1 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages dh-make depends on:
ii debhelper 6.0.5 helper programs for debian/rules
ii dpkg-dev 1.14.16.6 package building tools for Debian
ii make 3.81-3 The GNU version of the "make" util
ii perl 5.8.8-12 Larry Wall's Practical Extraction
dh-make recommends no packages.
-- no debconf information
diff -ur dh-make-0.44.orig/dh_make dh-make-0.44/dh_make
--- dh-make-0.44.orig/dh_make 2008-02-09 22:36:05.000000000 -0200
+++ dh-make-0.44/dh_make 2008-02-09 22:37:09.000000000 -0200
@@ -14,7 +14,7 @@
# Some important parameters
our $DHLIB="/usr/share/debhelper/dh_make";
-our $POLICY_VERSION="3.7.2";
+our $POLICY_VERSION="3.7.3";
our $DH_MAKE_VERSION="0.44";
my %PACKAGE_TYPES = ( 's' => 'Single', 'l' => 'Library', 'm' => 'Multi-Binary',
'k' => 'Kernel Module', 'b' => 'cdbs');