r50450 - in /desktop/unstable/gnome-shell/debian: changelog control control.in

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Sep 13 16:19:12 UTC 2016


Author: biebl
Date: Tue Sep 13 16:19:11 2016
New Revision: 50450

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50450
Log:
Add explicit Build-Depends on gettext, pkg-config and autoconf-archive
which are required for autoreconf.

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=50450&op=diff
==============================================================================
--- desktop/unstable/gnome-shell/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-shell/debian/changelog	[utf-8] Tue Sep 13 16:19:11 2016
@@ -10,6 +10,8 @@
   * New upstream development release.
   * Bump mutter dependencies to >= 3.21.92 as per configure.ac.
   * Bump debhelper compat level to 10.
+  * Add explicit Build-Depends on gettext, pkg-config and autoconf-archive
+    which are required for autoreconf.
 
  -- Andreas Henriksson <andreas at fatal.se>  Thu, 01 Sep 2016 20:59:18 +0200
 

Modified: desktop/unstable/gnome-shell/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-shell/debian/control?rev=50450&op=diff
==============================================================================
--- desktop/unstable/gnome-shell/debian/control	[utf-8] (original)
+++ desktop/unstable/gnome-shell/debian/control	[utf-8] Tue Sep 13 16:19:11 2016
@@ -10,6 +10,9 @@
 Build-Depends: debhelper (>= 10),
                gnome-control-center-dev (>= 1:3.4),
                gnome-pkg-tools (>= 0.11),
+               gettext,
+               pkg-config (>= 0.22),
+               autoconf-archive,
                gobject-introspection (>= 1.49.1),
                gsettings-desktop-schemas-dev (>= 3.21.3),
                gtk-doc-tools,

Modified: desktop/unstable/gnome-shell/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-shell/debian/control.in?rev=50450&op=diff
==============================================================================
--- desktop/unstable/gnome-shell/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gnome-shell/debian/control.in	[utf-8] Tue Sep 13 16:19:11 2016
@@ -6,6 +6,9 @@
 Build-Depends: debhelper (>= 10),
                gnome-control-center-dev (>= 1:3.4),
                gnome-pkg-tools (>= 0.11),
+               gettext,
+               pkg-config (>= 0.22),
+               autoconf-archive,
                gobject-introspection (>= 1.49.1),
                gsettings-desktop-schemas-dev (>= 3.21.3),
                gtk-doc-tools,




More information about the pkg-gnome-commits mailing list