]> git.donarmstrong.com Git - debian/debian-policy.git/commitdiff
Changelog and upgrading-checklist for #509933
authorRuss Allbery <rra@debian.org>
Mon, 19 Jul 2010 16:59:12 +0000 (09:59 -0700)
committerRuss Allbery <rra@debian.org>
Mon, 19 Jul 2010 16:59:12 +0000 (09:59 -0700)
debian/changelog
upgrading-checklist.sgml

index 1d972b24078fdf9e10fcf921c5ea3bd771365175..383b6076f0d57ed9b9e846c4657ca7c58abc29c2 100644 (file)
@@ -58,6 +58,11 @@ debian-policy (3.9.1.0) UNRELEASED; urgency=low
     Seconded: Jakub Wilk <jwilk@debian.org>
     Seconded: Emilio Pozuelo Monfort <pochu@debian.org>
     Closes: #184064
+  * Policy: More explicit requirements around library SONAMEs
+    Wording: Russ Allbery <rra@debian.org>
+    Seconded: RaphaĆ«l Hertzog <hertzog@debian.org>
+    Seconded: Emilio Pozuelo Monfort <pochu27@gmail.com>
+    Closes: #509933
   * Set the version of the Perl Policy to match the version of the Policy
     package.
   * Explain the Perl module package naming policy more explicitly and
index 0bcb07548f15d0191571b606c2a1abc72395457e..3dc378c102aef1bd31259dd41476a9675f8877a7 100644 (file)
@@ -60,6 +60,12 @@ Not yet released.
   there are file conflicts or one package breaks the other, not just
   because two packages provide similar functionality but don't interfere.
   </item>
+<tag>8.1</tag>
+  <item>The SONAME of a library should change whenever the ABI of the
+  library changes in a way that isn't backward-compatible.  It should not
+  change if the library ABI changes are backward-compatible.  Discourage
+  bundling shared libraries together in one package.
+  </item>
 <tag>8.6.1, 8.6.2, 8.6.5</tag>
   <item>Packages should normally not include a <file>shlibs.local</file>
   file since we now have complete <file>shlibs</file> coverage.