Package: devscripts
Version: 2.9.22
Severity: wishlist
Tags: patch

Hi,

Here's a small patch to include the key ID in the "unknown key" message.
Helps a lot when uploader's key is not yet in debian-keyring package,
which is not that uncommon for new DDs.

Thanks for considering,
    dam

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-686
Locale: LANG=bg_BG.UTF-8, LC_CTYPE=bg_BG.UTF-8 (charmap=UTF-8)

Versions of packages devscripts depends on:
ii  debianutils                  2.17.3      Miscellaneous utilities specific t
ii  dpkg-dev                     1.13.24     package building tools for Debian
ii  libc6                        2.3.6.ds1-7 GNU C Library: Shared libraries
ii  perl                         5.8.8-6.1   Larry Wall's Practical Extraction 
ii  sed                          4.1.5-1     The GNU sed stream editor

Versions of packages devscripts recommends:
ii  fakeroot                      1.5.10     Gives a fake root environment

-- no debconf information
--- /usr/bin/who-uploads        2006-10-11 22:17:57.000000000 +0300
+++ /home/dam/tmp/who-uploads   2006-11-06 13:27:03.000000000 +0200
@@ -203,7 +203,7 @@
                   "[EMAIL PROTECTED]" "[EMAIL PROTECTED]" \
                   --list-key --with-colons $GPG_ID 2>/dev/null |
                   awk  -F: '/@debian\.org>/ { a = $10; exit} /^pub/ { a = $10 
} END { print a }' )
-       if [ -z "$UPLOADER" ]; then UPLOADER="<unrecognised public key>"; fi
+       if [ -z "$UPLOADER" ]; then UPLOADER="<unrecognised public key 
($GPG_ID)>"; fi
 
        echo "$VERSION to $DISTRO: $UPLOADER" | iconv -c -f UTF-8
 

Reply via email to