Your message dated Sat, 29 Jul 2006 08:32:40 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#378013: fixed in cdbs 0.4.45 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: cdbs Version: 0.4.44 Severity: minor Hello, the list-missing utility rule does not detect the case whereby all files from debian/tmp were actually installed somewhere. "All files were installed into debian/<package>" will actually only be printed if, not only all files were installed, but there is no extra files into debian/<package> that is not in debian/tmp. In practice, that is unfortunately almost always the case because dh_installdocs and dh_installchangelogs install files into /usr/share/doc in addition to "make install". The problem lies in the regular expression used in this shell exerpt (from list-missing): diff -u debian/cdbs-install-list debian/cdbs-package-list | egrep '^-' That matches the initial "---" line from the unified diff file, even if there is no missing file. An alternative could be: diff -u debian/cdbs-install-list debian/cdbs-package-list | { read; cat; } | egrep '^-' The "read" would ensure that the first line, which is always "--- ..." be ignored. Regards -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/dash Kernel: Linux 2.6.17.4 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) cdbs depends on no packages. Versions of packages cdbs recommends: ii autotools-dev 20060223.1 Update infrastructure for config.{ ii debhelper 5.0.37.2 helper programs for debian/rules -- no debconf information
--- End Message ---
--- Begin Message ---Source: cdbs Source-Version: 0.4.45 We believe that the bug you reported is fixed in the latest version of cdbs, which is due to be installed in the Debian FTP archive: cdbs_0.4.45.dsc to pool/main/c/cdbs/cdbs_0.4.45.dsc cdbs_0.4.45.tar.gz to pool/main/c/cdbs/cdbs_0.4.45.tar.gz cdbs_0.4.45_all.deb to pool/main/c/cdbs/cdbs_0.4.45_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. Peter Eisentraut <[EMAIL PROTECTED]> (supplier of updated cdbs 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: Sat, 29 Jul 2006 17:18:57 +0200 Source: cdbs Binary: cdbs Architecture: source all Version: 0.4.45 Distribution: unstable Urgency: medium Maintainer: CDBS Hackers <[EMAIL PROTECTED]> Changed-By: Peter Eisentraut <[EMAIL PROTECTED]> Description: cdbs - common build system for Debian packages Closes: 372682 377965 378013 Changes: cdbs (0.4.45) unstable; urgency=medium . * Added support for user-defined CC and CXX in qmake class * Fixed diff call yielding false positives in list-missing rule (utils.mk) (closes: #378013); test case in list-missing-1.sh * Fixed bashisms in utils.mk * Fixed bashism in python-distutils.mk * Call dh_py* for all packages in new Python policy section (python-distutils.mk) (closes: #377965) * Make use of per-patch stamp files and don't ignore failed patch reversals (simple-patchsys.mk) (closes: #372682) * Removed some redundant autotools use, since we know our target platform pretty well * Updated debian/copyright, removed redundant AUTHORS file * Updated TODO Files: 4c05b84e4479ed9cc4273063286e9c8e 854 devel optional cdbs_0.4.45.dsc 4078e4152d34f5c12c284a5fd3a5de43 412143 devel optional cdbs_0.4.45.tar.gz 97bff4174a82c2ffc9e18f30ad4e643f 354560 devel optional cdbs_0.4.45_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) iD8DBQFEy361TTx8oVVPtMYRAhiGAJ92bqBvsqPhPGhJDjMMzOcKCJ8IAgCfYTUO QeaiC7bZF9sMEa8BMPWaHLQ= =5HfO -----END PGP SIGNATURE-----
--- End Message ---

