Bug#651286: devscripts: getbuildlogs fails to fetch logs for versions with '+'

2011-12-10 Thread Pino Toscano
Alle mercoledì 7 dicembre 2011, Adam D. Barratt ha scritto: $ getbuildlog php5 '5.3.8.0-1+b1' i386 The second argument there is version-pattern. getbuildlog(1) says: The version and architecture patterns are interpreted as extended regular expressions as described in

Bug#651286: devscripts: getbuildlogs fails to fetch logs for versions with '+'

2011-12-07 Thread Pino Toscano
Package: devscripts Version: 2.11.2 Severity: normal Hi, it looks like getbuildlogs cannot download build logs for versions containing a '+' character, eg binNMUs. $ getbuildlog php5 '5.3.8.0-1+b1' i386 this does nothing, and $? = 0, but then $ wget

Bug#651286: devscripts: getbuildlogs fails to fetch logs for versions with '+'

2011-12-07 Thread Adam D. Barratt
On Wed, 2011-12-07 at 13:30 +0100, Pino Toscano wrote: it looks like getbuildlogs cannot download build logs for versions containing a '+' character, eg binNMUs. It can, if asked in the way it expects... $ getbuildlog php5 '5.3.8.0-1+b1' i386 The second argument there is version-pattern.