Package: dh-make
Version: 0.40
Severity: normal
Tags: patch
The generated kernel-module-source package misses debian/compat causing
debhelper to whine about deprecated compat levels while building the
module package.
This patch should be applied after the patch for #350938.
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing'), (500, 'stable'), (300, 'unstable'), (30,
'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-k7
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages dh-make depends on:
ii debhelper 5.0.10 helper programs for debian/rules
ii dpkg-dev 1.13.11 package building tools for Debian
ii make 3.80+3.81.b4-1 The GNU version of the "make" util
ii perl 5.8.7-10 Larry Wall's Practical Extraction
dh-make recommends no packages.
-- no debconf information
--- dh-make-0.40/lib/debiank/rules.orig1 2006-02-03 14:22:55.000000000
+0100
+++ dh-make-0.40/lib/debiank/rules 2006-02-03 14:23:08.000000000 +0100
@@ -144,7 +144,7 @@
# Copy the needed debian/ pieces to the proper location
cp debian/*modules.in* \
debian/$(psource)/usr/src/modules/$(sname)/debian
- cp debian/*_KVERS_* debian/rules debian/changelog debian/copyright \
+ cp debian/*_KVERS_* debian/rules debian/changelog debian/copyright
debian/compat \
debian/$(psource)/usr/src/modules/$(sname)/debian/
cd debian/$(psource)/usr/src && tar c modules | bzip2 -9 >
$(sname).tar.bz2 && rm -rf modules