Package: devscripts
Version: 2.10.35
Severity: normal
Tags: patch
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
The --wnpp option doesn't work for me, the call to 'bts' outputs:
bts: Couldn't find a unique match for the command package wnpp!
Run bts --help for a list of valid commands.
This error comes from the decoding of the bts commands in 'bts' (line
638 ff.). If I understand it correctly, bts is not happy about
getting "package wnpp" as one parameter from 'tagpending' (line 343).
The following mini-patch works for me in a short test:
- --- /usr/bin/tagpending 2008-07-26 23:19:55.000000000 +0200
+++ /tmp/tagpending 2008-09-04 18:24:00.000000000 +0200
@@ -340,7 +340,7 @@
}
if (@wnpp_to_tag) {
push(@bts_args, ".") if scalar @bts_args > 1;
- - push(@bts_args, "package wnpp");
+ push(@bts_args, "package", "wnpp");
push(@bts_args, $prog_header) if length $prog_header;
if ($comments) {
Cheers,
gregor
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkjADSwACgkQOzKYnQDzz+QLAACg/tMadhlHAbQn9+uSjhyh+zbM
RsEAn3yU/7cA+Xa58BGp5+f7up5WW9y+
=ofgq
-----END PGP SIGNATURE-----
--
To unsubscribe, send mail to [EMAIL PROTECTED]