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

lintian: r900 - in trunk: checks debian



Author: rra
Date: 2007-06-17 13:16:06 +0200 (Sun, 17 Jun 2007)
New Revision: 900

Modified:
   trunk/checks/binaries
   trunk/debian/changelog
Log:
* checks/binaries:
  + [RA] Sort the package SONAMEs to provide more stable lintian tags.
    Patch from Cyril Brulebois.  (Closes: #428681)


Modified: trunk/checks/binaries
===================================================================
--- trunk/checks/binaries	2007-06-05 03:42:00 UTC (rev 899)
+++ trunk/checks/binaries	2007-06-17 11:16:06 UTC (rev 900)
@@ -131,7 +131,7 @@
     }
     return 0;
 }
-my @sonames = grep { lib_soname_path (@{$SONAME{$_}}) } keys %SONAME;
+my @sonames = sort grep { lib_soname_path (@{$SONAME{$_}}) } keys %SONAME;
 tag "several-sonames-in-same-package", "@sonames" if @sonames > 1;
 
 # try to identify transition strings

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-06-05 03:42:00 UTC (rev 899)
+++ trunk/debian/changelog	2007-06-17 11:16:06 UTC (rev 900)
@@ -1,3 +1,11 @@
+lintian (1.23.32) UNRELEASED; urgency=low
+
+  * checks/binaries:
+    + [RA] Sort the package SONAMEs to provide more stable lintian tags.
+      Patch from Cyril Brulebois.  (Closes: #428681)
+
+ -- Russ Allbery <rra@debian.org>  Sun, 17 Jun 2007 03:03:19 -0700
+
 lintian (1.23.31) unstable; urgency=low
 
   The "back under 100 open bugs" release.



Reply to: