Package: dh-make
Version: 0.44
Severity: wishlist
Tags: patch
Hi again!
Attached is a patch to update to the latest debhelper version. I hope
that I didn't miss anything.
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/debian/compat dh-make-0.44/debian/compat
--- dh-make-0.44-orig/debian/compat 2008-02-09 22:39:46.000000000 -0200
+++ dh-make-0.44/debian/compat 2008-02-09 22:42:23.000000000 -0200
@@ -1 +1 @@
-5
+6
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:39:46.000000000 -0200
+++ dh-make-0.44/dh_make 2008-02-09 22:41:16.000000000 -0200
@@ -477,7 +477,7 @@
our ($CONFIG_STATUS, $CONFIGURE_STAMP, $PHONY_CONFIGURE, $CONFIGURE,
$DPKG_ARCH, $INSTALL, $CLEAN, $CDBS_CLASS );
-our $BUILD_DEPS = 'debhelper (>= 5)';
+our $BUILD_DEPS = 'debhelper (>= 6)';
if ($package_type eq "b") {
$BUILD_DEPS = 'cdbs, '.$BUILD_DEPS;
}
diff -ur dh-make-0.44-orig/lib/debian/compat dh-make-0.44/lib/debian/compat
--- dh-make-0.44-orig/lib/debian/compat 2008-02-09 22:39:46.000000000 -0200
+++ dh-make-0.44/lib/debian/compat 2008-02-09 22:42:26.000000000 -0200
@@ -1 +1 @@
-5
+6
diff -ur dh-make-0.44-orig/lib/debiank/control dh-make-0.44/lib/debiank/control
--- dh-make-0.44-orig/lib/debiank/control 2008-02-09 22:39:46.000000000
-0200
+++ dh-make-0.44/lib/debiank/control 2008-02-09 22:41:27.000000000 -0200
@@ -12,7 +12,7 @@
Package: #PACKAGE#-source
Architecture: all
-Depends: module-assistant, debhelper (>= 5), make, bzip2
+Depends: module-assistant, debhelper (>= 6), make, bzip2
Description: Source for the #PACKAGE# driver.
This package provides the source code for the #PACKAGE# kernel modules.
The #PACKAGE# package is also required in order to make use of these
diff -ur dh-make-0.44-orig/lib/debiank/control.modules.in
dh-make-0.44/lib/debiank/control.modules.in
--- dh-make-0.44-orig/lib/debiank/control.modules.in 2008-02-09
22:39:46.000000000 -0200
+++ dh-make-0.44/lib/debiank/control.modules.in 2008-02-09 22:41:33.000000000
-0200
@@ -2,7 +2,7 @@
Section: unknown
Priority: optional
Maintainer: #USERNAME# <#EMAIL#>
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 6)
Standards-Version: #POLICY#
Package: #PACKAGE#-modules-_KVERS_