r51404 - in /desktop/unstable/gnome-themes-standard/debian: changelog control control.in

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Oct 12 14:02:55 UTC 2016


Author: biebl
Date: Wed Oct 12 14:02:51 2016
New Revision: 51404

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=51404
Log:
Demote Depends on adwaita-icon-theme to Recommends.
We want to have the matching Adwaita cursor theme installed by default,
but it's not a hard dependency.

Modified:
    desktop/unstable/gnome-themes-standard/debian/changelog
    desktop/unstable/gnome-themes-standard/debian/control
    desktop/unstable/gnome-themes-standard/debian/control.in

Modified: desktop/unstable/gnome-themes-standard/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-themes-standard/debian/changelog?rev=51404&op=diff
==============================================================================
--- desktop/unstable/gnome-themes-standard/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-themes-standard/debian/changelog	[utf-8] Wed Oct 12 14:02:51 2016
@@ -1,13 +1,15 @@
 gnome-themes-standard (3.22.2-1) UNRELEASED; urgency=medium
 
-  [ Jeremy Bicha ]
-  * Drop versioned dependency on adwaita-icon-theme
-
   [ Laurent Bigonville ]
   * New upstream release.
   * debian/gnome-themes-standard-data.install: Install the Adwaita-dark theme
 
- -- Laurent Bigonville <bigon at debian.org>  Sun, 09 Oct 2016 23:25:16 +0200
+  [ Michael Biebl ]
+  * Demote Depends on adwaita-icon-theme to Recommends.
+    We want to have the matching Adwaita cursor theme installed by default,
+    but it's not a hard dependency.
+
+ -- Michael Biebl <biebl at debian.org>  Wed, 12 Oct 2016 15:55:54 +0200
 
 gnome-themes-standard (3.20.2-3) unstable; urgency=medium
 

Modified: desktop/unstable/gnome-themes-standard/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-themes-standard/debian/control?rev=51404&op=diff
==============================================================================
--- desktop/unstable/gnome-themes-standard/debian/control	[utf-8] (original)
+++ desktop/unstable/gnome-themes-standard/debian/control	[utf-8] Wed Oct 12 14:02:51 2016
@@ -31,7 +31,8 @@
          ${misc:Depends},
          ${shlibs:Depends}
 Recommends: gtk2-engines-pixbuf,
-            gnome-accessibility-themes
+            gnome-accessibility-themes,
+            adwaita-icon-theme (>= 3.18.0-2~)
 Breaks: libmutter0 (<< 3.2),
         libgtk2.0-0 (<< 2.24.13)
 Description: Adwaita GTK+ 2 theme — engine

Modified: desktop/unstable/gnome-themes-standard/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-themes-standard/debian/control.in?rev=51404&op=diff
==============================================================================
--- desktop/unstable/gnome-themes-standard/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gnome-themes-standard/debian/control.in	[utf-8] Wed Oct 12 14:02:51 2016
@@ -27,7 +27,8 @@
          ${misc:Depends},
          ${shlibs:Depends}
 Recommends: gtk2-engines-pixbuf,
-            gnome-accessibility-themes
+            gnome-accessibility-themes,
+            adwaita-icon-theme (>= 3.18.0-2~)
 Breaks: libmutter0 (<< 3.2),
         libgtk2.0-0 (<< 2.24.13)
 Description: Adwaita GTK+ 2 theme — engine
@@ -39,7 +40,7 @@
 Package: gnome-themes-standard-data
 Architecture: all
 Multi-Arch: foreign
-Depends: ${misc:Depends}, adwaita-icon-theme
+Depends: ${misc:Depends}
 Replaces: gnome-themes-standard (<< 3.6.2-1)
 Breaks: gnome-themes-standard (<< 3.6.2-1),
         libgtk-3-0 (<< 3.13),




More information about the pkg-gnome-commits mailing list