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

lintian: r517 - in trunk: checks debian



Author: djpig
Date: 2005-12-17 20:03:10 +0100 (Sat, 17 Dec 2005)
New Revision: 517

Modified:
   trunk/checks/binaries.desc
   trunk/debian/changelog
Log:
fix typo in description of package-name-doesnt-match-sonames (Closes: #339360)


Modified: trunk/checks/binaries.desc
===================================================================
--- trunk/checks/binaries.desc	2005-12-17 18:34:37 UTC (rev 516)
+++ trunk/checks/binaries.desc	2005-12-17 19:03:10 UTC (rev 517)
@@ -132,7 +132,7 @@
 Type: warning
 Info: The package name of a library package should usually reflect
  the soname of the included library. The package name can determined
- from the package name with the following code snippet:
+ from the library file name with the following code snippet:
  .
   $ objdump -p /path/to/libfoo-bar.so.1.2.3 | sed -n -e's/^[[:space:]]*SONAME[[:space:]]*//p' | sed -e's/\([0-9]\)\.so\./\1-/; s/\.so\.//'
 Ref: Library Packaging guide 5

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-12-17 18:34:37 UTC (rev 516)
+++ trunk/debian/changelog	2005-12-17 19:03:10 UTC (rev 517)
@@ -11,8 +11,9 @@
     + [FL] Some fixes to the statistics code to make the fixes
       in frontend/lintian possible
   
-  * checks/binaries:
+  * checks/binaries{.desc,}:
     + [FL] support c2a suffix in soname check, too (Closes: #340856)
+    + [FL] fix typo in description of package-name-doesnt-match-sonames (Closes: #339360)
   * checks/debconf{.desc,}:
     + [FL] drop seen-flag-requires-versioned-depends and multiselect-without-dependency and
       drop version requirement from missing-debconf-dependency-for-preinst. All due to the



Reply to: