r50431 - in /desktop/unstable/dconf-editor/debian: changelog compat control control.in rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Tue Sep 13 14:57:27 UTC 2016
Author: biebl
Date: Tue Sep 13 14:57:27 2016
New Revision: 50431
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50431
Log:
Bump debhelper compat level to 10.
Modified:
desktop/unstable/dconf-editor/debian/changelog
desktop/unstable/dconf-editor/debian/compat
desktop/unstable/dconf-editor/debian/control
desktop/unstable/dconf-editor/debian/control.in
desktop/unstable/dconf-editor/debian/rules
Modified: desktop/unstable/dconf-editor/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/dconf-editor/debian/changelog?rev=50431&op=diff
==============================================================================
--- desktop/unstable/dconf-editor/debian/changelog [utf-8] (original)
+++ desktop/unstable/dconf-editor/debian/changelog [utf-8] Tue Sep 13 14:57:27 2016
@@ -1,6 +1,7 @@
dconf-editor (3.21.90-2) UNRELEASED; urgency=medium
* Upload to unstable.
+ * Bump debhelper compat level to 10.
-- Michael Biebl <biebl at debian.org> Tue, 13 Sep 2016 16:54:04 +0200
Modified: desktop/unstable/dconf-editor/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/dconf-editor/debian/compat?rev=50431&op=diff
==============================================================================
--- desktop/unstable/dconf-editor/debian/compat [utf-8] (original)
+++ desktop/unstable/dconf-editor/debian/compat [utf-8] Tue Sep 13 14:57:27 2016
@@ -1 +1 @@
-9
+10
Modified: desktop/unstable/dconf-editor/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/dconf-editor/debian/control?rev=50431&op=diff
==============================================================================
--- desktop/unstable/dconf-editor/debian/control [utf-8] (original)
+++ desktop/unstable/dconf-editor/debian/control [utf-8] Tue Sep 13 14:57:27 2016
@@ -6,10 +6,9 @@
Section: utils
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Iain Lane <laney at debian.org>, Michael Biebl <biebl at debian.org>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Michael Biebl <biebl at debian.org>
Standards-Version: 3.9.8
-Build-Depends: dh-autoreconf,
- debhelper (>= 9.20160114),
+Build-Depends: debhelper (>= 10),
gnome-pkg-tools (>= 0.10),
intltool (>= 0.50.0),
appstream-util,
Modified: desktop/unstable/dconf-editor/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/dconf-editor/debian/control.in?rev=50431&op=diff
==============================================================================
--- desktop/unstable/dconf-editor/debian/control.in [utf-8] (original)
+++ desktop/unstable/dconf-editor/debian/control.in [utf-8] Tue Sep 13 14:57:27 2016
@@ -4,8 +4,7 @@
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
Uploaders: @GNOME_TEAM@
Standards-Version: 3.9.8
-Build-Depends: dh-autoreconf,
- debhelper (>= 9.20160114),
+Build-Depends: debhelper (>= 10),
gnome-pkg-tools (>= 0.10),
intltool (>= 0.50.0),
appstream-util,
Modified: desktop/unstable/dconf-editor/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/dconf-editor/debian/rules?rev=50431&op=diff
==============================================================================
--- desktop/unstable/dconf-editor/debian/rules [utf-8] (original)
+++ desktop/unstable/dconf-editor/debian/rules [utf-8] Tue Sep 13 14:57:27 2016
@@ -5,7 +5,7 @@
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
%:
- dh $@ --with autoreconf,gnome
+ dh $@ --with gnome
override_dh_autoreconf:
dh_autoreconf --as-needed
More information about the pkg-gnome-commits
mailing list