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

[SCM] Debian package checker branch, master, updated. 2.2.17-3-gdd6f95b



The following commit has been merged in the master branch:
commit 90a7a1dcece202e8878134ea7b1b9b7fb3c514dd
Author: Russ Allbery <rra@debian.org>
Date:   Fri Sep 25 17:29:58 2009 -0700

    Explain how to fix a weak dev dependency on a shared library
    
    * checks/control-file.desc:
      + [RA] Say to use (= ${binary:Version}) to fix weak dependencies
        between a library dev package and the shared library.  Thanks,
        Norbert Preining.  (Closes: #548218)

diff --git a/checks/control-file.desc b/checks/control-file.desc
index 17e92ac..5da3343 100644
--- a/checks/control-file.desc
+++ b/checks/control-file.desc
@@ -154,4 +154,5 @@ Info: The given package appears to be a shared library -dev package, but
  does not force the same package version.  To ensure that compiling and
  linking works properly, and that the symlinks in the -dev package point
  to the correct files in the shared library package, a -dev package should
- normally depend on the exact same version of the shared library package.
+ normally use <tt>(= ${binary:Version})</tt> with the dependency on the
+ shared library package.
diff --git a/debian/changelog b/debian/changelog
index 2321f96..b3c8530 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+lintian (2.2.18) UNRELEASED; urgency=low
+
+  * checks/control-file.desc:
+    + [RA] Say to use (= ${binary:Version}) to fix weak dependencies
+      between a library dev package and the shared library.  Thanks,
+      Norbert Preining.  (Closes: #548218)
+
+ -- Russ Allbery <rra@debian.org>  Fri, 25 Sep 2009 17:29:38 -0700
+
 lintian (2.2.17) unstable; urgency=medium
 
   * Urgency medium to beat libclass-accessor-perl into testing.

-- 
Debian package checker


Reply to: