From 32fac0427eb91cb85f957e4b275a0bb16899df34 Mon Sep 17 00:00:00 2001 From: lucas Date: Thu, 22 Jan 2009 22:53:29 +0000 Subject: [PATCH] fix typo and example about debug packages (#487664) git-svn-id: svn://anonscm.debian.org/ddp/manuals/trunk/developers-reference@5791 313b444b-1b9f-4f58-a734-7bb04f332e8d --- best-pkging-practices.dbk | 4 ++-- debian/changelog | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/best-pkging-practices.dbk b/best-pkging-practices.dbk index fa16892..5e8d2a0 100644 --- a/best-pkging-practices.dbk +++ b/best-pkging-practices.dbk @@ -1745,11 +1745,11 @@ need to do is call dh_strip --dbg-package=libfoo-dbg, and add an entry to debian/control for the debug package. -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: -Depends: libfoo-dbg (= ${binary:Version}) +Depends: libfoo (= ${binary:Version}) diff --git a/debian/changelog b/debian/changelog index b66de94..4181969 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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. + * Fixed typo and example in the blurb about debug packages. + Thanks to Theppitak Karoonboonyanan for the patch. + Closes: #487664. - -- Lucas Nussbaum Thu, 22 Jan 2009 23:43:48 +0100 + -- Lucas Nussbaum Thu, 22 Jan 2009 23:50:08 +0100 developers-reference (3.4.0) unstable; urgency=low -- 2.30.2