r48158 - in /desktop/unstable/gnome-shell/debian: changelog control control.in
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Sun Apr 17 19:20:15 UTC 2016
Author: biebl
Date: Sun Apr 17 19:20:15 2016
New Revision: 48158
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=48158
Log:
Fix versioned Build-Depends on gnome-control-center-dev which requires an
epoch.
Modified:
desktop/unstable/gnome-shell/debian/changelog
desktop/unstable/gnome-shell/debian/control
desktop/unstable/gnome-shell/debian/control.in
Modified: desktop/unstable/gnome-shell/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-shell/debian/changelog?rev=48158&op=diff
==============================================================================
--- desktop/unstable/gnome-shell/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-shell/debian/changelog [utf-8] Sun Apr 17 19:20:15 2016
@@ -1,6 +1,8 @@
gnome-shell (3.20.1-2) UNRELEASED; urgency=medium
* Drop Build-Depends on libdbus-glib-1-dev, no longer required.
+ * Fix versioned Build-Depends on gnome-control-center-dev which requires an
+ epoch.
-- Michael Biebl <biebl at debian.org> Sun, 17 Apr 2016 21:19:08 +0200
Modified: desktop/unstable/gnome-shell/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-shell/debian/control?rev=48158&op=diff
==============================================================================
--- desktop/unstable/gnome-shell/debian/control [utf-8] (original)
+++ desktop/unstable/gnome-shell/debian/control [utf-8] Sun Apr 17 19:20:15 2016
@@ -11,7 +11,7 @@
cdbs,
debhelper (>= 9),
dh-autoreconf,
- gnome-control-center-dev (>= 3.4),
+ gnome-control-center-dev (>= 1:3.4),
gnome-pkg-tools (>= 0.11),
gobject-introspection (>= 1.45.4),
gsettings-desktop-schemas-dev (>= 3.19.2),
Modified: desktop/unstable/gnome-shell/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-shell/debian/control.in?rev=48158&op=diff
==============================================================================
--- desktop/unstable/gnome-shell/debian/control.in [utf-8] (original)
+++ desktop/unstable/gnome-shell/debian/control.in [utf-8] Sun Apr 17 19:20:15 2016
@@ -7,7 +7,7 @@
cdbs,
debhelper (>= 9),
dh-autoreconf,
- gnome-control-center-dev (>= 3.4),
+ gnome-control-center-dev (>= 1:3.4),
gnome-pkg-tools (>= 0.11),
gobject-introspection (>= 1.45.4),
gsettings-desktop-schemas-dev (>= 3.19.2),
More information about the pkg-gnome-commits
mailing list