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". getbuildlog(1) says: The version and architecture patterns are interpreted as extended regular expressions as described in grep(1). so you want: $ getbuildlog php5 '5\.3\.8\.0-1\+b1' i386 Admittedly the --help output doesn't explicitly indicate that the patterns are regular expressions, but each of the examples given does rather imply that fact. Regards, Adam -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org