Your message dated Tue, 24 Apr 2007 00:47:02 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#405764: fixed in dh-make 0.43 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: dh-make Version: 0.42 Severity: minor Tags: patch dh_make's generated rules file copies the config.{sub,guess} files from /usr/share/misc (provided by the autotools-dev package) into the build tree in the 'clean' target. Thus, the .diff.gz will contain config.{sub,guess} files that are already on the system, since the package will Build-Depend on autotools-dev. The included patch moves the copy into the 'config.status' target, and adds commands to remove those files into the 'clean' target. In the case that the config.{sub,guess} files are included with the original source, dpkg-source simply ignores the removal when generating the .diff.gz. -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (1000, 'testing'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-1-686 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages dh-make depends on: ii debhelper 5.0.40 helper programs for debian/rules ii dpkg-dev 1.13.22 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 informationdiff -Nur dh-make-0.42.debian/dh_make dh-make-0.42/dh_make --- dh-make-0.42.debian/dh_make 2006-10-29 20:16:02.000000000 -0700 +++ dh-make-0.42/dh_make 2007-01-05 17:25:35.000000000 -0700 @@ -486,6 +486,12 @@ $CONFIGURE="config.status: configure\n". "\tdh_testdir\n". "\t# Add here commands to configure the package.\n". + "ifneq \"\$(wildcard /usr/share/misc/config.sub)\" \"\"\n". + "\tcp -f /usr/share/misc/config.sub config.sub\n". + "endif\n". + "ifneq \"\$(wildcard /usr/share/misc/config.guess)\" \"\"\n". + "\tcp -f /usr/share/misc/config.guess config.guess\n". + "endif\n". "\t".'./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"'."\n"; $DPKG_ARCH="# These are used for cross-compiling and for saving the configure script\n". "# from having to guess our platform (since we know it already)\n". @@ -509,12 +515,7 @@ } } $CLEAN="\$(MAKE) distclean\n". - "ifneq \"\$(wildcard /usr/share/misc/config.sub)\" \"\"\n". - "\tcp -f /usr/share/misc/config.sub config.sub\n". - "endif\n". - "ifneq \"\$(wildcard /usr/share/misc/config.guess)\" \"\"\n". - "\tcp -f /usr/share/misc/config.guess config.guess\n". - "endif\n"; + "\trm -f config.sub config.guess"; $BUILD_DEPS .= ', autotools-dev'; } else { if (! -f 'Makefile' && ! -f 'makefile' && ! -f 'GNUmakefile')
--- End Message ---
--- Begin Message ---Source: dh-make Source-Version: 0.43 We believe that the bug you reported is fixed in the latest version of dh-make, which is due to be installed in the Debian FTP archive: dh-make_0.43.dsc to pool/main/d/dh-make/dh-make_0.43.dsc dh-make_0.43.tar.gz to pool/main/d/dh-make/dh-make_0.43.tar.gz dh-make_0.43_all.deb to pool/main/d/dh-make/dh-make_0.43_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Craig Small <[EMAIL PROTECTED]> (supplier of updated dh-make package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 8 Jan 2007 10:22:39 +1100 Source: dh-make Binary: dh-make Architecture: source all Version: 0.43 Distribution: unstable Urgency: low Maintainer: Craig Small <[EMAIL PROTECTED]> Changed-By: Craig Small <[EMAIL PROTECTED]> Description: dh-make - tool that converts source archives into Debian package source Closes: 311512 328405 376378 382336 384541 396509 399820 399887 401032 401069 405764 Changes: dh-make (0.43) unstable; urgency=low . * Used pwd environment so symlinks should be ok Closes: 311512, 328405 * debiank/rules target fixed Closes: 401069 * Naive packages can specify copyright Closes: #382336 * Removed duplicate author section from manpage.xml Closes: #376378 * watch examples use devscripts not debscripts as the name Closes: #384541 * Emacsen uses /usr/share/info directory Closes: #396509 * Fixed exta typo in debiank control Closes: #401032 * config.* targets moved to reduce diff size Closes: #405764 * Removed duplicate cdbs build dep Closes: #399887 * License templates reformatted nicely Closes: #399820 Files: 9495a1d066ef996091168f667c6575cb 482 devel optional dh-make_0.43.dsc cfef5cb67fecbbdf9ed86ee559d5d059 32019 devel optional dh-make_0.43.tar.gz 3dfa2c1b9c0b78450e5bd20886024524 33736 devel optional dh-make_0.43_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGLVBgx2zlrBLK36URAjtsAJ9WcUf3NCHYvSnoBARPxFj3iS/AagCgoxcJ eUgkEsNho71DIplqqBzYRHQ= =3hnR -----END PGP SIGNATURE-----
--- End Message ---

