Package: dh-make Version: 0.42 Severity: normal Tags: patch Hi,
I noticed that the make-kpkg build process calls the kdist_config target, not kdist_configure as is currently in debiank/rules. The patch just renames the target to the correct one. Regards, Bastian -- System Information: Debian Release: 4.0 APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-treasure8 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages dh-make depends on: ii debhelper 5.0.42 helper programs for debian/rules ii dpkg-dev 1.13.24 package building tools for Debian ii make 3.81-3 The GNU version of the "make" util ii perl 5.8.8-6.1 Larry Wall's Practical Extraction dh-make recommends no packages. -- no debconf information
--- /usr/share/debhelper/dh_make/debiank/rules 2006-06-02 13:02:45.000000000 +0200 +++ rules 2006-11-30 18:12:40.191353700 +0100 @@ -54,11 +54,11 @@ # compiler), VERSION (the final package version string), PKGNAME (full # package name with KVERS included), DEB_DESTDIR (path to store DEBs) -# The kdist_configure target is called by make-kpkg modules_config and +# The kdist_config target is called by make-kpkg modules_config and # by kdist* rules by dependency. It should configure the module so it is # ready for compilation (mostly useful for calling configure). # prep-deb-files from module-assistant creates the neccessary debian/ files -kdist_configure: prep-deb-files +kdist_config: prep-deb-files # the kdist_clean target is called by make-kpkg modules_clean and from # kdist* rules. It is responsible for cleaning up any changes that have