debian/changelog | 5 +++-- debian/control | 11 +++++++++++ debian/rules | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-)
New commits: commit 60385530429aadaf916e48e3c9a18a7d22aa4677 Author: Julien Cristau <[EMAIL PROTECTED]> Date: Mon Jul 9 14:25:49 2007 +0200 Prepare changelog for upload. diff --git a/debian/changelog b/debian/changelog index 4106f84..84edfa2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -xserver-xorg-video-intel (2:2.1.0-2) UNRELEASED; urgency=low +xserver-xorg-video-intel (2:2.1.0-2) unstable; urgency=low [ Brice Goglin ] * Fix XvMC support for only i810 and i815 in the long description. @@ -7,7 +7,7 @@ xserver-xorg-video-intel (2:2.1.0-2) UNRELEASED; urgency=low [ Julien Cristau ] * Add upstream URL in the copyright file (thanks, Loïc Minier). - -- Julien Cristau <[EMAIL PROTECTED]> Fri, 06 Jul 2007 17:31:08 +0200 + -- Julien Cristau <[EMAIL PROTECTED]> Mon, 09 Jul 2007 14:25:25 +0200 xserver-xorg-video-intel (2:2.1.0-1) unstable; urgency=low commit 4d131f09db4b986181da929ecb92844458dbef4a Author: Julien Cristau <[EMAIL PROTECTED]> Date: Mon Jul 9 14:20:05 2007 +0200 Revert "Revert "Build a xserver-xorg-video-intel-dbg package with debugging symbols."" This reverts commit 3aebe017652440344d5b433c3a43e851c4244efa. Also use binary:Version instead of Source-Version in debian/control. Conflicts: debian/changelog diff --git a/debian/changelog b/debian/changelog index 21be5da..4106f84 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ xserver-xorg-video-intel (2:2.1.0-2) UNRELEASED; urgency=low [ Brice Goglin ] * Fix XvMC support for only i810 and i815 in the long description. + * Build a xserver-xorg-video-intel-dbg package with debugging symbols. [ Julien Cristau ] * Add upstream URL in the copyright file (thanks, Loïc Minier). diff --git a/debian/control b/debian/control index b3a4f31..eb2c2d7 100644 --- a/debian/control +++ b/debian/control @@ -29,6 +29,17 @@ Description: X.Org X server -- Intel i8xx, i9xx display driver . This package is built from the X.org xf86-video-intel driver module. +Package: xserver-xorg-video-intel-dbg +Architecture: any +Depends: xserver-xorg-video-intel (= ${binary:Version}) +Priority: extra +Description: X.Org X server -- Intel i8xx, i9xx display driver (debugging symbols) + This driver provides support for the Intel i8xx and i9xx family of chipsets, + including i810, i815, i830, i845, i855, i865, i915, and i945 series chips, + and XvMC (XVideo Motion Compensation) support for the same chipsets. + . + This package provides debugging symbols for this Xorg X driver. + Package: xserver-xorg-video-i810 Architecture: all Section: oldlibs diff --git a/debian/rules b/debian/rules index de61402..c936554 100755 --- a/debian/rules +++ b/debian/rules @@ -76,7 +76,7 @@ binary-arch: build install serverabi dh_install --sourcedir=debian/tmp --list-missing --exclude=.la --exclude=usr/share/man/man4 dh_installman dh_link - dh_strip + dh_strip --dbg-package=xserver-xorg-video-intel-dbg dh_compress dh_fixperms dh_makeshlibs -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]