Bump debhelper compat level to 9.
This commit is contained in:
parent
4490a02b58
commit
ed4fa7a16e
|
@ -10,6 +10,7 @@ x11-xserver-utils (7.7+4) UNRELEASED; urgency=medium
|
|||
* xmodmap 1.0.9.
|
||||
* xrandr 1.4.3.
|
||||
* Bump x11proto-core-dev build-dep to 7.0.25.
|
||||
* Bump debhelper compat level to 9.
|
||||
|
||||
-- Julien Cristau <jcristau@debian.org> Sat, 02 May 2015 18:30:26 +0200
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
7
|
||||
9
|
||||
|
|
|
@ -3,7 +3,7 @@ Section: x11
|
|||
Priority: optional
|
||||
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
|
||||
Build-Depends:
|
||||
debhelper (>= 7.0.50),
|
||||
debhelper (>= 9),
|
||||
dh-autoreconf,
|
||||
pkg-config,
|
||||
x11proto-core-dev (>= 7.0.25),
|
||||
|
|
|
@ -19,11 +19,6 @@ SUBDIRS=$(DEF_SUBDIRS)
|
|||
CONFIG_STAMPS = $(addprefix $(STAMP_DIR)/configure-, $(SUBDIRS))
|
||||
BUILD_STAMPS = $(addprefix $(STAMP_DIR)/build-,$(SUBDIRS))
|
||||
|
||||
CFLAGS = `dpkg-buildflags --get CFLAGS`
|
||||
CFLAGS += -Wall
|
||||
LDFLAGS = `dpkg-buildflags --get LDFLAGS`
|
||||
CPPFLAGS = `dpkg-buildflags --get CPPFLAGS`
|
||||
|
||||
%:
|
||||
dh $@ --with autoreconf,quilt --parallel
|
||||
|
||||
|
@ -38,10 +33,7 @@ override_dh_auto_configure: $(CONFIG_STAMPS)
|
|||
$(STAMP_DIR)/configure-%:
|
||||
mkdir -p $(STAMP_DIR)
|
||||
dh_auto_configure -D$* -B$*-build -- \
|
||||
--disable-silent-rules \
|
||||
CFLAGS="$(CFLAGS)" \
|
||||
CPPFLAGS="$(CPPFLAGS)" \
|
||||
LDFLAGS="$(LDFLAGS)"
|
||||
--disable-silent-rules
|
||||
>$@
|
||||
|
||||
override_dh_auto_build: $(BUILD_STAMPS)
|
||||
|
|
Loading…
Reference in New Issue