Bump debhelper compat to 11
This commit is contained in:
1
debian/changelog
vendored
1
debian/changelog
vendored
@@ -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 <jbicha@debian.org> Mon, 18 Dec 2017 17:14:21 -0500
|
||||
|
||||
|
2
debian/compat
vendored
2
debian/compat
vendored
@@ -1 +1 @@
|
||||
9
|
||||
11
|
||||
|
3
debian/control
vendored
3
debian/control
vendored
@@ -7,13 +7,12 @@ Section: libs
|
||||
Priority: optional
|
||||
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
|
||||
Uploaders: Emilio Pozuelo Monfort <pochu@debian.org>, Jeremy Bicha <jbicha@debian.org>, Michael Biebl <biebl@debian.org>
|
||||
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],
|
||||
|
3
debian/control.in
vendored
3
debian/control.in
vendored
@@ -3,13 +3,12 @@ Section: libs
|
||||
Priority: optional
|
||||
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
|
||||
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],
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user