Package: debpool
Version: 0.2.3
Severity: important
Tags: patch

The missing newline leads to packages missing in all but one arch if
they are installed for multiple arches.

Attached patch adds a newline after every combination of package and arch
instead of adding a newline after processing each package name.


Timo Weingärtner

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

Versions of packages debpool depends on:
ii  perl                          5.8.8-6.1  Larry Wall's Practical Extraction

Versions of packages debpool recommends:
ii  gnupg                         1.4.5-2    GNU privacy guard - a free PGP 
rep
ii  libdigest-sha1-perl           2.11-1     NIST SHA-1 message digest 
algorith
pn  libproc-daemon-perl           <none>     (no description available)
ii  perl [libdigest-md5-perl]     5.8.8-6.1  Larry Wall's Practical Extraction

-- no debconf information
--- a/share/DebPool/Packages.pm	2006-06-26 22:44:57.000000000 +0200
+++ b/share/DebPool/Packages.pm	2006-11-26 00:05:09.000000000 +0100
@@ -1054,9 +1054,9 @@
             print $tmpfile_handle "MD5sum: $files[$marker]->{'MD5Sum'}\n";
         
             print $tmpfile_handle "Description: $info->{'Description'}";
+            
+            print $tmpfile_handle "\n";
         }
-
-        print $tmpfile_handle "\n";
     }
 
     # All done

Attachment: pgpPyTIuYGIh9.pgp
Description: PGP signature

Reply via email to