Your message dated Fri, 23 Jul 2010 11:32:11 +0000
with message-id <[email protected]>
and subject line Bug#586755: fixed in dh-autoreconf 2
has caused the Debian Bug report #586755,
regarding Breaks when a file contains whitespace.
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
586755: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586755
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dh-autoreconf
Version: 1
Severity: important

You aren't using find -print0 | xargs -0, so if any file contains
whitespace (e.g. "Aleph One"), it'll fail.

In any case, you can simply use find -exec {} +, which is just as
variadic as xargs:

    find -ipath debian -prune -o -type f -exec md5sum {} +

md5sum: ./Resources/Aleph: No such file or directory
md5sum: One: No such file or directory
md5sum: Classic: No such file or directory
md5sum: SDL.r: No such file or directory
md5sum: ./Aleph: No such file or directory
md5sum: One: No such file or directory
md5sum: Classic: No such file or directory
md5sum: SDL.mcp: No such file or directory
dh_autoreconf: find ! -ipath "./debian/*" -a  -type f | xargs md5sum > 
debian/autoreconf.before returned exit code 123

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24-23-openvz (SMP w/4 CPU cores)
Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages dh-autoreconf depends on:
ii  autoconf                      2.65-4     automatic configure script builder
ii  automake [automaken]          1:1.11.1-1 A tool for generating GNU Standard
ii  debhelper                     7.9.3      helper programs for debian/rules
ii  libtool                       2.2.6b-2   Generic library support script
ii  perl                          5.10.1-13  Larry Wall's Practical Extraction 

Versions of packages dh-autoreconf recommends:
ii  autopoint                     0.17-11    The autopoint program from GNU get

dh-autoreconf suggests no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: dh-autoreconf
Source-Version: 2

We believe that the bug you reported is fixed in the latest version of
dh-autoreconf, which is due to be installed in the Debian FTP archive:

dh-autoreconf_2.dsc
  to main/d/dh-autoreconf/dh-autoreconf_2.dsc
dh-autoreconf_2.tar.gz
  to main/d/dh-autoreconf/dh-autoreconf_2.tar.gz
dh-autoreconf_2_all.deb
  to main/d/dh-autoreconf/dh-autoreconf_2_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.
Julian Andres Klode <[email protected]> (supplier of updated dh-autoreconf 
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: RIPEMD160

Format: 1.8
Date: Fri, 23 Jul 2010 13:24:44 +0200
Source: dh-autoreconf
Binary: dh-autoreconf
Architecture: source all
Version: 2
Distribution: unstable
Urgency: low
Maintainer: Julian Andres Klode <[email protected]>
Changed-By: Julian Andres Klode <[email protected]>
Description: 
 dh-autoreconf - debhelper add-on to call autoreconf and clean up after the 
build
Closes: 586755
Changes: 
 dh-autoreconf (2) unstable; urgency=low
 .
   [ Didier Roche ]
   * Fix issue in find | xargs when files contain spaces (Closes:
     #586755).
 .
   [ Julian Andres Klode ]
   * Set Standards-Version to 3.9.0.
Checksums-Sha1: 
 2ebf37193c426589e290879a2c59a268dd002380 857 dh-autoreconf_2.dsc
 dc6d0b2d87bfed32739fd52065a52a08f072afed 3817 dh-autoreconf_2.tar.gz
 9f30d227a16a75f581bf07b886e4fe02e9dcaf6e 11472 dh-autoreconf_2_all.deb
Checksums-Sha256: 
 b4daff04657dd190c26a1f5e4da545c3e1fe352da811530d3a84aa18f01b87da 857 
dh-autoreconf_2.dsc
 de83dfd2ef21431bb18b8d1d5d84d56ded4420e67bd940e091ea43643af713d1 3817 
dh-autoreconf_2.tar.gz
 4d1392700860662d4982a493144454a1a0d244bb5d938be6d488734101fdc833 11472 
dh-autoreconf_2_all.deb
Files: 
 336091b75ea9acb4e48994fdaeda030d 857 devel optional dh-autoreconf_2.dsc
 ffaff803265f4439edb0d3e40494e216 3817 devel optional dh-autoreconf_2.tar.gz
 461cf5e07982188c76571298f0cb5681 11472 devel optional dh-autoreconf_2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEAREDAAYFAkxJfEMACgkQrCpf/gCCPsKlUgCffMhJ68HI6t16sIGI/GpVAmBg
ZqgAnjLe4lpoQlriMP9yFoSJHmaOyb2F
=0ahD
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to