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

Bug#487664: marked as done (BPP: typo and wrong example)



Your message dated Fri, 23 Jan 2009 09:47:03 +0000
with message-id <E1LQIcx-0007tE-SE@ries.debian.org>
and subject line Bug#487664: fixed in developers-reference 3.4.1
has caused the Debian Bug report #487664,
regarding BPP: typo and wrong example
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
487664: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=487664
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: developers-reference
Version: 3.4.0
Severity: normal
Tags: patch

In section 6.7.9 Best practices for debug packages [bpp-dbg]:

> Note that *the Debian 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})

"the Debian package" here should mean "the debug package", and the given
example rather gives an impression to suggest libfoo to depend on its
debug package, which is weird.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=th_TH.UTF-8, LC_CTYPE=th_TH.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

developers-reference depends on no packages.

Versions of packages developers-reference recommends:
ii  debian-policy                 3.8.0.1    Debian Policy Manual and related d

-- no debconf information

-- 
Theppitak Karoonboonyanan
http://linux.thai.net/~thep/
Index: developers-reference-3.4.0/best-pkging-practices.dbk
===================================================================
--- developers-reference-3.4.0.orig/best-pkging-practices.dbk	2008-06-23 20:33:41.000000000 +0700
+++ developers-reference-3.4.0/best-pkging-practices.dbk	2008-06-23 20:37:14.000000000 +0700
@@ -1745,11 +1745,11 @@
 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>
-Depends: libfoo-dbg (= ${binary:Version})
+Depends: libfoo (= ${binary:Version})
 </screen>
 </section>
 

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: developers-reference
Source-Version: 3.4.1

We believe that the bug you reported is fixed in the latest version of
developers-reference, which is due to be installed in the Debian FTP archive:

developers-reference-fr_3.4.1_all.deb
  to pool/main/d/developers-reference/developers-reference-fr_3.4.1_all.deb
developers-reference_3.4.1.dsc
  to pool/main/d/developers-reference/developers-reference_3.4.1.dsc
developers-reference_3.4.1.tar.gz
  to pool/main/d/developers-reference/developers-reference_3.4.1.tar.gz
developers-reference_3.4.1_all.deb
  to pool/main/d/developers-reference/developers-reference_3.4.1_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 487664@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Lucas Nussbaum <lucas@lucas-nussbaum.net> (supplier of updated developers-reference package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 23 Jan 2009 09:57:54 +0100
Source: developers-reference
Binary: developers-reference developers-reference-fr
Architecture: source all
Version: 3.4.1
Distribution: unstable
Urgency: low
Maintainer: Debian Documentation Project <debian-doc@lists.debian.org>
Changed-By: Lucas Nussbaum <lucas@lucas-nussbaum.net>
Description: 
 developers-reference - guidelines and information for Debian developers
 developers-reference-fr - guidelines and information for Debian developers, in French
Closes: 367876 437392 464230 474879 480723 483227 485689 487664 492661 500371 510783 512529 512620
Changes: 
 developers-reference (3.4.1) unstable; urgency=low
 .
   [ Raphael Hertzog ]
   * Create a publish target in the Makefile to reenable builds on the
     website.
 .
   [ Lucas Nussbaum ]
   * Commited DEP1: rework the whole NMU section.
     The most important changes are:
     + NMUs are now explicitely allowed for all bugs, not just "serious bugs".
     + It is recommended to use the DELAYED queue, and some example delays are
       provided.
     Other fixes:
     + Describe the process of acknowleding NMUs in a way that works
       with the BTS's version-tracking. Closes: #480723.
     + No longer mention that only DDs can do NMU. Don't make any
       distinction. Closes: #464230.
     + Switch to +nmu for NMU versioning. Closes: #437392.
     + 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.
   * Update instructions on the delayed queue.
     Thanks to Thijs Kinkhorst for the patch.
     Closes: #512529.
   * Clarify wording about repackaged .orig.tar.gz.
     Thanks to Cyril Brulebois for the patch.
     Closes: #492661.
   * Improved README.contrib. Mention command to checkout the SVN
     version. Thanks to Christine Spang for the patch.
     Closes: #500371.
   * Document usertags. Thanks to Chris Lamb for the patch.
     Closes: #367876.
   * Updated documentation on translation updates.
     Thanks to Christian Perrier for the patch.
     Closes: #474879.
   * Update instructions on handling of security issues.
     Thanks to Thijs Kinkhorst for the patch.
     Closes: #512620, #510783.
Checksums-Sha1: 
 e2e0f60edc116adc1c55acb84ff270b552418880 1192 developers-reference_3.4.1.dsc
 eb86ddff8ccfa5dc8d3ea85d70dcf29af562ae1c 489980 developers-reference_3.4.1.tar.gz
 6e2994a14d3651b941c4f7a58e47c90f1817c6df 685358 developers-reference_3.4.1_all.deb
 4c0621a3280b186c26d5b6f7dd922f660325c32d 702314 developers-reference-fr_3.4.1_all.deb
Checksums-Sha256: 
 2fd54ef830b8c0bbb260ac535a8462bc1aa4012e480ce850d68100ac869ba9ea 1192 developers-reference_3.4.1.dsc
 30132a0c0b10765c6516743ead860bfb05550bed12619bb7478b48b763fc0efa 489980 developers-reference_3.4.1.tar.gz
 c218e6cbe0d0abc511d106a47a2286cc1c574a3fbda05042537ec7b7a9003cc7 685358 developers-reference_3.4.1_all.deb
 3947c1bc6cc0796869321aca2453d30294ee59b5b1ee9728738d4e618825cce4 702314 developers-reference-fr_3.4.1_all.deb
Files: 
 67911dc0d510580fda2496c4e5bdeca3 1192 doc optional developers-reference_3.4.1.dsc
 6051d4f5858aad05e47319e4da076900 489980 doc optional developers-reference_3.4.1.tar.gz
 229df2d07fb4ea12d6504a2bff7cbfc4 685358 doc optional developers-reference_3.4.1_all.deb
 716811451fea3e71ed1bb226d3fc4093 702314 doc optional developers-reference-fr_3.4.1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFJeY9b2hliNwI7P08RAnjpAKCkTyeh0GlrFZqPlhyUcoSPiOk+CACgzp35
9kyJNTvXHX69M2eb02LIIac=
=Dam2
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: