debian/changelog | 6 ++++-- debian/control | 26 +++++++++++++------------- debian/rules | 12 ++++++------ 3 files changed, 23 insertions(+), 21 deletions(-)
New commits: commit 634e4d1c5aa3de83fdd4fd31443e2b9ab0ee5f7e Author: Julien Cristau <[EMAIL PROTECTED]> Date: Mon Apr 9 20:38:37 2007 +0200 Prepare changelog for upload. diff --git a/debian/changelog b/debian/changelog index fe66ac5..d7029fd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,10 @@ -xorg-server (2:1.2.99.905-2) UNRELEASED; urgency=low +xorg-server (2:1.2.99.905-2) experimental; urgency=low * Install the cvt and gtf utilities and their manpages (closes: #414792). * Build the xserver-xorg-core-dbg package, which contains debugging symbols for Xorg and /usr/lib/xorg/modules/**/*.so - -- Julien Cristau <[EMAIL PROTECTED]> Sat, 07 Apr 2007 05:16:34 +0200 + -- Julien Cristau <[EMAIL PROTECTED]> Mon, 09 Apr 2007 20:38:22 +0200 xorg-server (2:1.2.99.905-1) experimental; urgency=low commit 2c0e9576021acfa4f43661181fe0fee988164cee 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 25bb7ed..fe66ac5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ xorg-server (2:1.2.99.905-2) UNRELEASED; urgency=low * Install the cvt and gtf utilities and their manpages (closes: #414792). + * Build the xserver-xorg-core-dbg package, which contains debugging symbols + for Xorg and /usr/lib/xorg/modules/**/*.so -- Julien Cristau <[EMAIL PROTECTED]> Sat, 07 Apr 2007 05:16:34 +0200 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 45c0ad0..0dd14fc 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]