]> git.donarmstrong.com Git - debian/debian-policy.git/commitdiff
Reflect the common case in the shlibs example
authorRuss Allbery <rra@debian.org>
Sun, 12 Aug 2012 23:32:35 +0000 (16:32 -0700)
committerRuss Allbery <rra@debian.org>
Sun, 12 Aug 2012 23:32:35 +0000 (16:32 -0700)
policy.sgml

index 050c688438db4cb9e95731c6e71106debbd6584a..3c863dc7b29220d894c52f08a45bc90378c9f687 100644 (file)
@@ -6796,10 +6796,10 @@ Built-Using: grub2 (= 1.99-9), loadlin (= 1.6e-1)
            <p>
              In our example, if the last change to the <tt>zlib1g</tt>
              package that could change behavior for a client of that
-             library was in version <tt>1:1.2.3.3.dfsg-2</tt>, then
+             library was in version <tt>1:1.2.3.3.dfsg-1</tt>, then
              the <tt>shlibs</tt> entry for this library could say:
              <example compact="compact">
-               libz 1 zlib1g (>= 1:1.2.3.3.dfsg-2~)
+               libz 1 zlib1g (>= 1:1.2.3.3.dfsg)
              </example>
              This version restriction must be new enough that any binary
              built against the current version of the library will work
@@ -6811,7 +6811,7 @@ Built-Using: grub2 (= 1.99-9), loadlin (= 1.6e-1)
              As zlib1g also provides a udeb containing the shared
              library, there would also be a second line:
              <example compact="compact">
-               udeb: libz 1 zlib1g-udeb (>= 1:1.2.3.3.dfsg-2~)
+               udeb: libz 1 zlib1g-udeb (>= 1:1.2.3.3.dfsg)
              </example>
            </p>
          </sect2>