r52125 - in /desktop/unstable/gnome-terminal/debian: changelog control control.in rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Wed Mar 1 16:29:30 UTC 2017
Author: biebl
Date: Wed Mar 1 16:29:30 2017
New Revision: 52125
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=52125
Log:
Disable prefs migration from GConf to GSettings. This was already
available for the migration from wheezy to jessie and we don't want to
pull in the deprecated gconf library in stretch.
Modified:
desktop/unstable/gnome-terminal/debian/changelog
desktop/unstable/gnome-terminal/debian/control
desktop/unstable/gnome-terminal/debian/control.in
desktop/unstable/gnome-terminal/debian/rules
Modified: desktop/unstable/gnome-terminal/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-terminal/debian/changelog?rev=52125&op=diff
==============================================================================
--- desktop/unstable/gnome-terminal/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-terminal/debian/changelog [utf-8] Wed Mar 1 16:29:30 2017
@@ -1,3 +1,11 @@
+gnome-terminal (3.22.1-2) UNRELEASED; urgency=medium
+
+ * Disable prefs migration from GConf to GSettings. This was already
+ available for the migration from wheezy to jessie and we don't want to
+ pull in the deprecated gconf library in stretch.
+
+ -- Michael Biebl <biebl at debian.org> Wed, 01 Mar 2017 17:21:00 +0100
+
gnome-terminal (3.22.1-1) unstable; urgency=medium
* New upstream release.
Modified: desktop/unstable/gnome-terminal/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-terminal/debian/control?rev=52125&op=diff
==============================================================================
--- desktop/unstable/gnome-terminal/debian/control [utf-8] (original)
+++ desktop/unstable/gnome-terminal/debian/control [utf-8] Wed Mar 1 16:29:30 2017
@@ -25,7 +25,6 @@
valac (>= 0.26),
uuid-dev,
yelp-tools,
- libgconf2-dev (>= 2.31.3),
desktop-file-utils,
gsettings-desktop-schemas-dev (>= 0.1.0),
gnome-shell [linux-any],
Modified: desktop/unstable/gnome-terminal/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-terminal/debian/control.in?rev=52125&op=diff
==============================================================================
--- desktop/unstable/gnome-terminal/debian/control.in [utf-8] (original)
+++ desktop/unstable/gnome-terminal/debian/control.in [utf-8] Wed Mar 1 16:29:30 2017
@@ -21,7 +21,6 @@
valac (>= 0.26),
uuid-dev,
yelp-tools,
- libgconf2-dev (>= 2.31.3),
desktop-file-utils,
gsettings-desktop-schemas-dev (>= 0.1.0),
gnome-shell [linux-any],
Modified: desktop/unstable/gnome-terminal/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-terminal/debian/rules?rev=52125&op=diff
==============================================================================
--- desktop/unstable/gnome-terminal/debian/rules [utf-8] (original)
+++ desktop/unstable/gnome-terminal/debian/rules [utf-8] Wed Mar 1 16:29:30 2017
@@ -20,6 +20,7 @@
dh_auto_configure -- \
--libexecdir=\$${prefix}/lib/gnome-terminal \
--enable-distro-packaging \
+ --disable-migration \
$(CONFFLAGS)
override_dh_auto_build:
More information about the pkg-gnome-commits
mailing list