chiark / gitweb /
fix typo and example about debug packages (#487664)
authorlucas <lucas@313b444b-1b9f-4f58-a734-7bb04f332e8d>
Thu, 22 Jan 2009 22:53:29 +0000 (22:53 +0000)
committerlucas <lucas@313b444b-1b9f-4f58-a734-7bb04f332e8d>
Thu, 22 Jan 2009 22:53:29 +0000 (22:53 +0000)
git-svn-id: svn://anonscm.debian.org/ddp/manuals/trunk/developers-reference@5791 313b444b-1b9f-4f58-a734-7bb04f332e8d

best-pkging-practices.dbk
debian/changelog

index fa1689245b3854732cd3712f69dd9924ebed4b76..5e8d2a061fddcef86191fda68e45c6b2fdbfbe26 100644 (file)
@@ -1745,11 +1745,11 @@ need to do is call <command>dh_strip --dbg-package=libfoo-dbg</command>, and
 add an entry to <filename>debian/control</filename> for the debug package.
 </para>
 <para>
 add an entry to <filename>debian/control</filename> for the debug package.
 </para>
 <para>
-Note that the Debian package should depend on the package that it provides
+Note that the debug package should depend on the package that it provides
 debugging symbols for, and this dependency should be versioned.  For example:
 </para>
 <screen>
 debugging symbols for, and this dependency should be versioned.  For example:
 </para>
 <screen>
-Depends: libfoo-dbg (= ${binary:Version})
+Depends: libfoo (= ${binary:Version})
 </screen>
 </section>
 
 </screen>
 </section>
 
index b66de942d464a2f20327f411810b6c4dfc6ff5b2..41819695e72b50db51b7b37ba09d4ad7f55737eb 100644 (file)
@@ -19,8 +19,11 @@ developers-reference (3.4.1) UNRELEASED; urgency=low
     + Mention nmudiff. Closes: #483227.
   * Mention docbook-xml, and that debiandoc-sgml is deprecated. Thanks to
     W. Martin Borgert for the patch. Closes: #485689.
     + Mention nmudiff. Closes: #483227.
   * Mention docbook-xml, and that debiandoc-sgml is deprecated. Thanks to
     W. Martin Borgert for the patch. Closes: #485689.
+  * Fixed typo and example in the blurb about debug packages.
+    Thanks to Theppitak Karoonboonyanan for the patch.
+    Closes: #487664.
 
 
- -- Lucas Nussbaum <lucas@lucas-nussbaum.net>  Thu, 22 Jan 2009 23:43:48 +0100
+ -- Lucas Nussbaum <lucas@lucas-nussbaum.net>  Thu, 22 Jan 2009 23:50:08 +0100
 
 developers-reference (3.4.0) unstable; urgency=low
 
 
 developers-reference (3.4.0) unstable; urgency=low