debian/changelog | 7 +++++++ debian/control | 26 +++++++++++++------------- debian/rules | 12 ++++++------ 3 files changed, 26 insertions(+), 19 deletions(-)
New commits: commit 566bda1629188c083f71ca34fada16416aa45511 Author: Julien Cristau <[EMAIL PROTECTED]> Date: Wed Mar 28 17:00:46 2007 +0200 Build xserver-xorg-core-dbg. diff --git a/debian/changelog b/debian/changelog index 88b0157..f31573a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +xorg-server (2:1.2.99.903-2) experimental; urgency=low + + * Build the xserver-xorg-core-dbg package, which contains debugging symbols + for Xorg and /usr/lib/xorg/modules/**/*.so + + -- Julien Cristau <[EMAIL PROTECTED]> Wed, 28 Mar 2007 17:00:17 +0200 + xorg-server (2:1.2.99.903-1) experimental; urgency=low [ Drew Parsons ] diff --git a/debian/control b/debian/control index c5a72b8..8dc39ef 100644 --- a/debian/control +++ b/debian/control @@ -203,16 +203,16 @@ Description: Xprint - the X11 print system (configuration files) This package provides the configuration and postscript definition files required to run Xprt, the Xprint server. Xprt is provided by xprint. -#Package: xserver-xorg-core-dbg -#Architecture: any -#Depends: xserver-xorg-core (= ${Source-Version}) -#Priority: extra -#Description: Xorg - the X.Org X server (debugging symbols) -# The X.Org X server is an X server for several architectures and operating -# systems, which is derived from the XFree86 4.x series of X servers. -# . -# The X.Org server supports most modern graphics hardware from most vendors, -# and supersedes all XFree86 X servers. -# . -# This package provides debugging symbols for the Xorg X server and associated -# modules. +Package: xserver-xorg-core-dbg +Architecture: any +Depends: xserver-xorg-core (= ${Source-Version}) +Priority: extra +Description: Xorg - the X.Org X server (debugging symbols) + The X.Org X server is an X server for several architectures and operating + systems, which is derived from the XFree86 4.x series of X servers. + . + The X.Org server supports most modern graphics hardware from most vendors, + and supersedes all XFree86 X servers. + . + This package provides debugging symbols for the Xorg X server and associated + modules. diff --git a/debian/rules b/debian/rules index 3362e7f..f450c43 100755 --- a/debian/rules +++ b/debian/rules @@ -146,12 +146,12 @@ binary-arch: build install dh_link -a dh_strip -a --exclude=usr/lib/xorg/modules \ - #--dbg-package=xserver-xorg-core -# for i in $$(find debian/xserver-xorg-core/usr/lib/xorg/modules -name "lib*.so"); do \ -# mkdir -p $$(dirname debian/xserver-xorg-core-dbg/usr/lib/debug/$${i#*debian/xserver-xorg-core/}) && \ -# objcopy --only-keep-debug $$i debian/xserver-xorg-core-dbg/usr/lib/debug/$${i#*debian/xserver-xorg-core/} && \ -# objcopy --add-gnu-debuglink=debian/xserver-xorg-core-dbg/usr/lib/debug/$${i#*debian/xserver-xorg-core/} $$i; \ -# done + --dbg-package=xserver-xorg-core + for i in $$(find debian/xserver-xorg-core/usr/lib/xorg/modules -name "lib*.so"); do \ + mkdir -p $$(dirname debian/xserver-xorg-core-dbg/usr/lib/debug/$${i#*debian/xserver-xorg-core/}) && \ + objcopy --only-keep-debug $$i debian/xserver-xorg-core-dbg/usr/lib/debug/$${i#*debian/xserver-xorg-core/} && \ + objcopy --add-gnu-debuglink=debian/xserver-xorg-core-dbg/usr/lib/debug/$${i#*debian/xserver-xorg-core/} $$i; \ + done ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) find debian/xserver-xorg-core/usr/lib/xorg/modules -name "lib*.so" | \ xargs --no-run-if-empty \ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]