Your message dated Thu, 28 Feb 2008 23:49:55 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#447829: fixed in sqlite3 3.5.6-3
has caused the Debian Bug report #447829,
regarding libsqlite3-0: Please add -dbg package
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 [EMAIL PROTECTED]
immediately.)


-- 
447829: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=447829
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: libsqlite3-0
Version: 3.4.2-2
Severity: wishlist
Tags: patch

It would be very convenient to have the debugging symbols available in
an optional package. The following patch implements that:

----------------------------------------------------------------------
diff -r 0dd1215b56b4 debian/control
--- a/debian/control    Tue Oct 23 17:21:02 2007 -0500
+++ b/debian/control    Tue Oct 23 20:08:42 2007 -0500
@@ -73,3 +73,14 @@ Description: SQLite 3 TCL bindings
  access without running a separate RDBMS process.
  .
  This package contains the TCL bindings.
+
+Package: libsqlite3-0-dbg
+Section: libdevel
+Architecture: any
+Depends: libsqlite3-0 (= ${binary:Version})
+Description: SQLite 3 debugging symbols
+ SQLite is a C library that implements an SQL database engine. 
+ Programs that link with the SQLite library can have SQL database 
+ access without running a separate RDBMS process.
+ .
+ This package contains the debugging symbols for the libraries.
diff -r 0dd1215b56b4 debian/rules
--- a/debian/rules      Tue Oct 23 17:21:02 2007 -0500
+++ b/debian/rules      Tue Oct 23 20:08:42 2007 -0500
@@ -6,6 +6,8 @@ include /usr/share/cdbs/1/rules/simple-p
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 so_version := 0
+
+DEB_DH_STRIP_ARGS := --dbg-package=libsqlite3-$(so_version)
 
 # Make sure libsqlite0 is built before packages depending on it
 binary/sqlite3 binary/libsqlite3-dev binary/libsqlite3-tcl:: 
binary/libsqlite3-$(so_version)
----------------------------------------------------------------------

-- 
Rodrigo Gallardo
GPG-Fingerprint: 7C81 E60C 442E 8FBC D975  2F49 0199 8318 ADC9 BC28

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: sqlite3
Source-Version: 3.5.6-3

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

lemon_3.5.6-3_amd64.deb
  to pool/main/s/sqlite3/lemon_3.5.6-3_amd64.deb
libsqlite3-0-dbg_3.5.6-3_amd64.deb
  to pool/main/s/sqlite3/libsqlite3-0-dbg_3.5.6-3_amd64.deb
libsqlite3-0_3.5.6-3_amd64.deb
  to pool/main/s/sqlite3/libsqlite3-0_3.5.6-3_amd64.deb
libsqlite3-dev_3.5.6-3_amd64.deb
  to pool/main/s/sqlite3/libsqlite3-dev_3.5.6-3_amd64.deb
libsqlite3-tcl_3.5.6-3_amd64.deb
  to pool/main/s/sqlite3/libsqlite3-tcl_3.5.6-3_amd64.deb
sqlite3-doc_3.5.6-3_all.deb
  to pool/main/s/sqlite3/sqlite3-doc_3.5.6-3_all.deb
sqlite3_3.5.6-3.diff.gz
  to pool/main/s/sqlite3/sqlite3_3.5.6-3.diff.gz
sqlite3_3.5.6-3.dsc
  to pool/main/s/sqlite3/sqlite3_3.5.6-3.dsc
sqlite3_3.5.6-3_amd64.deb
  to pool/main/s/sqlite3/sqlite3_3.5.6-3_amd64.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 [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 sqlite3 
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: Thu, 28 Feb 2008 18:50:44 +0000
Source: sqlite3
Binary: lemon sqlite3 sqlite3-doc libsqlite3-0 libsqlite3-dev libsqlite3-tcl 
libsqlite3-0-dbg
Architecture: source all amd64
Version: 3.5.6-3
Distribution: unstable
Urgency: low
Maintainer: Laszlo Boszormenyi (GCS) <[EMAIL PROTECTED]>
Changed-By: Laszlo Boszormenyi (GCS) <[EMAIL PROTECTED]>
Description: 
 lemon      - The Lemon Parser Generator
 libsqlite3-0 - SQLite 3 shared library
 libsqlite3-0-dbg - SQLite 3 debugging symbols
 libsqlite3-dev - SQLite 3 development files
 libsqlite3-tcl - SQLite 3 Tcl bindings
 sqlite3    - A command line interface for SQLite 3
 sqlite3-doc - SQLite 3 documentation
Closes: 447829
Changes: 
 sqlite3 (3.5.6-3) unstable; urgency=low
 .
   * Add debug library package, thanks to Luis Rodrigo Gallardo Cruz
     (closes: #447829).
   * Correct snprintf use in 02-lemon-snprintf.patch thanks to Thorsten Glaser.
Files: 
 05e24b79335f78bd307a41a78e2e7cdc 769 devel optional sqlite3_3.5.6-3.dsc
 173c6f4da26bf144217957abf8b1b39e 126542 devel optional sqlite3_3.5.6-3.diff.gz
 7651115196c9976571508959b339dd45 397990 doc optional 
sqlite3-doc_3.5.6-3_all.deb
 f3e257725c0efc455fc9745727340732 41354 devel optional lemon_3.5.6-3_amd64.deb
 ad02e53a17163a943daa9f3e1b5e0d46 24430 misc optional sqlite3_3.5.6-3_amd64.deb
 740f9b2f25876caa8933c9643a303cd6 226776 libs optional 
libsqlite3-0_3.5.6-3_amd64.deb
 af6f9530823a795b986b326a1739b9d1 331106 libdevel optional 
libsqlite3-dev_3.5.6-3_amd64.deb
 c85e4e9735c9ca4304bb3f41ffe7c0de 238234 interpreters optional 
libsqlite3-tcl_3.5.6-3_amd64.deb
 530e67c6e2e18c62173844c71c1ad894 422902 libdevel extra 
libsqlite3-0-dbg_3.5.6-3_amd64.deb

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

iD8DBQFHxwrZMDatjqUaT90RAi7kAKCojC8Ml4QFG26jVUi+Su2XfW254ACZATfd
oVjh3/i7E+vVOxUuPZmhDyo=
=AH3b
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to