Merge lp:~noskcaj/gnome-themes-extra/3.14 into lp:~ubuntu-desktop/gnome-themes-extra/ubuntu

Proposed by Jackson Doak
Status: Merged
Merged at revision: 62
Proposed branch: lp:~noskcaj/gnome-themes-extra/3.14
Merge into: lp:~ubuntu-desktop/gnome-themes-extra/ubuntu
Diff against target: 150 lines (+60/-13)
5 files modified
debian/changelog (+51/-0)
debian/control (+5/-6)
debian/control.in (+4/-4)
debian/gnome-themes-standard-data.install (+0/-2)
debian/gnome-themes-standard.install (+0/-1)
To merge this branch: bzr merge lp:~noskcaj/gnome-themes-extra/3.14
Reviewer Review Type Date Requested Status
Tim Lunn Approve
Ubuntu Desktop Pending
Review via email: mp+245271@code.launchpad.net

Description of the change

Merge version 3.14 from debian.

To post a comment you must log in.
Revision history for this message
Tim Lunn (darkxst) wrote :

Thanks Jackson, this looks good to me.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2014-06-09 03:59:37 +0000
3+++ debian/changelog 2014-12-20 20:09:22 +0000
4@@ -1,3 +1,54 @@
5+gnome-themes-standard (3.14.2.3-0ubuntu1) vivid; urgency=medium
6+
7+ * New upstream release. LP: #1399047
8+ * Merge from debian. Remaining changes:
9+ - debian/control.in:
10+ + Have gnome-themes-standard recommend gnome-icon-theme-full
11+ + Use Ubuntu Vcs link
12+ - debian/patches/ubuntu_a11y_fallback.patch:
13+ + Also have HighContrast inheirit from the Humanity icon theme
14+ * Depend on gnome-icon-theme | adwaita-icon-theme over adwaita-icon-theme
15+
16+ -- Jackson Doak <noskcaj@ubuntu.com> Thu, 18 Dec 2014 09:05:38 +1100
17+
18+gnome-themes-standard (3.14.2.2-1) unstable; urgency=medium
19+
20+ * New upstream stable release.
21+ + Many improvements in the GTK2 theming.
22+
23+ -- Josselin Mouette <joss@debian.org> Sun, 30 Nov 2014 16:30:13 +0100
24+
25+gnome-themes-standard (3.14.0-1) unstable; urgency=medium
26+
27+ * New upstream release.
28+
29+ -- Andreas Henriksson <andreas@fatal.se> Tue, 23 Sep 2014 20:40:44 +0200
30+
31+gnome-themes-standard (3.13.90-2) unstable; urgency=medium
32+
33+ * Upload to unstable.
34+
35+ -- Andreas Henriksson <andreas@fatal.se> Fri, 19 Sep 2014 21:52:05 +0200
36+
37+gnome-themes-standard (3.13.90-1) experimental; urgency=medium
38+
39+ [ Andreas Henriksson ]
40+ * New upstream development release.
41+ - Note: default background moved to gnome-backgrounds.
42+ - Note: adwaita-icon-theme split out to separate source.
43+ * gnome-themes-standard-data:
44+ - stop installing adwaita icon theme, now built from its own source.
45+ - depend on adwaita-icon-theme
46+ - stop installing gnome-background-properties xml
47+ * Stop installing gtk-3.0 theme-engines (themes are now pure css)
48+ * Bump Standards-Version 3.9.5
49+
50+ [ Sjoerd Simons ]
51+ * debian/control.in: Let gnome-themes-standard-data break gtk (<< 3.13). New
52+ themes can't be rendered by old gtk causing applications to be unusable.
53+
54+ -- Andreas Henriksson <andreas@fatal.se> Thu, 04 Sep 2014 20:49:43 +0200
55+
56 gnome-themes-standard (3.12.0-1ubuntu1) utopic; urgency=medium
57
58 * Merge from debian. Remaining changes:
59
60=== modified file 'debian/control'
61--- debian/control 2014-06-29 07:50:39 +0000
62+++ debian/control 2014-12-20 20:09:22 +0000
63@@ -2,14 +2,13 @@
64 #
65 # Modifications should be made to debian/control.in instead.
66 # This file is regenerated automatically in the clean target.
67-
68 Source: gnome-themes-standard
69 Section: gnome
70 Priority: optional
71 Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
72 XSBC-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
73-Uploaders: Emilio Pozuelo Monfort <pochu@debian.org>, Michael Biebl <biebl@debian.org>, Sjoerd Simons <sjoerd@debian.org>
74-Standards-Version: 3.9.4
75+Uploaders: Andreas Henriksson <andreas@fatal.se>, Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu@debian.org>, Josselin Mouette <joss@debian.org>
76+Standards-Version: 3.9.5
77 Build-Depends: debhelper (>= 8.1.3),
78 gnome-pkg-tools (>= 0.10),
79 cdbs (>= 0.4.93~),
80@@ -33,7 +32,7 @@
81 ${shlibs:Depends}
82 Recommends: gtk2-engines-pixbuf,
83 gnome-accessibility-themes,
84- gnome-icon-theme-full
85+ gnome-icon-theme-full | adwaita-icon-theme
86 Breaks: libmutter0 (<< 3.2),
87 libgtk2.0-0 (<< 2.24.13)
88 Description: Standard GNOME themes
89@@ -42,9 +41,9 @@
90 Package: gnome-themes-standard-data
91 Architecture: all
92 Multi-Arch: foreign
93-Depends: ${misc:Depends}
94+Depends: ${misc:Depends}, gnome-icon-theme | adwaita-icon-theme
95 Replaces: gnome-themes-standard (<< 3.6.2-1)
96-Breaks: gnome-themes-standard (<< 3.6.2-1)
97+Breaks: gnome-themes-standard (<< 3.6.2-1), libgtk-3-0 (<< 3.13)
98 Description: Data files for GNOME standard themes
99 This package contains data files for standard themes for the GNOME
100 desktop environment.
101
102=== modified file 'debian/control.in'
103--- debian/control.in 2014-06-29 07:50:39 +0000
104+++ debian/control.in 2014-12-20 20:09:22 +0000
105@@ -4,7 +4,7 @@
106 Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
107 XSBC-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
108 Uploaders: @GNOME_TEAM@
109-Standards-Version: 3.9.4
110+Standards-Version: 3.9.5
111 Build-Depends: debhelper (>= 8.1.3),
112 gnome-pkg-tools (>= 0.10),
113 cdbs (>= 0.4.93~),
114@@ -28,7 +28,7 @@
115 ${shlibs:Depends}
116 Recommends: gtk2-engines-pixbuf,
117 gnome-accessibility-themes,
118- gnome-icon-theme-full
119+ gnome-icon-theme-full | adwaita-icon-theme
120 Breaks: libmutter0 (<< 3.2),
121 libgtk2.0-0 (<< 2.24.13)
122 Description: Standard GNOME themes
123@@ -37,9 +37,9 @@
124 Package: gnome-themes-standard-data
125 Architecture: all
126 Multi-Arch: foreign
127-Depends: ${misc:Depends}
128+Depends: ${misc:Depends}, gnome-icon-theme | adwaita-icon-theme
129 Replaces: gnome-themes-standard (<< 3.6.2-1)
130-Breaks: gnome-themes-standard (<< 3.6.2-1)
131+Breaks: gnome-themes-standard (<< 3.6.2-1), libgtk-3-0 (<< 3.13)
132 Description: Data files for GNOME standard themes
133 This package contains data files for standard themes for the GNOME
134 desktop environment.
135
136=== modified file 'debian/gnome-themes-standard-data.install'
137--- debian/gnome-themes-standard-data.install 2014-06-09 03:59:37 +0000
138+++ debian/gnome-themes-standard-data.install 2014-12-20 20:09:22 +0000
139@@ -1,4 +1,2 @@
140-usr/share/icons/Adwaita
141 usr/share/themes/Adwaita
142-usr/share/gnome-background-properties
143 debian/cursor.theme usr/share/icons/Adwaita
144
145=== modified file 'debian/gnome-themes-standard.install'
146--- debian/gnome-themes-standard.install 2013-01-10 19:12:10 +0000
147+++ debian/gnome-themes-standard.install 2014-12-20 20:09:22 +0000
148@@ -1,2 +1,1 @@
149-usr/lib/*/gtk-3.0/*/theming-engines/*.so
150 usr/lib/*/gtk-2.0/*/engines/*.so

Subscribers

People subscribed via source and target branches

to all changes: