Package: dh-make
Version: 0.53
Severity: minor
Tags: patch
In line with lintian, let's fix this too.
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages dh-make depends on:
ii debhelper 7.4.17 helper programs for debian/rules
ii dpkg-dev 1.15.5.6 Debian package development tools
ii make 3.81-8 An utility for Directing compilati
ii perl 5.10.1-11 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
-- debsums errors found:
debsums: changed file /usr/bin/dh_make (from dh-make package)
--- dh_make.orig 2010-03-26 19:24:43.000000000 +0900
+++ dh_make 2010-04-13 00:00:15.000000000 +0900
@@ -110,9 +110,9 @@
}
}
- if ( ! -d 'debian/source' )
+ if ( ! -d 'source' )
{
- mkdir 'debian/source', 0755 or die "Unable to make debian/source subdirectory: $! \n";
+ mkdir 'source', 0755 or die "Unable to make debian/source subdirectory: $! \n";
}
open OUT, ">$outfile" or die "Unable to open file $outfile for writing: $! \n";
@@ -536,7 +536,7 @@
}
our ($CONFIG_STATUS, $CONFIGURE_STAMP, $PHONY_CONFIGURE, $CONFIGURE, $DPKG_ARCH, $INSTALL, $CLEAN, $MAKE, $CDBS_CLASS );
-our $BUILD_DEPS = 'debhelper (>= 7.0.50)';
+our $BUILD_DEPS = 'debhelper (>= 7.0.50~)';
our $DH7_ADDON = '';
if ($package_type eq "b") {
$BUILD_DEPS = 'cdbs, '.$BUILD_DEPS;