Your message dated Tue, 21 Feb 2006 13:47:52 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#315240: fixed in neon 0.25.5.dfsg-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: libneon24
Severity: wishlist
Version: 0.24.7.dfsg-2
Tags: patch

A -dbg package is incredibly useful when debugging what's going on deep
inside a library.  It helped me uncover the dup_cert issue just reported.

The attached patch creates a libneon24-dbg package, which contains just the
debugging symbols for libneon24.  Users can then install this package and
get full debugging information in (eg) gdb whilst tracing through the
library.

- Matt
diff -urN neon-0.24.7.dfsg/debian/control 
neon-0.24.7.dfsg.mpalmer/debian/control
--- neon-0.24.7.dfsg/debian/control     2005-06-21 09:50:56.000000000 +1000
+++ neon-0.24.7.dfsg.mpalmer/debian/control     2005-06-21 09:55:42.000000000 
+1000
@@ -2,7 +2,7 @@
 Section: net
 Priority: optional
 Maintainer: Laszlo Boszormenyi (GCS) <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), libxml2-dev, libssl-dev, libz-dev, 
autotools-dev
+Build-Depends: debhelper (>= 4.0.0), libxml2-dev, libssl-dev, libz-dev, 
autotools-dev, binutils (>= 2.14.90.0.7)
 Standards-Version: 3.6.1
 
 Package: libneon24
@@ -48,3 +48,15 @@
  Neon provides lower-level interfaces to directly implement new HTTP
  methods, and higher-level interfaces so that you don't have to
  worry about the lower-level stuff.
+
+Package: libneon24-dbg
+Section: libdevel
+Architecture: any
+Depends: libneon24 (= ${Source-Version}), ${shlibs:Depends}
+Description: Detached symbols for libneon24
+ This package contains the debugging symbols for libneon24, suitable for
+ debugging.
+ .
+ Neon provides lower-level interfaces to directly implement new HTTP
+ methods, and higher-level interfaces so that you don't have to
+ worry about the lower-level stuff.
diff -urN neon-0.24.7.dfsg/debian/rules neon-0.24.7.dfsg.mpalmer/debian/rules
--- neon-0.24.7.dfsg/debian/rules       2005-06-21 12:15:56.000000000 +1000
+++ neon-0.24.7.dfsg.mpalmer/debian/rules       2005-06-21 13:36:11.000000000 
+1000
@@ -14,7 +14,7 @@
        cp  /usr/share/misc/config.guess \
            /usr/share/misc/config.sub \
          ./
-       CFLAGS="-O2"                            \
+       CFLAGS="-O2 -g"                         \
        KRB5_CONFIG=/bin/true                   \
        ./configure                             \
                --enable-shared                 \
@@ -82,7 +82,7 @@
        dh_installchangelogs -a ChangeLog
        dh_installdocs -a AUTHORS BUGS NEWS README THANKS TODO
        dh_makeshlibs -V
-       dh_strip -a
+       dh_strip -a --dbg-package=libneon24
        dh_compress -a
        dh_fixperms -a
        dh_installdeb -a

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: neon
Source-Version: 0.25.5.dfsg-1

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

libneon25-dbg_0.25.5.dfsg-1_i386.deb
  to pool/main/n/neon/libneon25-dbg_0.25.5.dfsg-1_i386.deb
libneon25-dev_0.25.5.dfsg-1_i386.deb
  to pool/main/n/neon/libneon25-dev_0.25.5.dfsg-1_i386.deb
libneon25_0.25.5.dfsg-1_i386.deb
  to pool/main/n/neon/libneon25_0.25.5.dfsg-1_i386.deb
neon_0.25.5.dfsg-1.diff.gz
  to pool/main/n/neon/neon_0.25.5.dfsg-1.diff.gz
neon_0.25.5.dfsg-1.dsc
  to pool/main/n/neon/neon_0.25.5.dfsg-1.dsc
neon_0.25.5.dfsg.orig.tar.gz
  to pool/main/n/neon/neon_0.25.5.dfsg.orig.tar.gz



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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Laszlo Boszormenyi (GCS) <[EMAIL PROTECTED]> (supplier of updated neon 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 [EMAIL PROTECTED])


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

Format: 1.7
Date: Mon, 20 Feb 2006 10:11:27 +0100
Source: neon
Binary: libneon25-dbg libneon25 libneon25-dev
Architecture: source i386
Version: 0.25.5.dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Laszlo Boszormenyi (GCS) <[EMAIL PROTECTED]>
Changed-By: Laszlo Boszormenyi (GCS) <[EMAIL PROTECTED]>
Description: 
 libneon25  - An HTTP and WebDAV client library
 libneon25-dbg - Detached symbols for libneon25
 libneon25-dev - Header and static library files for libneon25
Closes: 315240 325663 334166 335574
Changes: 
 neon (0.25.5.dfsg-1) unstable; urgency=low
 .
   * New upstream release (closes: #334166).
   * Update build-dependency to libssl0.9.8a (closes: #335574).
   * Actually re-enable debug information (closes: #325663).
 .
 neon (0.25.3.dfsg-1) experimental; urgency=low
 .
   * New upstream release.
   * Add debug package to help bughunting, thanks to Matthew Palmer
     <[EMAIL PROTECTED]> for the patch (closes: #315240).
Files: 
 122cb98152800ee1fea39a9ff6d663d8 702 net optional neon_0.25.5.dfsg-1.dsc
 32ed43bea8568f8f592266c6ff6acf0f 633438 net optional 
neon_0.25.5.dfsg.orig.tar.gz
 da0e7bcd047a4803c4d43109a6e53017 5796 net optional neon_0.25.5.dfsg-1.diff.gz
 579948be05ad4395a0b6f2d6c26841c2 98158 libs optional 
libneon25_0.25.5.dfsg-1_i386.deb
 968edd0a4b7129060c52e720f933902b 127450 libdevel optional 
libneon25-dev_0.25.5.dfsg-1_i386.deb
 ab33ad771ccb4ed5a9808838e30479ef 129432 libdevel extra 
libneon25-dbg_0.25.5.dfsg-1_i386.deb

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

iD8DBQFD+3EkMDatjqUaT90RAuqLAKChHzaZM/kSnvNnYL1SjWk9Amc06ACeJF3n
UdvqJbj7n+C1hwk/dtl8tTE=
=eimC
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to