r50384 - in /desktop/unstable/gnome-music/debian: changelog control control.in
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Tue Sep 13 00:32:46 UTC 2016
Author: biebl
Date: Tue Sep 13 00:32:46 2016
New Revision: 50384
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50384
Log:
Replace Build-Depends gnome-common with explicit Build-Depends on
pkg-config, intltool and gettext.
Modified:
desktop/unstable/gnome-music/debian/changelog
desktop/unstable/gnome-music/debian/control
desktop/unstable/gnome-music/debian/control.in
Modified: desktop/unstable/gnome-music/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-music/debian/changelog?rev=50384&op=diff
==============================================================================
--- desktop/unstable/gnome-music/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-music/debian/changelog [utf-8] Tue Sep 13 00:32:46 2016
@@ -2,6 +2,8 @@
* New upstream development release.
* Bump debhelper compat level to 10.
+ * Replace Build-Depends gnome-common with explicit Build-Depends on
+ pkg-config, intltool and gettext.
-- Michael Biebl <biebl at debian.org> Tue, 13 Sep 2016 02:21:16 +0200
Modified: desktop/unstable/gnome-music/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-music/debian/control?rev=50384&op=diff
==============================================================================
--- desktop/unstable/gnome-music/debian/control [utf-8] (original)
+++ desktop/unstable/gnome-music/debian/control [utf-8] Tue Sep 13 00:32:46 2016
@@ -8,7 +8,9 @@
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
Uploaders: Andreas Henriksson <andreas at fatal.se>, Michael Biebl <biebl at debian.org>
Build-Depends: debhelper (>= 10),
- gnome-common,
+ pkg-config (>= 0.22),
+ intltool (>= 0.26),
+ gettext,
gnome-pkg-tools (>= 0.11),
gobject-introspection (>= 1.35.9),
libgirepository1.0-dev (>= 1.35.9),
Modified: desktop/unstable/gnome-music/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-music/debian/control.in?rev=50384&op=diff
==============================================================================
--- desktop/unstable/gnome-music/debian/control.in [utf-8] (original)
+++ desktop/unstable/gnome-music/debian/control.in [utf-8] Tue Sep 13 00:32:46 2016
@@ -4,7 +4,9 @@
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
Uploaders: @GNOME_TEAM@
Build-Depends: debhelper (>= 10),
- gnome-common,
+ pkg-config (>= 0.22),
+ intltool (>= 0.26),
+ gettext,
gnome-pkg-tools (>= 0.11),
gobject-introspection (>= 1.35.9),
libgirepository1.0-dev (>= 1.35.9),
More information about the pkg-gnome-commits
mailing list