Update -dbg package handling to work with debhelper compat level 5.
authorJosh Triplett <josh@freedesktop.org>
Sun, 16 Apr 2006 03:44:11 +0000 (20:44 -0700)
committerJosh Triplett <josh@freedesktop.org>
Sun, 16 Apr 2006 03:44:11 +0000 (20:44 -0700)
Increase minimum version on debhelper Build-Depends to 5.0.0.

debian/changelog
debian/control
debian/rules

index a0501f3..1b7ee20 100644 (file)
@@ -2,6 +2,8 @@ libxcb0 (0.9-3) UNRELEASED; urgency=low
 
   * Stop running autoreconf in debian/rules, and remove Build-Depends for
     autoconf, automake, and libtool.
+  * Update -dbg package handling to work with debhelper compat level 5.
+    Increase minimum version on debhelper Build-Depends to 5.0.0.
 
  -- Josh Triplett <josh@freedesktop.org>  Sat, 15 Apr 2006 19:20:07 -0700
 
index d019630..3a8e50d 100644 (file)
@@ -2,7 +2,7 @@ Source: libxcb0
 Priority: optional
 Maintainer: XCB Developers <xcb@lists.freedesktop.org>
 Uploaders: Jamey Sharp <sharpone@debian.org>, Josh Triplett <josh@freedesktop.org>
-Build-Depends: x-dev, libxau-dev, xcb-proto, cdbs, debhelper (>= 4.1.76), pkg-config, xsltproc, check, binutils (>= 2.12.90.0.9)
+Build-Depends: x-dev, libxau-dev, xcb-proto, cdbs, debhelper (>= 5.0.0), pkg-config, xsltproc, check, binutils (>= 2.12.90.0.9)
 Standards-Version: 3.6.1
 Bugs: mailto:xcb@lists.freedesktop.org
 
index 8a10683..e31478a 100755 (executable)
@@ -7,7 +7,6 @@ include /usr/share/cdbs/1/class/autotools.mk
 
 DEB_CONFIGURE_EXTRA_FLAGS = --with-opt
 DEB_CONFIGURE_INCLUDEDIR = "\$${prefix}/X11R6/include"
-DEB_DH_STRIP_ARGS=--dbg-package=libxcb0
 
 debian/copyright: debian/copyright.debian COPYING
        cat $+ > $@