Package: sig2dot
Version: 0.34-4
Severity: wishlist
Tags: patch

The comments are very often useless and when they are very long, the
generated graph is very ugly. The attached patch should fix the problem.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.10
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

-- 
Thomas Huriaux
--- sig2dot.orig        2005-07-16 22:40:18.333859719 +0200
+++ sig2dot     2005-07-16 22:46:33.249429473 +0200
@@ -137,7 +137,7 @@
         $owner = $id; 
       } 
   
-      $name{$id} = $name if $name; # gpg 1.4 fixup
+      $name{$id} = (split('\(',$name))[0] if $name; # gpg 1.4 fixup
   
       # skip revoked keys 
       if ($name =~ /^\[revoked/) {

Attachment: signature.asc
Description: Digital signature

Reply via email to