Your message dated Fri, 23 May 2014 00:31:52 +0200
with message-id <[email protected]>
and subject line Re:  [Patch] Include a package containing debugging symbols
has caused the Debian Bug report #652992,
regarding [Patch] Include a package containing debugging symbols
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.)


-- 
652992: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=652992
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Reply-To: "Peter Lekensteyn" <[email protected]>
To: [email protected]
Subject: [Patch] Include a package containing debugging symbols
Package: xserver-xorg-input-synaptics
Version: 1.5.0-2
Tags: patch


When X segfaulted on the touchpad driver, it produced a backtrace without
symbolic names. The attached patch makes the debugging symbols available
in the xserver-xorg-input-synaptics-dbg package. In case the patch does
not show up properly, a copy of this patch can be found on
http://pastebin.com/22xJ1Kgv


diff -Nur a/debian/control b/debian/control
--- a/debian/control    2011-12-22 16:02:42.000000000 +0100
+++ b/debian/control    2011-12-22 16:00:59.621256053 +0100
@@ -66,3 +66,16 @@
  This package contains the development headers for the Synaptics input
  driver found in xserver-xorg-input-synaptics. Non-developers likely have
  little use for this package.
+
+Package: xserver-xorg-input-synaptics-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends:
+ xserver-xorg-input-synaptics (= ${binary:Version}), 
+ ${misc:Depends}
+Description: Synaptics TouchPad driver for X.Org server - debugging symbols
+ xserver-xorg-input-synaptics provides an input driver for the X.Org X server
+ to enable advanced features of the Synaptics Touchpad.
+ .
+ This package contains the debugging symbols for xserver-xorg-input-synaptics.
diff -Nur a/debian/rules b/debian/rules
--- a/debian/rules      2011-12-22 16:02:42.000000000 +0100
+++ b/debian/rules      2011-12-22 15:55:47.845248936 +0100
@@ -15,3 +15,5 @@
 
 %:
        dh $@ --with quilt,autoreconf,xsf --builddirectory=build/
+dh_override_dh_strip:
+       dh_strip --dbg-package=xserver-xorg-input-synaptics-dbg



--- End Message ---
--- Begin Message ---
Version: 1.7.1-1


Newer xserver-xorg-input-synaptics builts debug package,
hence closing.

--- End Message ---

Reply via email to