[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

lintian: r1257 - in trunk: debian unpack



Author: rra
Date: 2008-03-12 07:55:15 +0100 (Wed, 12 Mar 2008)
New Revision: 1257

Modified:
   trunk/debian/changelog
   trunk/unpack/list-srcpkg
Log:
* unpack/list-srcpkg:
  + [RA] Fix syntax error introduced by Uploaders support.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-03-07 09:05:37 UTC (rev 1256)
+++ trunk/debian/changelog	2008-03-12 06:55:15 UTC (rev 1257)
@@ -35,6 +35,9 @@
   * data/shared-libs/ldconfig-dirs:
     + [RA] New file listing directories searched by ld.so.
 
+  * unpack/list-srcpkg:
+    + [RA] Fix syntax error introduced by Uploaders support.
+
  -- Russ Allbery <rra@debian.org>  Tue, 04 Mar 2008 13:07:18 -0800
 
 lintian (1.23.46) unstable; urgency=low

Modified: trunk/unpack/list-srcpkg
===================================================================
--- trunk/unpack/list-srcpkg	2008-03-07 09:05:37 UTC (rev 1256)
+++ trunk/unpack/list-srcpkg	2008-03-12 06:55:15 UTC (rev 1257)
@@ -161,7 +161,7 @@
 		 $pkg,
 		 $data->{'version'},
 		 $data->{'maintainer'},
-                 $data->{'uploaders'} || '';
+                 $data->{'uploaders'} || '',
                  $data->{'architecture'},
                  $data->{'standards-version'},
                  $data->{'binary'},


Reply to: