diff --git a/debian/changelog b/debian/changelog index 916505c5..08772aba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ libgtop2 (2.38.0-2) UNRELEASED; urgency=medium * Update Vcs fields for conversion to git * Add debian/gbp.conf * Bump Standards-Version to 4.1.2 + * Bump debhelper compat to 11 -- Jeremy Bicha Mon, 18 Dec 2017 17:14:21 -0500 diff --git a/debian/compat b/debian/compat index ec635144..b4de3947 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +11 diff --git a/debian/control b/debian/control index 62db1500..adfbabef 100644 --- a/debian/control +++ b/debian/control @@ -7,13 +7,12 @@ Section: libs Priority: optional Maintainer: Debian GNOME Maintainers Uploaders: Emilio Pozuelo Monfort , Jeremy Bicha , Michael Biebl -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 11), gettext, pkg-config, libxau-dev, libglib2.0-dev (>= 2.6.0), gnome-pkg-tools (>= 0.10), - dh-autoreconf, texinfo, libxt-dev, libgeom-dev [kfreebsd-any], diff --git a/debian/control.in b/debian/control.in index 0be9b750..57acfd80 100644 --- a/debian/control.in +++ b/debian/control.in @@ -3,13 +3,12 @@ Section: libs Priority: optional Maintainer: Debian GNOME Maintainers Uploaders: @GNOME_TEAM@ -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 11), gettext, pkg-config, libxau-dev, libglib2.0-dev (>= 2.6.0), gnome-pkg-tools (>= 0.10), - dh-autoreconf, texinfo, libxt-dev, libgeom-dev [kfreebsd-any], diff --git a/debian/rules b/debian/rules index eff275c9..c1a26931 100755 --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,7 @@ CPPFLAGS += $(shell pkg-config --cflags libbsd-overlay) endif %: - dh $@ --with gnome,gir,autoreconf + dh $@ --with gnome,gir override_dh_autoreconf: dh_autoreconf --as-needed