summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJosh Triplett <josh@freedesktop.org>2006-04-15 20:44:11 -0700
committerJosh Triplett <josh@freedesktop.org>2006-04-15 20:44:11 -0700
commit057ae541a3a73cffd58533029292c1c721fa3162 (patch)
treeafe1eab544c23a14f81854b5853fd519c1a698e8 /debian
parent8eedb4a487dcede0e52849e36c4da13bdf0c8b51 (diff)
Update -dbg package handling to work with debhelper compat level 5.
Increase minimum version on debhelper Build-Depends to 5.0.0.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules1
3 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index a0501f3..1b7ee20 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/debian/control b/debian/control
index d019630..3a8e50d 100644
--- a/debian/control
+++ b/debian/control
@@ -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
diff --git a/debian/rules b/debian/rules
index 8a10683..e31478a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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 $+ > $@