Update -dbg package handling to work with debhelper compat level 5.
Increase minimum version on debhelper Build-Depends to 5.0.0.
This commit is contained in:
parent
8eedb4a487
commit
057ae541a3
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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 $+ > $@
|
||||
|
|
Loading…
Reference in New Issue