r50890 - in /desktop/unstable/d-conf/debian: changelog compat control control.in rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Tue Sep 20 17:44:52 UTC 2016
Author: biebl
Date: Tue Sep 20 17:44:52 2016
New Revision: 50890
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50890
Log:
Bump debhelper compat level to 10.
Modified:
desktop/unstable/d-conf/debian/changelog
desktop/unstable/d-conf/debian/compat
desktop/unstable/d-conf/debian/control
desktop/unstable/d-conf/debian/control.in
desktop/unstable/d-conf/debian/rules
Modified: desktop/unstable/d-conf/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/d-conf/debian/changelog?rev=50890&op=diff
==============================================================================
--- desktop/unstable/d-conf/debian/changelog [utf-8] (original)
+++ desktop/unstable/d-conf/debian/changelog [utf-8] Tue Sep 20 17:44:52 2016
@@ -1,6 +1,7 @@
d-conf (0.26.0-2) UNRELEASED; urgency=medium
* Convert from cdbs to dh.
+ * Bump debhelper compat level to 10.
-- Michael Biebl <biebl at debian.org> Tue, 20 Sep 2016 19:38:48 +0200
Modified: desktop/unstable/d-conf/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/d-conf/debian/compat?rev=50890&op=diff
==============================================================================
--- desktop/unstable/d-conf/debian/compat [utf-8] (original)
+++ desktop/unstable/d-conf/debian/compat [utf-8] Tue Sep 20 17:44:52 2016
@@ -1 +1 @@
-9
+10
Modified: desktop/unstable/d-conf/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/d-conf/debian/control?rev=50890&op=diff
==============================================================================
--- desktop/unstable/d-conf/debian/control [utf-8] (original)
+++ desktop/unstable/d-conf/debian/control [utf-8] Tue Sep 20 17:44:52 2016
@@ -7,9 +7,7 @@
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>, Josselin Mouette <joss at debian.org>, Michael Biebl <biebl at debian.org>
-Build-Depends: debhelper (>= 9.20160114),
- cdbs (>= 0.4.93),
- autotools-dev,
+Build-Depends: debhelper (>= 10),
gnome-pkg-tools,
gtk-doc-tools (>= 1.15),
intltool (>= 0.50.0),
Modified: desktop/unstable/d-conf/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/d-conf/debian/control.in?rev=50890&op=diff
==============================================================================
--- desktop/unstable/d-conf/debian/control.in [utf-8] (original)
+++ desktop/unstable/d-conf/debian/control.in [utf-8] Tue Sep 20 17:44:52 2016
@@ -3,8 +3,7 @@
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
Uploaders: @GNOME_TEAM@
-Build-Depends: debhelper (>= 9.20160114),
- autotools-dev,
+Build-Depends: debhelper (>= 10),
gnome-pkg-tools,
gtk-doc-tools (>= 1.15),
intltool (>= 0.50.0),
Modified: desktop/unstable/d-conf/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/d-conf/debian/rules?rev=50890&op=diff
==============================================================================
--- desktop/unstable/d-conf/debian/rules [utf-8] (original)
+++ desktop/unstable/d-conf/debian/rules [utf-8] Tue Sep 20 17:44:52 2016
@@ -5,7 +5,7 @@
GNOME_MODULE := dconf
%:
- dh $@ --with autotools_dev,gnome
+ dh $@ --with gnome
override_dh_auto_configure:
dh_auto_configure -- \
More information about the pkg-gnome-commits
mailing list