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

lintian: r291 - in trunk: debian unpack



Author: djpig
Date: 2004-06-19 12:08:55 +0200 (Sat, 19 Jun 2004)
New Revision: 291

Modified:
   trunk/debian/changelog
   trunk/unpack/list-srcpkg
Log:
Some packages don't specifiy a standards-version, e.g. d-i ones.
Prevent Perl warnings.


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2004-06-18 23:18:33 UTC (rev 290)
+++ trunk/debian/changelog	2004-06-19 10:08:55 UTC (rev 291)
@@ -94,6 +94,10 @@
   * testset/filenames:
     + [JvW] Fix two lintian warnings in lintian itself by touching files only
       on clean target, and not distributing them in the source
+  
+  * unpack/list-srcpkg:
+    + [FL] Some packages don't specifiy a standards-version, e.g. d-i ones.
+      Prevent Perl warnings.
 
  -- Debian Lintian Maintainers <lintian-maint@debian.org>  Tue, 18 May 2004 00:03:28 +0200
 

Modified: trunk/unpack/list-srcpkg
===================================================================
--- trunk/unpack/list-srcpkg	2004-06-18 23:18:33 UTC (rev 290)
+++ trunk/unpack/list-srcpkg	2004-06-19 10:08:55 UTC (rev 291)
@@ -143,6 +143,7 @@
       push(@f,$t[2]);
     }
     $data->{'files'} = join(',',@f);
+    $data->{'standards-version'} ||= "";
     $pkg = $data->{'source'};
   }
 



Reply to: