Bug#692317: dh-autoreconf_clean deletes unrelated files (due to spaces?)

2012-11-22 Thread Salvatore Bonaccorso
Hi Julian On Wed, Nov 07, 2012 at 04:49:26PM +0100, Julian Andres Klode wrote: Control: tag -1 pending [...] Fixed in git. (Note: I'm not part of the Release Team). I noticed this bug during looking at current open RC bugs for wheezy: Can you upload the package to unstable? Note that the

Bug#692317: dh-autoreconf_clean deletes unrelated files (due to spaces?)

2012-11-07 Thread Stefan Bühler
Hi, I think you're right - the spaces in the filenames lead to problems: dh_autoreconf_clean uses the perl split function to split the lines into checksum and filename: * a comment says the delimiter is comma, which is wrong: there are two spaces between checksum and filename * split

Bug#692317: dh-autoreconf_clean deletes unrelated files (due to spaces?)

2012-11-07 Thread Julian Andres Klode
Control: tag -1 pending On Wed, Nov 07, 2012 at 04:20:01PM +0100, Stefan Bühler wrote: Hi, I think you're right - the spaces in the filenames lead to problems: That might be true. I did not consider spaces in filenames an important problem, as they are highly unlikely to appear in source

Bug#692317: dh-autoreconf_clean deletes unrelated files (due to spaces?)

2012-11-04 Thread Paul Menzel
Package: dh-autoreconf Version: 6 Severity: grave Justification: causes non-serious data loss Dear Debian folks, doing $ git clone git://git.gnome.org/evolution # leave out history by adding `--depth 1` $ git checkout gnome-3-4 $ ./autogen.sh $ cd .. $