Merge lp:~jules.bertholet/ubuntu-seeds/ubuntu-gnome.bionic into lp:~darkxst/ubuntu-seeds/ubuntu-gnome.bionic

Proposed by Jules Bertholet
Status: Needs review
Proposed branch: lp:~jules.bertholet/ubuntu-seeds/ubuntu-gnome.bionic
Merge into: lp:~darkxst/ubuntu-seeds/ubuntu-gnome.bionic
Diff against target: 3482 lines (+3307/-0)
34 files modified
ubuntu-gnome-meta-0.86/COPYING (+339/-0)
ubuntu-gnome-meta-0.86/README (+8/-0)
ubuntu-gnome-meta-0.86/debian/bzr-builddeb.conf (+2/-0)
ubuntu-gnome-meta-0.86/debian/changelog (+900/-0)
ubuntu-gnome-meta-0.86/debian/compat (+1/-0)
ubuntu-gnome-meta-0.86/debian/control (+31/-0)
ubuntu-gnome-meta-0.86/debian/copyright (+13/-0)
ubuntu-gnome-meta-0.86/debian/rules (+3/-0)
ubuntu-gnome-meta-0.86/debian/source/format (+1/-0)
ubuntu-gnome-meta-0.86/debootstrap-version (+1/-0)
ubuntu-gnome-meta-0.86/desktop-amd64 (+92/-0)
ubuntu-gnome-meta-0.86/desktop-amd64.old (+71/-0)
ubuntu-gnome-meta-0.86/desktop-arm64 (+92/-0)
ubuntu-gnome-meta-0.86/desktop-arm64.old (+71/-0)
ubuntu-gnome-meta-0.86/desktop-armhf (+92/-0)
ubuntu-gnome-meta-0.86/desktop-armhf.old (+71/-0)
ubuntu-gnome-meta-0.86/desktop-i386 (+92/-0)
ubuntu-gnome-meta-0.86/desktop-i386.old (+71/-0)
ubuntu-gnome-meta-0.86/desktop-ppc64el (+92/-0)
ubuntu-gnome-meta-0.86/desktop-ppc64el.old (+71/-0)
ubuntu-gnome-meta-0.86/desktop-recommends-amd64 (+104/-0)
ubuntu-gnome-meta-0.86/desktop-recommends-amd64.old (+125/-0)
ubuntu-gnome-meta-0.86/desktop-recommends-arm64 (+101/-0)
ubuntu-gnome-meta-0.86/desktop-recommends-arm64.old (+122/-0)
ubuntu-gnome-meta-0.86/desktop-recommends-armhf (+101/-0)
ubuntu-gnome-meta-0.86/desktop-recommends-armhf.old (+122/-0)
ubuntu-gnome-meta-0.86/desktop-recommends-i386 (+104/-0)
ubuntu-gnome-meta-0.86/desktop-recommends-i386.old (+125/-0)
ubuntu-gnome-meta-0.86/desktop-recommends-ppc64el (+100/-0)
ubuntu-gnome-meta-0.86/desktop-recommends-ppc64el.old (+121/-0)
ubuntu-gnome-meta-0.86/metapackage-map (+1/-0)
ubuntu-gnome-meta-0.86/update (+13/-0)
ubuntu-gnome-meta-0.86/update.cfg (+17/-0)
ubuntu-gnome-meta_0.85.dsc (+37/-0)
To merge this branch: bzr merge lp:~jules.bertholet/ubuntu-seeds/ubuntu-gnome.bionic
Reviewer Review Type Date Requested Status
Tim Lunn Disapprove
Review via email: mp+373063@code.launchpad.net

Commit message

This fixes https://bugs.launchpad.net/ubuntu/+source/ubuntu-gnome-meta/+bug/1764596 by moving many apps from hard dependencies to recommended.

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

Hi Jules,
  This is an old branch that I probably just used for testing at some point.

The Ubuntu-gnome seeds can be found here:
https://code.launchpad.net/~ubuntu-gnome-dev/ubuntu-seeds/+git/ubuntu-gnome

Any changes should first go against the Eoan branch and then we can consider back porting to bionic.

Also not sure what you have done in this merge? you are attempting to merge the meta package into the seed branch. The files in ubuntu-gnome-meta are meant to be autogenerated.

review: Disapprove

Unmerged revisions

2214. By Jules Bertholet

Move some apps to recommended, especially those available as flatpaks or snaps

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added directory 'ubuntu-gnome-meta-0.86'
=== added file 'ubuntu-gnome-meta-0.86/COPYING'
--- ubuntu-gnome-meta-0.86/COPYING 1970-01-01 00:00:00 +0000
+++ ubuntu-gnome-meta-0.86/COPYING 2019-09-23 01:59:05 +0000
@@ -0,0 +1,339 @@
1 GNU GENERAL PUBLIC LICENSE
2 Version 2, June 1991
3
4 Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
5 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
6 Everyone is permitted to copy and distribute verbatim copies
7 of this license document, but changing it is not allowed.
8
9 Preamble
10
11 The licenses for most software are designed to take away your
12freedom to share and change it. By contrast, the GNU General Public
13License is intended to guarantee your freedom to share and change free
14software--to make sure the software is free for all its users. This
15General Public License applies to most of the Free Software
16Foundation's software and to any other program whose authors commit to
17using it. (Some other Free Software Foundation software is covered by
18the GNU Lesser General Public License instead.) You can apply it to
19your programs, too.
20
21 When we speak of free software, we are referring to freedom, not
22price. Our General Public Licenses are designed to make sure that you
23have the freedom to distribute copies of free software (and charge for
24this service if you wish), that you receive source code or can get it
25if you want it, that you can change the software or use pieces of it
26in new free programs; and that you know you can do these things.
27
28 To protect your rights, we need to make restrictions that forbid
29anyone to deny you these rights or to ask you to surrender the rights.
30These restrictions translate to certain responsibilities for you if you
31distribute copies of the software, or if you modify it.
32
33 For example, if you distribute copies of such a program, whether
34gratis or for a fee, you must give the recipients all the rights that
35you have. You must make sure that they, too, receive or can get the
36source code. And you must show them these terms so they know their
37rights.
38
39 We protect your rights with two steps: (1) copyright the software, and
40(2) offer you this license which gives you legal permission to copy,
41distribute and/or modify the software.
42
43 Also, for each author's protection and ours, we want to make certain
44that everyone understands that there is no warranty for this free
45software. If the software is modified by someone else and passed on, we
46want its recipients to know that what they have is not the original, so
47that any problems introduced by others will not reflect on the original
48authors' reputations.
49
50 Finally, any free program is threatened constantly by software
51patents. We wish to avoid the danger that redistributors of a free
52program will individually obtain patent licenses, in effect making the
53program proprietary. To prevent this, we have made it clear that any
54patent must be licensed for everyone's free use or not licensed at all.
55
56 The precise terms and conditions for copying, distribution and
57modification follow.
58
59 GNU GENERAL PUBLIC LICENSE
60 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
61
62 0. This License applies to any program or other work which contains
63a notice placed by the copyright holder saying it may be distributed
64under the terms of this General Public License. The "Program", below,
65refers to any such program or work, and a "work based on the Program"
66means either the Program or any derivative work under copyright law:
67that is to say, a work containing the Program or a portion of it,
68either verbatim or with modifications and/or translated into another
69language. (Hereinafter, translation is included without limitation in
70the term "modification".) Each licensee is addressed as "you".
71
72Activities other than copying, distribution and modification are not
73covered by this License; they are outside its scope. The act of
74running the Program is not restricted, and the output from the Program
75is covered only if its contents constitute a work based on the
76Program (independent of having been made by running the Program).
77Whether that is true depends on what the Program does.
78
79 1. You may copy and distribute verbatim copies of the Program's
80source code as you receive it, in any medium, provided that you
81conspicuously and appropriately publish on each copy an appropriate
82copyright notice and disclaimer of warranty; keep intact all the
83notices that refer to this License and to the absence of any warranty;
84and give any other recipients of the Program a copy of this License
85along with the Program.
86
87You may charge a fee for the physical act of transferring a copy, and
88you may at your option offer warranty protection in exchange for a fee.
89
90 2. You may modify your copy or copies of the Program or any portion
91of it, thus forming a work based on the Program, and copy and
92distribute such modifications or work under the terms of Section 1
93above, provided that you also meet all of these conditions:
94
95 a) You must cause the modified files to carry prominent notices
96 stating that you changed the files and the date of any change.
97
98 b) You must cause any work that you distribute or publish, that in
99 whole or in part contains or is derived from the Program or any
100 part thereof, to be licensed as a whole at no charge to all third
101 parties under the terms of this License.
102
103 c) If the modified program normally reads commands interactively
104 when run, you must cause it, when started running for such
105 interactive use in the most ordinary way, to print or display an
106 announcement including an appropriate copyright notice and a
107 notice that there is no warranty (or else, saying that you provide
108 a warranty) and that users may redistribute the program under
109 these conditions, and telling the user how to view a copy of this
110 License. (Exception: if the Program itself is interactive but
111 does not normally print such an announcement, your work based on
112 the Program is not required to print an announcement.)
113
114These requirements apply to the modified work as a whole. If
115identifiable sections of that work are not derived from the Program,
116and can be reasonably considered independent and separate works in
117themselves, then this License, and its terms, do not apply to those
118sections when you distribute them as separate works. But when you
119distribute the same sections as part of a whole which is a work based
120on the Program, the distribution of the whole must be on the terms of
121this License, whose permissions for other licensees extend to the
122entire whole, and thus to each and every part regardless of who wrote it.
123
124Thus, it is not the intent of this section to claim rights or contest
125your rights to work written entirely by you; rather, the intent is to
126exercise the right to control the distribution of derivative or
127collective works based on the Program.
128
129In addition, mere aggregation of another work not based on the Program
130with the Program (or with a work based on the Program) on a volume of
131a storage or distribution medium does not bring the other work under
132the scope of this License.
133
134 3. You may copy and distribute the Program (or a work based on it,
135under Section 2) in object code or executable form under the terms of
136Sections 1 and 2 above provided that you also do one of the following:
137
138 a) Accompany it with the complete corresponding machine-readable
139 source code, which must be distributed under the terms of Sections
140 1 and 2 above on a medium customarily used for software interchange; or,
141
142 b) Accompany it with a written offer, valid for at least three
143 years, to give any third party, for a charge no more than your
144 cost of physically performing source distribution, a complete
145 machine-readable copy of the corresponding source code, to be
146 distributed under the terms of Sections 1 and 2 above on a medium
147 customarily used for software interchange; or,
148
149 c) Accompany it with the information you received as to the offer
150 to distribute corresponding source code. (This alternative is
151 allowed only for noncommercial distribution and only if you
152 received the program in object code or executable form with such
153 an offer, in accord with Subsection b above.)
154
155The source code for a work means the preferred form of the work for
156making modifications to it. For an executable work, complete source
157code means all the source code for all modules it contains, plus any
158associated interface definition files, plus the scripts used to
159control compilation and installation of the executable. However, as a
160special exception, the source code distributed need not include
161anything that is normally distributed (in either source or binary
162form) with the major components (compiler, kernel, and so on) of the
163operating system on which the executable runs, unless that component
164itself accompanies the executable.
165
166If distribution of executable or object code is made by offering
167access to copy from a designated place, then offering equivalent
168access to copy the source code from the same place counts as
169distribution of the source code, even though third parties are not
170compelled to copy the source along with the object code.
171
172 4. You may not copy, modify, sublicense, or distribute the Program
173except as expressly provided under this License. Any attempt
174otherwise to copy, modify, sublicense or distribute the Program is
175void, and will automatically terminate your rights under this License.
176However, parties who have received copies, or rights, from you under
177this License will not have their licenses terminated so long as such
178parties remain in full compliance.
179
180 5. You are not required to accept this License, since you have not
181signed it. However, nothing else grants you permission to modify or
182distribute the Program or its derivative works. These actions are
183prohibited by law if you do not accept this License. Therefore, by
184modifying or distributing the Program (or any work based on the
185Program), you indicate your acceptance of this License to do so, and
186all its terms and conditions for copying, distributing or modifying
187the Program or works based on it.
188
189 6. Each time you redistribute the Program (or any work based on the
190Program), the recipient automatically receives a license from the
191original licensor to copy, distribute or modify the Program subject to
192these terms and conditions. You may not impose any further
193restrictions on the recipients' exercise of the rights granted herein.
194You are not responsible for enforcing compliance by third parties to
195this License.
196
197 7. If, as a consequence of a court judgment or allegation of patent
198infringement or for any other reason (not limited to patent issues),
199conditions are imposed on you (whether by court order, agreement or
200otherwise) that contradict the conditions of this License, they do not
201excuse you from the conditions of this License. If you cannot
202distribute so as to satisfy simultaneously your obligations under this
203License and any other pertinent obligations, then as a consequence you
204may not distribute the Program at all. For example, if a patent
205license would not permit royalty-free redistribution of the Program by
206all those who receive copies directly or indirectly through you, then
207the only way you could satisfy both it and this License would be to
208refrain entirely from distribution of the Program.
209
210If any portion of this section is held invalid or unenforceable under
211any particular circumstance, the balance of the section is intended to
212apply and the section as a whole is intended to apply in other
213circumstances.
214
215It is not the purpose of this section to induce you to infringe any
216patents or other property right claims or to contest validity of any
217such claims; this section has the sole purpose of protecting the
218integrity of the free software distribution system, which is
219implemented by public license practices. Many people have made
220generous contributions to the wide range of software distributed
221through that system in reliance on consistent application of that
222system; it is up to the author/donor to decide if he or she is willing
223to distribute software through any other system and a licensee cannot
224impose that choice.
225
226This section is intended to make thoroughly clear what is believed to
227be a consequence of the rest of this License.
228
229 8. If the distribution and/or use of the Program is restricted in
230certain countries either by patents or by copyrighted interfaces, the
231original copyright holder who places the Program under this License
232may add an explicit geographical distribution limitation excluding
233those countries, so that distribution is permitted only in or among
234countries not thus excluded. In such case, this License incorporates
235the limitation as if written in the body of this License.
236
237 9. The Free Software Foundation may publish revised and/or new versions
238of the General Public License from time to time. Such new versions will
239be similar in spirit to the present version, but may differ in detail to
240address new problems or concerns.
241
242Each version is given a distinguishing version number. If the Program
243specifies a version number of this License which applies to it and "any
244later version", you have the option of following the terms and conditions
245either of that version or of any later version published by the Free
246Software Foundation. If the Program does not specify a version number of
247this License, you may choose any version ever published by the Free Software
248Foundation.
249
250 10. If you wish to incorporate parts of the Program into other free
251programs whose distribution conditions are different, write to the author
252to ask for permission. For software which is copyrighted by the Free
253Software Foundation, write to the Free Software Foundation; we sometimes
254make exceptions for this. Our decision will be guided by the two goals
255of preserving the free status of all derivatives of our free software and
256of promoting the sharing and reuse of software generally.
257
258 NO WARRANTY
259
260 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
261FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
262OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
263PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
264OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
265MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
266TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
267PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
268REPAIR OR CORRECTION.
269
270 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
271WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
272REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
273INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
274OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
275TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
276YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
277PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
278POSSIBILITY OF SUCH DAMAGES.
279
280 END OF TERMS AND CONDITIONS
281
282 How to Apply These Terms to Your New Programs
283
284 If you develop a new program, and you want it to be of the greatest
285possible use to the public, the best way to achieve this is to make it
286free software which everyone can redistribute and change under these terms.
287
288 To do so, attach the following notices to the program. It is safest
289to attach them to the start of each source file to most effectively
290convey the exclusion of warranty; and each file should have at least
291the "copyright" line and a pointer to where the full notice is found.
292
293 <one line to give the program's name and a brief idea of what it does.>
294 Copyright (C) <year> <name of author>
295
296 This program is free software; you can redistribute it and/or modify
297 it under the terms of the GNU General Public License as published by
298 the Free Software Foundation; either version 2 of the License, or
299 (at your option) any later version.
300
301 This program is distributed in the hope that it will be useful,
302 but WITHOUT ANY WARRANTY; without even the implied warranty of
303 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
304 GNU General Public License for more details.
305
306 You should have received a copy of the GNU General Public License along
307 with this program; if not, write to the Free Software Foundation, Inc.,
308 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
309
310Also add information on how to contact you by electronic and paper mail.
311
312If the program is interactive, make it output a short notice like this
313when it starts in an interactive mode:
314
315 Gnomovision version 69, Copyright (C) year name of author
316 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
317 This is free software, and you are welcome to redistribute it
318 under certain conditions; type `show c' for details.
319
320The hypothetical commands `show w' and `show c' should show the appropriate
321parts of the General Public License. Of course, the commands you use may
322be called something other than `show w' and `show c'; they could even be
323mouse-clicks or menu items--whatever suits your program.
324
325You should also get your employer (if you work as a programmer) or your
326school, if any, to sign a "copyright disclaimer" for the program, if
327necessary. Here is a sample; alter the names:
328
329 Yoyodyne, Inc., hereby disclaims all copyright interest in the program
330 `Gnomovision' (which makes passes at compilers) written by James Hacker.
331
332 <signature of Ty Coon>, 1 April 1989
333 Ty Coon, President of Vice
334
335This General Public License does not permit incorporating your program into
336proprietary programs. If your program is a subroutine library, you may
337consider it more useful to permit linking proprietary applications with the
338library. If this is what you want to do, use the GNU Lesser General
339Public License instead of this License.
0340
=== added file 'ubuntu-gnome-meta-0.86/README'
--- ubuntu-gnome-meta-0.86/README 1970-01-01 00:00:00 +0000
+++ ubuntu-gnome-meta-0.86/README 2019-09-23 01:59:05 +0000
@@ -0,0 +1,8 @@
1Run the "update" script to automatically generate new dependency
2lists. The result will be based on the published seed lists, filtered
3by:
4
5- The Packages files (nonexistent packages will be skipped)
6
7- debootstrap (packages not yet added to debootstrap will not be added
8 to ubuntu-base)
09
=== added directory 'ubuntu-gnome-meta-0.86/debian'
=== added file 'ubuntu-gnome-meta-0.86/debian/bzr-builddeb.conf'
--- ubuntu-gnome-meta-0.86/debian/bzr-builddeb.conf 1970-01-01 00:00:00 +0000
+++ ubuntu-gnome-meta-0.86/debian/bzr-builddeb.conf 2019-09-23 01:59:05 +0000
@@ -0,0 +1,2 @@
1[BUILDDEB]
2native = True
03
=== added file 'ubuntu-gnome-meta-0.86/debian/changelog'
--- ubuntu-gnome-meta-0.86/debian/changelog 1970-01-01 00:00:00 +0000
+++ ubuntu-gnome-meta-0.86/debian/changelog 2019-09-23 01:59:05 +0000
@@ -0,0 +1,900 @@
1ubuntu-gnome-meta (0.86) UNRELEASED; urgency=medium
2
3 * Refreshed dependencies
4 * Moved baobab to desktop
5 * Moved dconf-editor to desktop
6 * Moved eog to desktop
7 * Moved evince to desktop
8 * Moved file-roller to desktop
9 * Moved gedit to desktop
10 * Moved gnome-calculator to desktop
11 * Moved gnome-calendar to desktop
12 * Moved gnome-characters to desktop
13 * Moved gnome-contacts to desktop
14 * Moved gnome-disk-utility to desktop
15 * Moved gnome-documents to desktop
16 * Moved gnome-font-viewer to desktop
17 * Moved gnome-logs to desktop
18 * Moved gnome-screenshot to desktop
19 * Moved gnome-system-monitor to desktop
20 * Moved gnome-terminal to desktop
21 * Moved gnome-todo to desktop
22 * Moved gnome-tweaks to desktop
23 * Moved simple-scan to desktop
24 * Moved yelp to desktop
25
26 -- Jules Bertholet <julesb@julesb-Inspiron-5567> Sun, 22 Sep 2019 21:04:00 -0400
27
28ubuntu-gnome-meta (0.85) cosmic; urgency=medium
29
30 * Refreshed dependencies
31 * Added dirmngr to desktop-recommends
32 * Added gpg-agent to desktop-recommends
33 * Added network-manager-openvpn-gnome to desktop-recommends
34 * Added orca to desktop-recommends
35 * Added seahorse to desktop-recommends
36 * Removed gnome-orca from desktop-recommends
37 * Moved gnome-keyring to desktop-recommends
38
39 -- Tim Lunn <tim@feathertop.org> Fri, 28 Sep 2018 21:34:50 +1000
40
41ubuntu-gnome-meta (0.84) cosmic; urgency=medium
42
43 * Update for seeds moved to git
44 * Refreshed dependencies
45 * Added fwupd-signed to desktop-recommends [amd64 arm64 armhf i386]
46 * Removed fwupdate from desktop-recommends [amd64 arm64 armhf i386]
47 * Removed fwupdate-signed from desktop-recommends [amd64 arm64 armhf
48 i386]
49 * Moved vino to desktop-recommends
50
51 -- Tim Lunn <tim@feathertop.org> Fri, 28 Sep 2018 09:33:32 +1000
52
53ubuntu-gnome-meta (0.83) bionic; urgency=medium
54
55 * Refreshed dependencies
56 * Added firefox to desktop-recommends [ppc64el]
57 * Added fonts-ubuntu to desktop-recommends
58 * Added gnome-themes-extra to desktop
59 * Added gnome-tweaks to desktop
60 * Added libu2f-udev to desktop
61 * Added printer-driver-m2300w to desktop-recommends
62 * Removed gnome-themes-standard from desktop
63 * Removed gnome-tweak-tool from desktop
64 * Removed libgail-common from desktop-recommends
65 * Removed ttf-ancient-fonts-symbola from desktop-recommends
66 * Removed ttf-ubuntu-font-family from desktop-recommends
67 * Moved spice-vdagent to desktop
68
69 -- Tim Lunn <tim@feathertop.org> Sat, 10 Mar 2018 16:58:52 +1100
70
71ubuntu-gnome-meta (0.82) bionic; urgency=medium
72
73 * Refreshed dependencies
74 * Removed fonts-nanum from desktop-recommends (LP: #1581160)
75 * Removed fonts-takao-pgothic from desktop-recommends
76
77 -- Jeremy Bicha <jbicha@ubuntu.com> Sat, 11 Nov 2017 14:06:53 -0500
78
79ubuntu-gnome-meta (0.81) artful; urgency=medium
80
81 * Refreshed dependencies
82 * Added fonts-indic to desktop-recommends
83 * Added network-manager-config-connectivity-ubuntu to desktop-
84 recommends
85 * Removed fonts-guru from desktop-recommends
86 * Removed fonts-knda from desktop-recommends
87 * Removed fonts-telu from desktop-recommends
88
89 -- Jeremy Bicha <jbicha@ubuntu.com> Sun, 08 Oct 2017 18:07:53 -0400
90
91ubuntu-gnome-meta (0.80) artful; urgency=medium
92
93 * Refreshed dependencies
94 * Added fonts-knda to desktop-recommends
95 * Added fonts-telu to desktop-recommends
96 * Added gnome-user-docs to desktop
97 * Removed a11y-profile-manager from desktop-recommends
98 * Removed dbus-user-session from desktop
99 * Removed gcr from desktop
100 * Removed gjs from desktop
101 * Removed gnome-accessibility-profiles from desktop-recommends
102 * Removed gnome-user-guide from desktop
103 * Removed gnome-video-effects from desktop
104 * Removed itstool from desktop
105 * Removed xserver-xorg-input-libinput from desktop-recommends
106 * Removed xterm from desktop-recommends
107 * Removed yelp-tools from desktop
108 * Removed yelp-xsl from desktop
109
110 -- Jeremy Bicha <jbicha@ubuntu.com> Sat, 30 Sep 2017 13:47:12 -0400
111
112ubuntu-gnome-meta (0.79) artful; urgency=medium
113
114 * ubuntu-gnome-desktop is now a transitional package
115 depending on ubuntu-desktop (LP: #1718085)
116 * Introduce vanilla-gnome-desktop for those who prefer
117 a full GNOME desktop with minimal Ubuntu branding
118 similar to what Ubuntu GNOME offered
119 * Bump Standards-Version to 4.1.0
120 * Bump debhelper compat to 10
121 * Refreshed dependencies
122 * Added gnome-todo to desktop
123 * Added kerneloops to desktop-recommends
124 * Added vanilla-gnome-default-settings to desktop-recommends
125 * Removed deja-dup-backend-cloudfiles from desktop-recommends
126 * Removed deja-dup-backend-s3 from desktop-recommends
127 * Removed firefox from desktop-recommends [ppc64el]
128 * Removed kerneloops-daemon from desktop-recommends
129 * Removed ubuntu-gnome-default-settings from desktop-recommends
130 * Moved gnome-calendar to desktop
131
132 -- Jeremy Bicha <jbicha@ubuntu.com> Wed, 27 Sep 2017 13:09:56 -0400
133
134ubuntu-gnome-meta (0.78) zesty; urgency=medium
135
136 * Refreshed dependencies
137 * Added gstreamer1.0-plugins-base-apps to desktop (LP: #1681351)
138
139 -- Jeremy Bicha <jbicha@ubuntu.com> Mon, 10 Apr 2017 04:54:06 -0400
140
141ubuntu-gnome-meta (0.77) zesty; urgency=medium
142
143 * Refreshed dependencies
144 * Added deja-dup to desktop-recommends [s390x]
145 * Added exfat-utils to desktop-recommends
146
147 -- Jeremy Bicha <jbicha@ubuntu.com> Wed, 29 Mar 2017 11:54:08 -0400
148
149ubuntu-gnome-meta (0.76) zesty; urgency=medium
150
151 * Refreshed dependencies and remove powerpc.
152 * Moved memtest86+ to desktop-recommends [amd64 i386]
153
154 -- Adam Conrad <adconrad@ubuntu.com> Mon, 20 Mar 2017 18:03:52 -0600
155
156ubuntu-gnome-meta (0.75) zesty; urgency=medium
157
158 * Refreshed dependencies
159 * Added gnome-software-plugin-flatpak to desktop-recommends
160 * Removed flatpak from desktop
161
162 -- Jeremy Bicha <jbicha@ubuntu.com> Thu, 12 Jan 2017 17:45:08 -0500
163
164ubuntu-gnome-meta (0.74) zesty; urgency=medium
165
166 * Refreshed dependencies
167 * Added nautilus-extension-brasero to desktop
168 * Removed brasero from desktop
169
170 -- Jeremy Bicha <jbicha@ubuntu.com> Mon, 26 Dec 2016 09:40:46 -0500
171
172ubuntu-gnome-meta (0.73) zesty; urgency=medium
173
174 * Refreshed dependencies
175 * Added chrome-gnome-shell to desktop (LP: #1652538)
176 * Added flatpak to desktop (LP: #1652539)
177 * Added xdg-desktop-portal-gtk to desktop
178
179 -- Jeremy Bicha <jbicha@ubuntu.com> Sun, 25 Dec 2016 17:33:01 -0500
180
181ubuntu-gnome-meta (0.72) zesty; urgency=medium
182
183 * update.cfg: switch to zesty
184 * Refreshed dependencies
185 * Added firefox to desktop-recommends [ppc64el]
186 * Removed deja-dup from desktop-recommends [s390x]
187 * Removed evolution from desktop-recommends
188 * Removed gnome-icon-theme from desktop
189 * Removed gnome-session-wayland from desktop-recommends
190 * Removed seahorse from desktop-recommends
191 * Removed xdiagnose from desktop
192
193 -- Jeremy Bicha <jbicha@ubuntu.com> Mon, 19 Dec 2016 08:37:25 -0500
194
195ubuntu-gnome-meta (0.71) yakkety; urgency=medium
196
197 * Refreshed dependencies
198 * Removed firefox from desktop-recommends [powerpc ppc64el s390x]
199
200 -- Adam Conrad <adconrad@ubuntu.com> Tue, 11 Oct 2016 21:45:42 -0600
201
202ubuntu-gnome-meta (0.70) yakkety; urgency=medium
203
204 * Refreshed dependencies
205 * Added spice-vdagent to desktop-recommends (LP: #1630557, #1200296)
206
207 -- Jeremy Bicha <jbicha@ubuntu.com> Thu, 06 Oct 2016 07:58:19 -0400
208
209ubuntu-gnome-meta (0.69) yakkety; urgency=medium
210
211 * Refreshed dependencies
212 * Added dbus-user-session to desktop
213
214 -- Jeremy Bicha <jbicha@ubuntu.com> Wed, 21 Sep 2016 19:39:52 -0400
215
216ubuntu-gnome-meta (0.68) yakkety; urgency=medium
217
218 * Refreshed dependencies
219 * Removed pulseaudio-module-x11 from desktop-recommends
220
221 -- Jeremy Bicha <jbicha@ubuntu.com> Fri, 26 Aug 2016 15:32:39 -0400
222
223ubuntu-gnome-meta (0.67) yakkety; urgency=medium
224
225 * Refreshed dependencies
226 * Added gnome-icon-theme to desktop (LP: #1614848)
227
228 -- Jeremy Bicha <jbicha@ubuntu.com> Fri, 19 Aug 2016 03:32:31 -0400
229
230ubuntu-gnome-meta (0.66) yakkety; urgency=medium
231
232 * Refreshed dependencies
233 * Added gnome-initial-setup to desktop
234 * Added gnome-online-miners to desktop
235 * Added gnome-user-guide to desktop
236 * Added system-config-printer-common to desktop
237 * Added system-config-printer-udev to desktop
238 * Removed system-config-printer-gnome from desktop
239
240 -- Jeremy Bicha <jbicha@ubuntu.com> Thu, 18 Aug 2016 17:50:44 -0400
241
242ubuntu-gnome-meta (0.65) yakkety; urgency=medium
243
244 * Refreshed dependencies
245 * Added gnome-characters to desktop
246 * Added packagekit to desktop-recommends
247 * Removed gucharmap from desktop
248 * Removed numix-gtk-theme from desktop-recommends
249
250 -- Adam Conrad <adconrad@ubuntu.com> Tue, 16 Aug 2016 18:20:05 -0600
251
252ubuntu-gnome-meta (0.64) yakkety; urgency=medium
253
254 * Refreshed dependencies
255 * Removed python3-aptdaemon.pkcompat from desktop-recommends
256
257 -- Adam Conrad <adconrad@ubuntu.com> Tue, 16 Aug 2016 02:54:58 -0600
258
259ubuntu-gnome-meta (0.63) yakkety; urgency=medium
260
261 * Refreshed dependencies
262 * Added aisleriot to desktop-recommends [powerpc]
263 * Added gnome-documents to desktop [armhf]
264 * Added gnome-mahjongg to desktop-recommends [powerpc]
265 * Added gnome-mines to desktop-recommends [powerpc]
266 * Added gnome-sudoku to desktop-recommends [powerpc]
267 * Added im-config to desktop-recommends
268 * Added libreoffice-calc to desktop-recommends [armhf powerpc]
269 * Added libreoffice-gnome to desktop-recommends [armhf powerpc]
270 * Added libreoffice-impress to desktop-recommends [armhf powerpc]
271 * Added libreoffice-math to desktop-recommends [armhf powerpc]
272 * Added libreoffice-ogltrans to desktop-recommends [armhf powerpc]
273 * Added libreoffice-pdfimport to desktop-recommends [armhf powerpc]
274 * Added libreoffice-style-tango to desktop-recommends [armhf powerpc]
275 * Added libreoffice-writer to desktop-recommends [armhf powerpc]
276 * Removed empathy from desktop-recommends
277 * Removed gcc from desktop-recommends
278 * Removed ibus-pinyin from desktop-recommends
279 * Removed libnss-myhostname from desktop
280 * Removed make from desktop-recommends
281 * Removed mcp-account-manager-goa from desktop-recommends
282 * Removed network-manager-pptp from desktop-recommends
283 * Removed telepathy-idle from desktop-recommends
284 * Moved nautilus-sendto to desktop-recommends
285 * Moved seahorse to desktop-recommends
286
287 -- Jeremy Bicha <jbicha@ubuntu.com> Tue, 16 Aug 2016 00:36:13 -0400
288
289ubuntu-gnome-meta (0.62) yakkety; urgency=medium
290
291 * Refreshed dependencies
292 * Added gnome-maps to desktop-recommends
293 * Removed rhythmbox-plugin-magnatune from desktop-recommends
294
295 -- Jeremy Bicha <jbicha@ubuntu.com> Mon, 08 Aug 2016 11:27:10 -0400
296
297ubuntu-gnome-meta (0.61) yakkety; urgency=medium
298
299 * Refreshed dependencies
300 * Removed gnome-maps from desktop-recommends (LP: #1602035)
301 * Bump Standards-Version to 3.9.8
302
303 -- Jeremy Bicha <jbicha@ubuntu.com> Wed, 13 Jul 2016 09:53:21 -0400
304
305ubuntu-gnome-meta (0.60) yakkety; urgency=medium
306
307 * Refreshed dependencies
308 * Added xserver-xorg-input-libinput to desktop-recommends, this is
309 needed by mutter for input settings
310
311 -- Tim Lunn <tim@feathertop.org> Fri, 27 May 2016 22:17:20 +1000
312
313ubuntu-gnome-meta (0.59) yakkety; urgency=medium
314
315 * update.cfg: switch to Yakkety
316 * Refreshed dependencies
317 * Added gnome-session-wayland to desktop-recommends
318 * Removed xserver-xorg-legacy from desktop-recommends
319
320 -- Tim Lunn <tim@feathertop.org> Tue, 10 May 2016 10:46:28 +1000
321
322ubuntu-gnome-meta (0.58) xenial; urgency=medium
323
324 * Revert previous change, will patch gdm instead
325 * Added xserver-xorg-legacy to desktop-recommends
326 * Removed gnome-session-wayland from desktop
327
328 -- Tim Lunn <tim@feathertop.org> Thu, 21 Apr 2016 14:32:45 +1000
329
330ubuntu-gnome-meta (0.57) xenial; urgency=medium
331
332 * Refreshed dependencies
333 * Added gnome-session-wayland to desktop
334 * Removed xserver-xorg-legacy from desktop-recommends
335
336 -- Tim Lunn <tim@feathertop.org> Thu, 21 Apr 2016 11:35:10 +1000
337
338ubuntu-gnome-meta (0.56) xenial; urgency=medium
339
340 * Refreshed dependencies
341 * Added fwupdate-signed to desktop-recommends [amd64 arm64 armhf i386]
342
343 -- Adam Conrad <adconrad@ubuntu.com> Tue, 19 Apr 2016 11:49:57 -0600
344
345ubuntu-gnome-meta (0.55) xenial; urgency=medium
346
347 * Refreshed dependencies
348 * Added snapd to desktop-recommends
349
350 -- Tim Lunn <tim@feathertop.org> Fri, 15 Apr 2016 17:32:46 +1000
351
352ubuntu-gnome-meta (0.54) xenial; urgency=medium
353
354 * Refreshed dependencies
355 * Added a11y-profile-manager to desktop-recommends
356 * Added gnome-accessibility-profiles to desktop-recommends (LP: #1546317)
357
358 -- Luke Yelavich <themuso@ubuntu.com> Thu, 07 Apr 2016 07:11:39 +1000
359
360ubuntu-gnome-meta (0.53) xenial; urgency=medium
361
362 * Refreshed dependencies
363 * Added fwupd to desktop-recommends
364 * Removed libpam-systemd from desktop
365
366 -- Adam Conrad <adconrad@ubuntu.com> Sun, 03 Apr 2016 02:11:49 -0600
367
368ubuntu-gnome-meta (0.52) xenial; urgency=medium
369
370 * Refreshed dependencies (LP: #1558568)
371 * Added fwupdate to desktop-recommends [arm64]
372 * Added ibus-gtk to desktop-recommends [arm64 ppc64el s390x]
373 * Removed ttf-indic-fonts-core from desktop-recommends [arm64 ppc64el
374 s390x]
375
376 -- Tim Lunn <tim@feathertop.org> Fri, 18 Mar 2016 18:27:08 +1100
377
378ubuntu-gnome-meta (0.51) xenial; urgency=medium
379
380 * Refreshed dependencies
381 * Added fonts-noto-cjk to desktop-recommends
382 * Added gnome-software to desktop-recommends
383 * Removed fonts-droid from desktop-recommends
384 * Removed software-center from desktop-recommends
385
386 -- Tim Lunn <tim@feathertop.org> Sat, 20 Feb 2016 15:24:32 +1100
387
388ubuntu-gnome-meta (0.50) xenial; urgency=medium
389
390 * Refreshed dependencies
391 * Added brasero to desktop [s390x]
392 * Added deja-dup to desktop-recommends [s390x]
393 * Added empathy to desktop-recommends [s390x]
394 * Added evince to desktop [s390x]
395 * Added evolution to desktop-recommends [s390x]
396 * Added file-roller to desktop [s390x]
397 * Added gnome-calendar to desktop-recommends [s390x]
398 * Added gnome-contacts to desktop [s390x]
399 * Added gnome-control-center to desktop [s390x]
400 * Added gnome-documents to desktop [s390x]
401 * Added gnome-maps to desktop-recommends [s390x]
402 * Added gnome-photos to desktop-recommends [s390x]
403 * Added gnome-shell to desktop [s390x]
404 * Added gnome-sushi to desktop [s390x]
405 * Added gnome-terminal to desktop [s390x]
406 * Added gnome-user-share to desktop [s390x]
407 * Added kerneloops-daemon to desktop-recommends [s390x]
408 * Added mcp-account-manager-goa to desktop-recommends [s390x]
409 * Added nautilus to desktop [s390x]
410 * Added nautilus-share to desktop-recommends [s390x]
411 * Added network-manager-pptp to desktop-recommends [s390x]
412 * Added network-manager-pptp-gnome to desktop-recommends [s390x]
413 * Added rhythmbox to desktop-recommends [s390x]
414 * Added rhythmbox-plugin-magnatune to desktop-recommends [s390x]
415 * Added totem to desktop-recommends [s390x]
416 * Added tracker to desktop [s390x]
417 * Added transmission-gtk to desktop-recommends [s390x]
418 * Added update-notifier to desktop [s390x]
419 * Added vino to desktop [s390x]
420 * Removed gnome-packagekit from desktop [s390x]
421 * Removed gvfs-backends-goa from desktop
422
423 -- Iain Lane <iain.lane@canonical.com> Tue, 05 Jan 2016 16:52:42 +0000
424
425ubuntu-gnome-meta (0.49) xenial; urgency=medium
426
427 * Skip build of s390x while it is incomplete and uninstallable
428 * Refreshed dependencies
429 * Added xserver-xorg-legacy to desktop-recommends, workaround (LP: #1525735)
430
431 -- Tim Lunn <tim@feathertop.org> Wed, 23 Dec 2015 10:50:25 +1100
432
433ubuntu-gnome-meta (0.47) xenial; urgency=medium
434
435 * Refreshed dependencies
436 * Added ppa-purge to desktop-recommends
437
438 -- Tim Lunn <tim@feathertop.org> Fri, 11 Dec 2015 21:27:08 +1100
439
440ubuntu-gnome-meta (0.46) xenial; urgency=medium
441
442 * update.cfg: Add new port - s390x
443
444 -- Tim Lunn <tim@feathertop.org> Fri, 11 Dec 2015 11:56:30 +1100
445
446ubuntu-gnome-meta (0.45) xenial; urgency=medium
447
448 * Refreshed dependencies
449 * Added gnome-calendar to desktop-recommends
450 * Added gnome-logs to desktop
451 * Removed gnome-system-log from desktop
452
453 -- Tim Lunn <tim@feathertop.org> Tue, 24 Nov 2015 14:18:30 +1100
454
455ubuntu-gnome-meta (0.44) xenial; urgency=medium
456
457 * update.cfg: switch to xenial
458 * Refreshed dependencies
459 * Added libreoffice-calc to desktop-recommends [arm64 ppc64el]
460 * Added libreoffice-gnome to desktop-recommends [arm64 ppc64el]
461 * Added libreoffice-impress to desktop-recommends [arm64 ppc64el]
462 * Added libreoffice-math to desktop-recommends [arm64 ppc64el]
463 * Added libreoffice-ogltrans to desktop-recommends [arm64 ppc64el]
464 * Added libreoffice-pdfimport to desktop-recommends [arm64 ppc64el]
465 * Added libreoffice-writer to desktop-recommends [arm64 ppc64el]
466 * Added gdm3 to desktop [amd64 arm64 armhf powerpc ppc64el]
467 * Removed gdm from desktop [amd64 arm64 armhf powerpc ppc64el]
468
469 -- Tim Lunn <tim@feathertop.org> Sat, 14 Nov 2015 09:41:21 +1100
470
471ubuntu-gnome-meta (0.43) wily; urgency=medium
472
473 * Refreshed dependencies
474 * Added gnome-music to desktop-recommends
475 * Added gnome-photos to desktop-recommends
476 * Removed shotwell from desktop-recommends
477
478 -- Tim Lunn <tim@feathertop.org> Thu, 20 Aug 2015 09:00:41 +1000
479
480ubuntu-gnome-meta (0.42) wily; urgency=medium
481
482 * Refreshed dependencies
483 * Removed libxp6 from desktop
484
485 -- Steve Langasek <steve.langasek@ubuntu.com> Tue, 18 Aug 2015 20:46:47 +0200
486
487ubuntu-gnome-meta (0.41) wily; urgency=medium
488
489 * Refreshed dependencies
490 * Removed bluez-alsa from desktop-recommends
491
492 -- Adam Conrad <adconrad@ubuntu.com> Sun, 16 Aug 2015 14:33:48 -0600
493
494ubuntu-gnome-meta (0.40) wily; urgency=medium
495
496 * Refreshed dependencies
497 * Added gnome-getting-started-docs to desktop-recommends
498
499 -- Tim Lunn <tim@feathertop.org> Sun, 09 Aug 2015 20:57:54 +1000
500
501ubuntu-gnome-meta (0.39) wily; urgency=medium
502
503 * update.cfg: switch to wily
504
505 * Refreshed dependencies
506 * Removed gstreamer0.10-alsa from desktop (LP: #1469012)
507 * Removed gstreamer0.10-pulseaudio from desktop
508
509 -- Tim Lunn <tim@feathertop.org> Wed, 05 Aug 2015 11:29:45 +1000
510
511ubuntu-gnome-meta (0.38) vivid; urgency=medium
512
513 * Refreshed dependencies
514 * Added fonts-guru to desktop-recommends
515 * Removed ttf-punjabi-fonts from desktop-recommends
516
517 -- Steve Langasek <steve.langasek@ubuntu.com> Tue, 17 Mar 2015 08:14:32 -0700
518
519ubuntu-gnome-meta (0.37) vivid; urgency=medium
520
521 * Refreshed dependencies
522 * Added adwaita-icon-theme-full to desktop
523 * Removed adwaita-icon-theme from desktop
524
525 -- Tim Lunn <tim@feathertop.org> Wed, 21 Jan 2015 07:38:51 +1100
526
527ubuntu-gnome-meta (0.36) vivid; urgency=medium
528
529 * Refreshed dependencies
530 * Removed ubuntu-extras-keyring from desktop (LP: #1409555)
531
532 -- Dimitri John Ledkov <dimitri.j.ledkov@linux.intel.com> Mon, 12 Jan 2015 23:40:37 +0000
533
534ubuntu-gnome-meta (0.35) vivid; urgency=medium
535
536 * update.cfg: switch to vivid
537
538 * Refreshed dependencies
539 * Added adwaita-icon-theme to desktop
540 * Added numix-gtk-theme to desktop-recommends
541 * Added ttf-ancient-fonts-symbola to desktop-recommends
542 * Removed gnome-icon-theme-extras from desktop
543 * Removed gnome-icon-theme-full from desktop
544 * Removed gnome-icon-theme-symbolic from desktop
545
546 -- Tim Lunn <tim@feathertop.org> Sat, 20 Dec 2014 07:46:13 +1100
547
548ubuntu-gnome-meta (0.34) utopic; urgency=medium
549
550 * Refreshed dependencies
551 * Added firefox to desktop-recommends [ppc64el]
552 * Added printer-driver-brlaser to desktop-recommends
553 * Removed libreoffice-presentation-minimizer from desktop-recommends
554 [amd64 arm64 i386 ppc64el]
555
556 -- Adam Conrad <adconrad@ubuntu.com> Thu, 02 Oct 2014 21:31:04 -0600
557
558ubuntu-gnome-meta (0.33) utopic; urgency=medium
559
560 * update.cfg: switch to utopic
561
562 * Refreshed dependencies
563 * Added firefox to desktop-recommends [arm64]
564 * Added gnome-maps to desktop-recommends
565 * Added gnome-weather to desktop-recommends
566 * Added ubuntu-gnome-wallpapers to desktop-recommends [ppc64el]
567
568 -- Tim Lunn <tim@feathertop.org> Mon, 23 Jun 2014 20:14:27 +1000
569
570ubuntu-gnome-meta (0.32) trusty; urgency=medium
571
572 * Refreshed dependencies
573 * Added ubuntu-gnome-wallpapers
574
575 -- Tim Lunn <tim@feathertop.org> Thu, 10 Apr 2014 18:34:07 +1000
576
577ubuntu-gnome-meta (0.31) trusty; urgency=medium
578
579 * Refreshed dependencies
580 * Removed bluez-gstreamer from desktop-recommends
581 (does not provide any required functionality, yet holds up
582 gstreamer0.10 on the desktop CDs)
583
584 -- Dimitri John Ledkov <xnox@ubuntu.com> Thu, 03 Apr 2014 01:42:58 +0100
585
586ubuntu-gnome-meta (0.30) trusty; urgency=medium
587
588 * Refreshed dependencies (LP: #1300916)
589 * Removed deja-dup-backend-ubuntuone from desktop-recommends
590 * Removed rhythmbox-ubuntuone from desktop-recommends
591
592 -- Dimitri John Ledkov <xnox@ubuntu.com> Wed, 02 Apr 2014 17:11:54 +0100
593
594ubuntu-gnome-meta (0.29) trusty; urgency=medium
595
596 * Refreshed dependencies
597 * Added empathy to desktop-recommends [ppc64el]
598 * Added gnome-documents to desktop [ppc64el]
599 * Added mcp-account-manager-goa to desktop-recommends [ppc64el]
600 * Added tracker to desktop [ppc64el]
601 * Removed ibus-pinyin-db-android from desktop-recommends
602
603 -- Adam Conrad <adconrad@ubuntu.com> Sat, 22 Mar 2014 19:19:50 -0600
604
605ubuntu-gnome-meta (0.28) trusty; urgency=medium
606
607 * update.cfg: Add ppc64el.
608
609 * Refreshed dependencies
610 * Added fonts-droid to desktop-recommends [amd64 arm64 armhf i386
611 powerpc]
612 * Added gnome-documents to desktop [arm64]
613 * Removed ttf-wqy-microhei from desktop-recommends [amd64 arm64 armhf
614 i386 powerpc]
615
616 -- Dimitri John Ledkov <xnox@ubuntu.com> Sat, 08 Mar 2014 00:29:14 +0000
617
618ubuntu-gnome-meta (0.27) trusty; urgency=medium
619
620 * Refreshed dependencies
621 * Added gjs to desktop [arm64]
622 * Added gnome-shell to desktop [arm64]
623 * Added gnome-sushi to desktop [arm64]
624 * Added libreoffice-presentation-minimizer to desktop-recommends
625 [arm64]
626 * Added memtest86+ to desktop [amd64 i386]
627 * Added transmission-gtk to desktop-recommends [arm64]
628 * Removed evolution-data-server-goa from desktop
629
630 -- Iain Lane <iain.lane@canonical.com> Sat, 08 Feb 2014 18:17:59 +0000
631
632ubuntu-gnome-meta (0.26) trusty; urgency=low
633
634 * update.cfg: Add arm64.
635
636 * Refreshed dependencies
637 * Added cups-filters to desktop-recommends
638
639 -- Colin Watson <cjwatson@ubuntu.com> Mon, 09 Dec 2013 11:31:30 +0000
640
641ubuntu-gnome-meta (0.25) trusty; urgency=low
642
643 * update.cfg: Switch to trusty.
644
645 * Refreshed dependencies
646 * Removed foomatic-filters from desktop
647
648 -- Colin Watson <cjwatson@ubuntu.com> Sat, 07 Dec 2013 14:54:11 +0000
649
650ubuntu-gnome-meta (0.24) saucy; urgency=low
651
652 * Refreshed dependencies
653 * Removed gnome-documents from desktop [armhf]
654 * Moved network-manager to desktop
655
656 -- Jeremy Bicha <jbicha@ubuntu.com> Thu, 19 Sep 2013 10:59:52 -0400
657
658ubuntu-gnome-meta (0.23) saucy; urgency=low
659
660 * Refreshed dependencies
661 * Added network-manager to desktop-recommends
662 * Removed doc-base from desktop
663 * Removed im-config from desktop-recommends (ibus still recommends it)
664
665 -- Jeremy Bicha <jbicha@ubuntu.com> Sat, 14 Sep 2013 23:48:57 -0400
666
667ubuntu-gnome-meta (0.22) saucy; urgency=low
668
669 * Refreshed dependencies
670 * Removed dmz-cursor-theme from desktop
671 * Removed network-manager-gnome from desktop-recommends
672
673 -- Jeremy Bicha <jbicha@ubuntu.com> Tue, 10 Sep 2013 10:30:53 -0400
674
675ubuntu-gnome-meta (0.21) saucy; urgency=low
676
677 * Refreshed dependencies
678 * Added gvfs-backends-goa to desktop
679 * Removed gstreamer1.0-plugins-base-apps from desktop
680
681 -- Jeremy Bicha <jbicha@ubuntu.com> Mon, 22 Jul 2013 23:06:18 -0400
682
683ubuntu-gnome-meta (0.20) saucy; urgency=low
684
685 * Refreshed dependencies
686 * Added zsync to desktop
687 * Removed firefox-gnome-support from desktop-recommends
688 * Removed gstreamer0.10-plugins-base-apps from desktop
689
690 -- Colin Watson <cjwatson@ubuntu.com> Mon, 01 Jul 2013 12:12:53 +0100
691
692ubuntu-gnome-meta (0.19) saucy; urgency=low
693
694 * Refreshed dependencies
695 * Added libreoffice-style-tango to desktop-recommends [amd64 i386]
696 * Removed gnome-screensaver from desktop-recommends
697
698 -- Jeremy Bicha <jbicha@ubuntu.com> Sun, 16 Jun 2013 23:04:26 -0400
699
700ubuntu-gnome-meta (0.18) saucy; urgency=low
701
702 * Refreshed dependencies
703 * Added evolution-data-server-goa to desktop
704 * Removed gnome-media from desktop (LP: #1157654)
705
706 -- Jeremy Bicha <jbicha@ubuntu.com> Fri, 14 Jun 2013 11:26:42 -0400
707
708ubuntu-gnome-meta (0.17) saucy; urgency=low
709
710 * Refreshed dependencies
711 * Added fonts-dejavu-core to desktop
712 * Removed ttf-dejavu-core from desktop
713 * Removed example-content from desktop-recommends
714
715 -- Jeremy Bicha <jbicha@ubuntu.com> Mon, 10 Jun 2013 17:55:17 -0400
716
717ubuntu-gnome-meta (0.16) saucy; urgency=low
718
719 * Refreshed dependencies
720 * Removed libqt4-sql-sqlite from desktop-recommends
721
722 -- Jeremy Bicha <jbicha@ubuntu.com> Sun, 09 Jun 2013 17:26:08 -0400
723
724ubuntu-gnome-meta (0.15) saucy; urgency=low
725
726 * Refreshed dependencies
727 * Added dconf-editor to desktop
728 * Added mcp-account-manager-goa to desktop-recommends
729
730 -- Jeremy Bicha <jbicha@ubuntu.com> Sun, 09 Jun 2013 15:06:09 -0400
731
732ubuntu-gnome-meta (0.14) saucy; urgency=low
733
734 * Refreshed dependencies
735 * Removed libgd2-xpm from desktop
736
737 -- Colin Watson <cjwatson@ubuntu.com> Sun, 02 Jun 2013 10:15:28 +0100
738
739ubuntu-gnome-meta (0.13) saucy; urgency=low
740
741 * Refreshed dependencies
742 * Added gnome-shell-extensions to desktop
743 * Removed gnome-dictionary from desktop
744 * Removed gnome-search-tool from desktop-recommends
745
746 -- Jeremy Bicha <jbicha@ubuntu.com> Fri, 31 May 2013 21:58:19 -0400
747
748ubuntu-gnome-meta (0.12) saucy; urgency=low
749
750 * update.cfg: Switch to saucy.
751 * Refreshed dependencies
752 * Added libpam-systemd to desktop
753 * Removed libpam-ck-connector from desktop
754 * Removed libpam-xdg-support from desktop
755
756 -- Martin Pitt <martin.pitt@ubuntu.com> Thu, 02 May 2013 11:40:07 -0700
757
758ubuntu-gnome-meta (0.11) raring; urgency=low
759
760 * Refreshed dependencies
761 * Added libnss-myhostname to desktop (LP: #1162478)
762 * Added system-config-printer-gnome to desktop (LP: #1163674)
763 * Moved xterm to desktop-recommends
764
765 -- Jeremy Bicha <jbicha@ubuntu.com> Sat, 13 Apr 2013 18:27:20 -0400
766
767ubuntu-gnome-meta (0.10) raring; urgency=low
768
769 * Refreshed dependencies
770 * Added gnome-calculator to desktop
771 * Removed gcalctool from desktop
772 * Removed gwibber from desktop-recommends
773
774 -- Jeremy Bicha <jbicha@ubuntu.com> Fri, 05 Apr 2013 22:53:49 -0400
775
776ubuntu-gnome-meta (0.9) raring; urgency=low
777
778 * Refreshed dependencies
779 * Added deja-dup-backend-ubuntuone to desktop-recommends
780 * Removed libreoffice-help-en-us from desktop-recommends [amd64 i386]
781
782 -- Colin Watson <cjwatson@ubuntu.com> Mon, 11 Mar 2013 14:12:52 +0000
783
784ubuntu-gnome-meta (0.8) raring; urgency=low
785
786 * Update package description
787 * Use dh9
788 * Refreshed dependencies
789 * Added gnome-documents to desktop
790 * Added gnome-mahjongg to desktop-recommends [amd64 armhf i386]
791 * Added gnome-mines to desktop-recommends [amd64 armhf i386]
792 * Added gnome-sudoku to desktop-recommends [amd64 armhf i386]
793 * Removed gnome-games from desktop-recommends [amd64 armhf i386]
794
795 -- Jeremy Bicha <jbicha@ubuntu.com> Wed, 06 Mar 2013 21:59:39 -0500
796
797ubuntu-gnome-meta (0.7) raring; urgency=low
798
799 * Refreshed dependencies
800 * Added firefox to desktop-recommends
801 * Added firefox-gnome-support to desktop-recommends
802 * Added libreoffice-calc to desktop-recommends [amd64 i386]
803 * Added libreoffice-gnome to desktop-recommends [amd64 i386]
804 * Added libreoffice-help-en-us to desktop-recommends [amd64 i386]
805 * Added libreoffice-impress to desktop-recommends [amd64 i386]
806 * Added libreoffice-math to desktop-recommends [amd64 i386]
807 * Added libreoffice-ogltrans to desktop-recommends [amd64 i386]
808 * Added libreoffice-pdfimport to desktop-recommends [amd64 i386]
809 * Added libreoffice-presentation-minimizer to desktop-recommends
810 [amd64 i386]
811 * Added libreoffice-writer to desktop-recommends [amd64 i386]
812 * Added xul-ext-ubufox to desktop-recommends
813 * Removed abiword from desktop-recommends
814 * Removed epiphany-browser from desktop-recommends
815 * Removed gnumeric from desktop-recommends
816 * Removed linux-headers-generic from desktop-recommends [amd64]
817 * Removed linux-headers-generic-pae from desktop-recommends [i386]
818 * Removed linux-headers-omap4 from desktop-recommends [armhf]
819 * Removed mesa-utils from desktop-recommends
820 * Removed pulseaudio-module-gconf from desktop-recommends
821
822 -- Jeremy Bicha <jbicha@ubuntu.com> Wed, 20 Feb 2013 23:09:52 -0500
823
824ubuntu-gnome-meta (0.6) raring; urgency=low
825
826 * Refreshed dependencies
827 * Added im-config to desktop-recommends
828 * Removed im-switch from desktop-recommends
829
830 -- Jeremy Bicha <jbicha@ubuntu.com> Mon, 10 Dec 2012 22:07:42 -0500
831
832ubuntu-gnome-meta (0.5) raring; urgency=low
833
834 * Dropped armel
835 * Refreshed dependencies
836 * Added deja-dup-backend-cloudfiles to desktop-recommends
837 * Added deja-dup-backend-s3 to desktop-recommends
838 * Added libpam-xdg-support to desktop
839 * Added linux-headers-omap4 to desktop-recommends [armhf]
840 * Added python3-aptdaemon.pkcompat to desktop-recommends
841 * Added software-center to desktop-recommends
842 * Added ubuntu-release-upgrader-gtk to desktop
843 * Added update-manager to desktop (LP: #1071008)
844 * Added update-notifier to desktop
845 * Removed gnome-packagekit from desktop-recommends
846 * Removed gnome-panel from desktop-recommends
847 * Removed indicator-datetime from desktop-recommends
848 * Removed indicator-printers from desktop-recommends
849 * Removed metacity from desktop
850 * Removed onboard from desktop-recommends
851 * Removed python-cloudfiles from desktop-recommends
852 * Removed xcursor-themes from desktop-recommends
853
854 -- Jeremy Bicha <jbicha@ubuntu.com> Wed, 28 Nov 2012 21:21:57 -0500
855
856ubuntu-gnome-meta (0.4) quantal; urgency=low
857
858 * Refreshed dependencies
859 * Added plymouth-theme-ubuntu-gnome-logo to desktop-recommends
860 * Added plymouth-theme-ubuntu-gnome-text to desktop-recommends
861 * Removed indicator-sync from desktop-recommends
862 * Removed plymouth-theme-ubuntu-logo from desktop-recommends
863
864 -- Jeremy Bicha <jbicha@ubuntu.com> Sun, 30 Sep 2012 00:38:16 -0400
865
866ubuntu-gnome-meta (0.3) quantal; urgency=low
867
868 * Refreshed dependencies
869 * Added evolution to desktop-recommends
870 * Added mesa-utils to desktop-recommends
871 * Added python-cloudfiles to desktop-recommends
872
873 -- Jeremy Bicha <jbicha@ubuntu.com> Sun, 16 Sep 2012 23:15:19 -0400
874
875ubuntu-gnome-meta (0.2) quantal; urgency=low
876
877 * Refreshed dependencies
878 * Added gnome-tweak-tool to desktop
879 * Added gstreamer1.0-alsa to desktop
880 * Added gstreamer1.0-plugins-base-apps to desktop
881 * Added gstreamer1.0-pulseaudio to desktop
882 * Added software-properties-gtk to desktop
883 * Added indicator-datetime to desktop-recommends
884 * Added indicator-sync to desktop-recommends
885 * Added libqt4-sql-sqlite to desktop-recommends
886 * Moved gnome-packagekit to desktop-recommends
887 * Moved gnome-panel to desktop-recommends
888 * Removed caribou from desktop (LP: #1044537)
889 * Removed gnome-applets from desktop
890 * Removed indicator-appmenu from desktop-recommends
891 * Removed jockey-gtk from desktop-recommends
892 * Removed ubuntu-docs from desktop-recommends
893
894 -- Jeremy Bicha <jbicha@ubuntu.com> Fri, 07 Sep 2012 01:07:45 -0400
895
896ubuntu-gnome-meta (0.1) quantal; urgency=medium
897
898 * Initial release (LP: #1043610)
899
900 -- Jeremy Bicha <jbicha@ubuntu.com> Wed, 29 Aug 2012 23:06:40 -0400
0901
=== added file 'ubuntu-gnome-meta-0.86/debian/compat'
--- ubuntu-gnome-meta-0.86/debian/compat 1970-01-01 00:00:00 +0000
+++ ubuntu-gnome-meta-0.86/debian/compat 2019-09-23 01:59:05 +0000
@@ -0,0 +1,1 @@
110
02
=== added file 'ubuntu-gnome-meta-0.86/debian/control'
--- ubuntu-gnome-meta-0.86/debian/control 1970-01-01 00:00:00 +0000
+++ ubuntu-gnome-meta-0.86/debian/control 2019-09-23 01:59:05 +0000
@@ -0,0 +1,31 @@
1Source: ubuntu-gnome-meta
2Section: metapackages
3Priority: optional
4Maintainer: Ubuntu GNOME Developers <ubuntu-gnome@lists.ubuntu.com>
5Standards-Version: 4.1.0
6Build-Depends: debhelper (>= 10), germinate (>= 1.18)
7
8Package: ubuntu-gnome-desktop
9Architecture: amd64 armhf arm64 i386 ppc64el
10Section: oldlibs
11Depends: ${misc:Depends}, ubuntu-desktop, gnome-session
12Description: The Ubuntu desktop system (transitional package)
13 This package depends on all of the packages in the Ubuntu desktop system.
14 .
15 Before Ubuntu 17.10, this was the metapackage for the Ubuntu GNOME flavor.
16 .
17 Install vanilla-gnome-desktop instead if you prefer a full GNOME desktop
18 with minimal Ubuntu branding.
19
20Package: vanilla-gnome-desktop
21Architecture: amd64 armhf arm64 i386 ppc64el
22Depends: ${misc:Depends}, ${germinate:Depends}
23Recommends: ${germinate:Recommends}
24Description: Vanilla GNOME metapackage
25 This package depends on the core GNOME packages with minimal Ubuntu
26 branding similar to what was offered by Ubuntu GNOME. Ubuntu GNOME
27 was an Ubuntu flavor that offered a mostly pure GNOME experience until
28 it was discontinued after the 17.04 release.
29 .
30 It is also used to help ensure proper upgrades, so it is recommended that
31 it not be removed.
032
=== added file 'ubuntu-gnome-meta-0.86/debian/copyright'
--- ubuntu-gnome-meta-0.86/debian/copyright 1970-01-01 00:00:00 +0000
+++ ubuntu-gnome-meta-0.86/debian/copyright 2019-09-23 01:59:05 +0000
@@ -0,0 +1,13 @@
1Copyright 2004, Canonical Ltd.
2
3This program is free software; you can redistribute it and/or modify it under
4the terms of the GNU General Public License as published by the Free Software
5Foundation; either version 2, or (at your option) any later version.
6
7This program is distributed in the hope that it will be useful, but WITHOUT ANY
8WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
9PARTICULAR PURPOSE. See the GNU General Public License for more details.
10
11You should have received a copy of the GNU General Public License with your
12system, in /usr/share/common-licenses/GPL-2. If not, see
13<http://www.gnu.org/licenses/>.
014
=== added file 'ubuntu-gnome-meta-0.86/debian/rules'
--- ubuntu-gnome-meta-0.86/debian/rules 1970-01-01 00:00:00 +0000
+++ ubuntu-gnome-meta-0.86/debian/rules 2019-09-23 01:59:05 +0000
@@ -0,0 +1,3 @@
1#! /usr/bin/make -f
2%:
3 dh $@ --with germinate
04
=== added directory 'ubuntu-gnome-meta-0.86/debian/source'
=== added file 'ubuntu-gnome-meta-0.86/debian/source/format'
--- ubuntu-gnome-meta-0.86/debian/source/format 1970-01-01 00:00:00 +0000
+++ ubuntu-gnome-meta-0.86/debian/source/format 2019-09-23 01:59:05 +0000
@@ -0,0 +1,1 @@
13.0 (native)
02
=== added file 'ubuntu-gnome-meta-0.86/debootstrap-version'
--- ubuntu-gnome-meta-0.86/debootstrap-version 1970-01-01 00:00:00 +0000
+++ ubuntu-gnome-meta-0.86/debootstrap-version 2019-09-23 01:59:05 +0000
@@ -0,0 +1,1 @@
11.0.112ubuntu1.1
02
=== added file 'ubuntu-gnome-meta-0.86/desktop-amd64'
--- ubuntu-gnome-meta-0.86/desktop-amd64 1970-01-01 00:00:00 +0000
+++ ubuntu-gnome-meta-0.86/desktop-amd64 2019-09-23 01:59:05 +0000
@@ -0,0 +1,92 @@
1adwaita-icon-theme-full
2alsa-base
3alsa-utils
4anacron
5at-spi2-core
6baobab
7bc
8ca-certificates
9chrome-gnome-shell
10dconf-editor
11eog
12evince
13file-roller
14fonts-cantarell
15fonts-dejavu-core
16fonts-freefont-ttf
17foomatic-db-compressed-ppds
18gdm3
19gedit
20genisoimage
21ghostscript-x
22gnome-backgrounds
23gnome-calculator
24gnome-calendar
25gnome-characters
26gnome-color-manager
27gnome-contacts
28gnome-control-center
29gnome-disk-utility
30gnome-documents
31gnome-font-viewer
32gnome-initial-setup
33gnome-logs
34gnome-menus
35gnome-online-accounts
36gnome-online-miners
37gnome-screenshot
38gnome-session
39gnome-session-canberra
40gnome-settings-daemon
41gnome-shell
42gnome-shell-extensions
43gnome-sushi
44gnome-system-monitor
45gnome-terminal
46gnome-themes-extra
47gnome-todo
48gnome-tweaks
49gnome-user-docs
50gnome-user-share
51gsettings-desktop-schemas
52gstreamer1.0-alsa
53gstreamer1.0-plugins-base-apps
54gstreamer1.0-pulseaudio
55gvfs-bin
56inputattach
57libatk-adaptor
58libnotify-bin
59libsasl2-modules
60libu2f-udev
61mutter
62nautilus
63nautilus-extension-brasero
64network-manager
65openprinting-ppds
66printer-driver-pnm2ppa
67pulseaudio
68rfkill
69simple-scan
70software-properties-gtk
71spice-vdagent
72ssh-askpass-gnome
73system-config-printer-common
74system-config-printer-udev
75tracker
76ubuntu-drivers-common
77ubuntu-release-upgrader-gtk
78unzip
79update-manager
80update-notifier
81vanilla-gnome-default-settings
82wireless-tools
83wpasupplicant
84xdg-desktop-portal-gtk
85xdg-user-dirs
86xdg-user-dirs-gtk
87xkb-data
88xorg
89yelp
90zenity
91zip
92zsync
093
=== added file 'ubuntu-gnome-meta-0.86/desktop-amd64.old'
--- ubuntu-gnome-meta-0.86/desktop-amd64.old 1970-01-01 00:00:00 +0000
+++ ubuntu-gnome-meta-0.86/desktop-amd64.old 2019-09-23 01:59:05 +0000
@@ -0,0 +1,71 @@
1adwaita-icon-theme-full
2alsa-base
3alsa-utils
4anacron
5at-spi2-core
6bc
7ca-certificates
8chrome-gnome-shell
9fonts-cantarell
10fonts-dejavu-core
11fonts-freefont-ttf
12foomatic-db-compressed-ppds
13gdm3
14genisoimage
15ghostscript-x
16gnome-backgrounds
17gnome-color-manager
18gnome-control-center
19gnome-initial-setup
20gnome-menus
21gnome-online-accounts
22gnome-online-miners
23gnome-session
24gnome-session-canberra
25gnome-settings-daemon
26gnome-shell
27gnome-shell-extensions
28gnome-sushi
29gnome-themes-extra
30gnome-user-docs
31gnome-user-share
32gsettings-desktop-schemas
33gstreamer1.0-alsa
34gstreamer1.0-plugins-base-apps
35gstreamer1.0-pulseaudio
36gvfs-bin
37inputattach
38libatk-adaptor
39libnotify-bin
40libsasl2-modules
41libu2f-udev
42mutter
43nautilus
44nautilus-extension-brasero
45network-manager
46openprinting-ppds
47printer-driver-pnm2ppa
48pulseaudio
49rfkill
50software-properties-gtk
51spice-vdagent
52ssh-askpass-gnome
53system-config-printer-common
54system-config-printer-udev
55tracker
56ubuntu-drivers-common
57ubuntu-release-upgrader-gtk
58unzip
59update-manager
60update-notifier
61vanilla-gnome-default-settings
62wireless-tools
63wpasupplicant
64xdg-desktop-portal-gtk
65xdg-user-dirs
66xdg-user-dirs-gtk
67xkb-data
68xorg
69zenity
70zip
71zsync
072
=== added file 'ubuntu-gnome-meta-0.86/desktop-arm64'
--- ubuntu-gnome-meta-0.86/desktop-arm64 1970-01-01 00:00:00 +0000
+++ ubuntu-gnome-meta-0.86/desktop-arm64 2019-09-23 01:59:05 +0000
@@ -0,0 +1,92 @@
1adwaita-icon-theme-full
2alsa-base
3alsa-utils
4anacron
5at-spi2-core
6baobab
7bc
8ca-certificates
9chrome-gnome-shell
10dconf-editor
11eog
12evince
13file-roller
14fonts-cantarell
15fonts-dejavu-core
16fonts-freefont-ttf
17foomatic-db-compressed-ppds
18gdm3
19gedit
20genisoimage
21ghostscript-x
22gnome-backgrounds
23gnome-calculator
24gnome-calendar
25gnome-characters
26gnome-color-manager
27gnome-contacts
28gnome-control-center
29gnome-disk-utility
30gnome-documents
31gnome-font-viewer
32gnome-initial-setup
33gnome-logs
34gnome-menus
35gnome-online-accounts
36gnome-online-miners
37gnome-screenshot
38gnome-session
39gnome-session-canberra
40gnome-settings-daemon
41gnome-shell
42gnome-shell-extensions
43gnome-sushi
44gnome-system-monitor
45gnome-terminal
46gnome-themes-extra
47gnome-todo
48gnome-tweaks
49gnome-user-docs
50gnome-user-share
51gsettings-desktop-schemas
52gstreamer1.0-alsa
53gstreamer1.0-plugins-base-apps
54gstreamer1.0-pulseaudio
55gvfs-bin
56inputattach
57libatk-adaptor
58libnotify-bin
59libsasl2-modules
60libu2f-udev
61mutter
62nautilus
63nautilus-extension-brasero
64network-manager
65openprinting-ppds
66printer-driver-pnm2ppa
67pulseaudio
68rfkill
69simple-scan
70software-properties-gtk
71spice-vdagent
72ssh-askpass-gnome
73system-config-printer-common
74system-config-printer-udev
75tracker
76ubuntu-drivers-common
77ubuntu-release-upgrader-gtk
78unzip
79update-manager
80update-notifier
81vanilla-gnome-default-settings
82wireless-tools
83wpasupplicant
84xdg-desktop-portal-gtk
85xdg-user-dirs
86xdg-user-dirs-gtk
87xkb-data
88xorg
89yelp
90zenity
91zip
92zsync
093
=== added file 'ubuntu-gnome-meta-0.86/desktop-arm64.old'
--- ubuntu-gnome-meta-0.86/desktop-arm64.old 1970-01-01 00:00:00 +0000
+++ ubuntu-gnome-meta-0.86/desktop-arm64.old 2019-09-23 01:59:05 +0000
@@ -0,0 +1,71 @@
1adwaita-icon-theme-full
2alsa-base
3alsa-utils
4anacron
5at-spi2-core
6bc
7ca-certificates
8chrome-gnome-shell
9fonts-cantarell
10fonts-dejavu-core
11fonts-freefont-ttf
12foomatic-db-compressed-ppds
13gdm3
14genisoimage
15ghostscript-x
16gnome-backgrounds
17gnome-color-manager
18gnome-control-center
19gnome-initial-setup
20gnome-menus
21gnome-online-accounts
22gnome-online-miners
23gnome-session
24gnome-session-canberra
25gnome-settings-daemon
26gnome-shell
27gnome-shell-extensions
28gnome-sushi
29gnome-themes-extra
30gnome-user-docs
31gnome-user-share
32gsettings-desktop-schemas
33gstreamer1.0-alsa
34gstreamer1.0-plugins-base-apps
35gstreamer1.0-pulseaudio
36gvfs-bin
37inputattach
38libatk-adaptor
39libnotify-bin
40libsasl2-modules
41libu2f-udev
42mutter
43nautilus
44nautilus-extension-brasero
45network-manager
46openprinting-ppds
47printer-driver-pnm2ppa
48pulseaudio
49rfkill
50software-properties-gtk
51spice-vdagent
52ssh-askpass-gnome
53system-config-printer-common
54system-config-printer-udev
55tracker
56ubuntu-drivers-common
57ubuntu-release-upgrader-gtk
58unzip
59update-manager
60update-notifier
61vanilla-gnome-default-settings
62wireless-tools
63wpasupplicant
64xdg-desktop-portal-gtk
65xdg-user-dirs
66xdg-user-dirs-gtk
67xkb-data
68xorg
69zenity
70zip
71zsync
072
=== added file 'ubuntu-gnome-meta-0.86/desktop-armhf'
--- ubuntu-gnome-meta-0.86/desktop-armhf 1970-01-01 00:00:00 +0000
+++ ubuntu-gnome-meta-0.86/desktop-armhf 2019-09-23 01:59:05 +0000
@@ -0,0 +1,92 @@
1adwaita-icon-theme-full
2alsa-base
3alsa-utils
4anacron
5at-spi2-core
6baobab
7bc
8ca-certificates
9chrome-gnome-shell
10dconf-editor
11eog
12evince
13file-roller
14fonts-cantarell
15fonts-dejavu-core
16fonts-freefont-ttf
17foomatic-db-compressed-ppds
18gdm3
19gedit
20genisoimage
21ghostscript-x
22gnome-backgrounds
23gnome-calculator
24gnome-calendar
25gnome-characters
26gnome-color-manager
27gnome-contacts
28gnome-control-center
29gnome-disk-utility
30gnome-documents
31gnome-font-viewer
32gnome-initial-setup
33gnome-logs
34gnome-menus
35gnome-online-accounts
36gnome-online-miners
37gnome-screenshot
38gnome-session
39gnome-session-canberra
40gnome-settings-daemon
41gnome-shell
42gnome-shell-extensions
43gnome-sushi
44gnome-system-monitor
45gnome-terminal
46gnome-themes-extra
47gnome-todo
48gnome-tweaks
49gnome-user-docs
50gnome-user-share
51gsettings-desktop-schemas
52gstreamer1.0-alsa
53gstreamer1.0-plugins-base-apps
54gstreamer1.0-pulseaudio
55gvfs-bin
56inputattach
57libatk-adaptor
58libnotify-bin
59libsasl2-modules
60libu2f-udev
61mutter
62nautilus
63nautilus-extension-brasero
64network-manager
65openprinting-ppds
66printer-driver-pnm2ppa
67pulseaudio
68rfkill
69simple-scan
70software-properties-gtk
71spice-vdagent
72ssh-askpass-gnome
73system-config-printer-common
74system-config-printer-udev
75tracker
76ubuntu-drivers-common
77ubuntu-release-upgrader-gtk
78unzip
79update-manager
80update-notifier
81vanilla-gnome-default-settings
82wireless-tools
83wpasupplicant
84xdg-desktop-portal-gtk
85xdg-user-dirs
86xdg-user-dirs-gtk
87xkb-data
88xorg
89yelp
90zenity
91zip
92zsync
093
=== added file 'ubuntu-gnome-meta-0.86/desktop-armhf.old'
--- ubuntu-gnome-meta-0.86/desktop-armhf.old 1970-01-01 00:00:00 +0000
+++ ubuntu-gnome-meta-0.86/desktop-armhf.old 2019-09-23 01:59:05 +0000
@@ -0,0 +1,71 @@
1adwaita-icon-theme-full
2alsa-base
3alsa-utils
4anacron
5at-spi2-core
6bc
7ca-certificates
8chrome-gnome-shell
9fonts-cantarell
10fonts-dejavu-core
11fonts-freefont-ttf
12foomatic-db-compressed-ppds
13gdm3
14genisoimage
15ghostscript-x
16gnome-backgrounds
17gnome-color-manager
18gnome-control-center
19gnome-initial-setup
20gnome-menus
21gnome-online-accounts
22gnome-online-miners
23gnome-session
24gnome-session-canberra
25gnome-settings-daemon
26gnome-shell
27gnome-shell-extensions
28gnome-sushi
29gnome-themes-extra
30gnome-user-docs
31gnome-user-share
32gsettings-desktop-schemas
33gstreamer1.0-alsa
34gstreamer1.0-plugins-base-apps
35gstreamer1.0-pulseaudio
36gvfs-bin
37inputattach
38libatk-adaptor
39libnotify-bin
40libsasl2-modules
41libu2f-udev
42mutter
43nautilus
44nautilus-extension-brasero
45network-manager
46openprinting-ppds
47printer-driver-pnm2ppa
48pulseaudio
49rfkill
50software-properties-gtk
51spice-vdagent
52ssh-askpass-gnome
53system-config-printer-common
54system-config-printer-udev
55tracker
56ubuntu-drivers-common
57ubuntu-release-upgrader-gtk
58unzip
59update-manager
60update-notifier
61vanilla-gnome-default-settings
62wireless-tools
63wpasupplicant
64xdg-desktop-portal-gtk
65xdg-user-dirs
66xdg-user-dirs-gtk
67xkb-data
68xorg
69zenity
70zip
71zsync
072
=== added file 'ubuntu-gnome-meta-0.86/desktop-i386'
--- ubuntu-gnome-meta-0.86/desktop-i386 1970-01-01 00:00:00 +0000
+++ ubuntu-gnome-meta-0.86/desktop-i386 2019-09-23 01:59:05 +0000
@@ -0,0 +1,92 @@
1adwaita-icon-theme-full
2alsa-base
3alsa-utils
4anacron
5at-spi2-core
6baobab
7bc
8ca-certificates
9chrome-gnome-shell
10dconf-editor
11eog
12evince
13file-roller
14fonts-cantarell
15fonts-dejavu-core
16fonts-freefont-ttf
17foomatic-db-compressed-ppds
18gdm3
19gedit
20genisoimage
21ghostscript-x
22gnome-backgrounds
23gnome-calculator
24gnome-calendar
25gnome-characters
26gnome-color-manager
27gnome-contacts
28gnome-control-center
29gnome-disk-utility
30gnome-documents
31gnome-font-viewer
32gnome-initial-setup
33gnome-logs
34gnome-menus
35gnome-online-accounts
36gnome-online-miners
37gnome-screenshot
38gnome-session
39gnome-session-canberra
40gnome-settings-daemon
41gnome-shell
42gnome-shell-extensions
43gnome-sushi
44gnome-system-monitor
45gnome-terminal
46gnome-themes-extra
47gnome-todo
48gnome-tweaks
49gnome-user-docs
50gnome-user-share
51gsettings-desktop-schemas
52gstreamer1.0-alsa
53gstreamer1.0-plugins-base-apps
54gstreamer1.0-pulseaudio
55gvfs-bin
56inputattach
57libatk-adaptor
58libnotify-bin
59libsasl2-modules
60libu2f-udev
61mutter
62nautilus
63nautilus-extension-brasero
64network-manager
65openprinting-ppds
66printer-driver-pnm2ppa
67pulseaudio
68rfkill
69simple-scan
70software-properties-gtk
71spice-vdagent
72ssh-askpass-gnome
73system-config-printer-common
74system-config-printer-udev
75tracker
76ubuntu-drivers-common
77ubuntu-release-upgrader-gtk
78unzip
79update-manager
80update-notifier
81vanilla-gnome-default-settings
82wireless-tools
83wpasupplicant
84xdg-desktop-portal-gtk
85xdg-user-dirs
86xdg-user-dirs-gtk
87xkb-data
88xorg
89yelp
90zenity
91zip
92zsync
093
=== added file 'ubuntu-gnome-meta-0.86/desktop-i386.old'
--- ubuntu-gnome-meta-0.86/desktop-i386.old 1970-01-01 00:00:00 +0000
+++ ubuntu-gnome-meta-0.86/desktop-i386.old 2019-09-23 01:59:05 +0000
@@ -0,0 +1,71 @@
1adwaita-icon-theme-full
2alsa-base
3alsa-utils
4anacron
5at-spi2-core
6bc
7ca-certificates
8chrome-gnome-shell
9fonts-cantarell
10fonts-dejavu-core
11fonts-freefont-ttf
12foomatic-db-compressed-ppds
13gdm3
14genisoimage
15ghostscript-x
16gnome-backgrounds
17gnome-color-manager
18gnome-control-center
19gnome-initial-setup
20gnome-menus
21gnome-online-accounts
22gnome-online-miners
23gnome-session
24gnome-session-canberra
25gnome-settings-daemon
26gnome-shell
27gnome-shell-extensions
28gnome-sushi
29gnome-themes-extra
30gnome-user-docs
31gnome-user-share
32gsettings-desktop-schemas
33gstreamer1.0-alsa
34gstreamer1.0-plugins-base-apps
35gstreamer1.0-pulseaudio
36gvfs-bin
37inputattach
38libatk-adaptor
39libnotify-bin
40libsasl2-modules
41libu2f-udev
42mutter
43nautilus
44nautilus-extension-brasero
45network-manager
46openprinting-ppds
47printer-driver-pnm2ppa
48pulseaudio
49rfkill
50software-properties-gtk
51spice-vdagent
52ssh-askpass-gnome
53system-config-printer-common
54system-config-printer-udev
55tracker
56ubuntu-drivers-common
57ubuntu-release-upgrader-gtk
58unzip
59update-manager
60update-notifier
61vanilla-gnome-default-settings
62wireless-tools
63wpasupplicant
64xdg-desktop-portal-gtk
65xdg-user-dirs
66xdg-user-dirs-gtk
67xkb-data
68xorg
69zenity
70zip
71zsync
072
=== added file 'ubuntu-gnome-meta-0.86/desktop-ppc64el'
--- ubuntu-gnome-meta-0.86/desktop-ppc64el 1970-01-01 00:00:00 +0000
+++ ubuntu-gnome-meta-0.86/desktop-ppc64el 2019-09-23 01:59:05 +0000
@@ -0,0 +1,92 @@
1adwaita-icon-theme-full
2alsa-base
3alsa-utils
4anacron
5at-spi2-core
6baobab
7bc
8ca-certificates
9chrome-gnome-shell
10dconf-editor
11eog
12evince
13file-roller
14fonts-cantarell
15fonts-dejavu-core
16fonts-freefont-ttf
17foomatic-db-compressed-ppds
18gdm3
19gedit
20genisoimage
21ghostscript-x
22gnome-backgrounds
23gnome-calculator
24gnome-calendar
25gnome-characters
26gnome-color-manager
27gnome-contacts
28gnome-control-center
29gnome-disk-utility
30gnome-documents
31gnome-font-viewer
32gnome-initial-setup
33gnome-logs
34gnome-menus
35gnome-online-accounts
36gnome-online-miners
37gnome-screenshot
38gnome-session
39gnome-session-canberra
40gnome-settings-daemon
41gnome-shell
42gnome-shell-extensions
43gnome-sushi
44gnome-system-monitor
45gnome-terminal
46gnome-themes-extra
47gnome-todo
48gnome-tweaks
49gnome-user-docs
50gnome-user-share
51gsettings-desktop-schemas
52gstreamer1.0-alsa
53gstreamer1.0-plugins-base-apps
54gstreamer1.0-pulseaudio
55gvfs-bin
56inputattach
57libatk-adaptor
58libnotify-bin
59libsasl2-modules
60libu2f-udev
61mutter
62nautilus
63nautilus-extension-brasero
64network-manager
65openprinting-ppds
66printer-driver-pnm2ppa
67pulseaudio
68rfkill
69simple-scan
70software-properties-gtk
71spice-vdagent
72ssh-askpass-gnome
73system-config-printer-common
74system-config-printer-udev
75tracker
76ubuntu-drivers-common
77ubuntu-release-upgrader-gtk
78unzip
79update-manager
80update-notifier
81vanilla-gnome-default-settings
82wireless-tools
83wpasupplicant
84xdg-desktop-portal-gtk
85xdg-user-dirs
86xdg-user-dirs-gtk
87xkb-data
88xorg
89yelp
90zenity
91zip
92zsync
093
=== added file 'ubuntu-gnome-meta-0.86/desktop-ppc64el.old'
--- ubuntu-gnome-meta-0.86/desktop-ppc64el.old 1970-01-01 00:00:00 +0000
+++ ubuntu-gnome-meta-0.86/desktop-ppc64el.old 2019-09-23 01:59:05 +0000
@@ -0,0 +1,71 @@
1adwaita-icon-theme-full
2alsa-base
3alsa-utils
4anacron
5at-spi2-core
6bc
7ca-certificates
8chrome-gnome-shell
9fonts-cantarell
10fonts-dejavu-core
11fonts-freefont-ttf
12foomatic-db-compressed-ppds
13gdm3
14genisoimage
15ghostscript-x
16gnome-backgrounds
17gnome-color-manager
18gnome-control-center
19gnome-initial-setup
20gnome-menus
21gnome-online-accounts
22gnome-online-miners
23gnome-session
24gnome-session-canberra
25gnome-settings-daemon
26gnome-shell
27gnome-shell-extensions
28gnome-sushi
29gnome-themes-extra
30gnome-user-docs
31gnome-user-share
32gsettings-desktop-schemas
33gstreamer1.0-alsa
34gstreamer1.0-plugins-base-apps
35gstreamer1.0-pulseaudio
36gvfs-bin
37inputattach
38libatk-adaptor
39libnotify-bin
40libsasl2-modules
41libu2f-udev
42mutter
43nautilus
44nautilus-extension-brasero
45network-manager
46openprinting-ppds
47printer-driver-pnm2ppa
48pulseaudio
49rfkill
50software-properties-gtk
51spice-vdagent
52ssh-askpass-gnome
53system-config-printer-common
54system-config-printer-udev
55tracker
56ubuntu-drivers-common
57ubuntu-release-upgrader-gtk
58unzip
59update-manager
60update-notifier
61vanilla-gnome-default-settings
62wireless-tools
63wpasupplicant
64xdg-desktop-portal-gtk
65xdg-user-dirs
66xdg-user-dirs-gtk
67xkb-data
68xorg
69zenity
70zip
71zsync
072
=== added file 'ubuntu-gnome-meta-0.86/desktop-recommends-amd64'
--- ubuntu-gnome-meta-0.86/desktop-recommends-amd64 1970-01-01 00:00:00 +0000
+++ ubuntu-gnome-meta-0.86/desktop-recommends-amd64 2019-09-23 01:59:05 +0000
@@ -0,0 +1,104 @@
1acpi-support
2aisleriot
3app-install-data-partner
4apport-gtk
5avahi-autoipd
6avahi-daemon
7bluez
8bluez-cups
9brltty
10cheese
11cups
12cups-bsd
13cups-client
14cups-filters
15deja-dup
16dirmngr
17exfat-utils
18firefox
19fonts-indic
20fonts-kacst-one
21fonts-khmeros-core
22fonts-lao
23fonts-liberation
24fonts-lklug-sinhala
25fonts-noto-cjk
26fonts-sil-abyssinica
27fonts-sil-padauk
28fonts-thai-tlwg
29fonts-tibetan-machine
30fonts-ubuntu
31fwupd
32fwupd-signed
33gnome-accessibility-themes
34gnome-bluetooth
35gnome-getting-started-docs
36gnome-keyring
37gnome-mahjongg
38gnome-maps
39gnome-mines
40gnome-music
41gnome-photos
42gnome-software
43gnome-software-plugin-flatpak
44gnome-sudoku
45gnome-weather
46gpg-agent
47gvfs-fuse
48hplip
49ibus
50ibus-gtk
51ibus-gtk3
52ibus-table
53im-config
54kerneloops
55laptop-detect
56libnss-mdns
57libpam-gnome-keyring
58libproxy1-plugin-gsettings
59libproxy1-plugin-networkmanager
60libreoffice-calc
61libreoffice-gnome
62libreoffice-impress
63libreoffice-math
64libreoffice-ogltrans
65libreoffice-pdfimport
66libreoffice-style-tango
67libreoffice-writer
68libwmf0.2-7-gtk
69memtest86+
70mousetweaks
71nautilus-sendto
72nautilus-share
73network-manager-config-connectivity-ubuntu
74network-manager-openvpn-gnome
75network-manager-pptp-gnome
76orca
77packagekit
78pcmciautils
79plymouth-theme-ubuntu-gnome-logo
80plymouth-theme-ubuntu-gnome-text
81policykit-desktop-privileges
82ppa-purge
83printer-driver-brlaser
84printer-driver-c2esp
85printer-driver-foo2zjs
86printer-driver-m2300w
87printer-driver-min12xxw
88printer-driver-ptouch
89printer-driver-pxljr
90printer-driver-sag-gdi
91printer-driver-splix
92pulseaudio-module-bluetooth
93rhythmbox
94seahorse
95snapd
96speech-dispatcher
97totem
98transmission-gtk
99ubuntu-gnome-wallpapers
100usb-creator-gtk
101vino
102whoopsie
103xdg-utils
104xul-ext-ubufox
0105
=== added file 'ubuntu-gnome-meta-0.86/desktop-recommends-amd64.old'
--- ubuntu-gnome-meta-0.86/desktop-recommends-amd64.old 1970-01-01 00:00:00 +0000
+++ ubuntu-gnome-meta-0.86/desktop-recommends-amd64.old 2019-09-23 01:59:05 +0000
@@ -0,0 +1,125 @@
1acpi-support
2aisleriot
3app-install-data-partner
4apport-gtk
5avahi-autoipd
6avahi-daemon
7baobab
8bluez
9bluez-cups
10brltty
11cheese
12cups
13cups-bsd
14cups-client
15cups-filters
16dconf-editor
17deja-dup
18dirmngr
19eog
20evince
21exfat-utils
22file-roller
23firefox
24fonts-indic
25fonts-kacst-one
26fonts-khmeros-core
27fonts-lao
28fonts-liberation
29fonts-lklug-sinhala
30fonts-noto-cjk
31fonts-sil-abyssinica
32fonts-sil-padauk
33fonts-thai-tlwg
34fonts-tibetan-machine
35fonts-ubuntu
36fwupd
37fwupd-signed
38gedit
39gnome-accessibility-themes
40gnome-bluetooth
41gnome-calculator
42gnome-calendar
43gnome-characters
44gnome-contacts
45gnome-disk-utility
46gnome-documents
47gnome-font-viewer
48gnome-getting-started-docs
49gnome-keyring
50gnome-logs
51gnome-mahjongg
52gnome-maps
53gnome-mines
54gnome-music
55gnome-photos
56gnome-screenshot
57gnome-software
58gnome-software-plugin-flatpak
59gnome-sudoku
60gnome-system-monitor
61gnome-terminal
62gnome-todo
63gnome-tweaks
64gnome-weather
65gpg-agent
66gvfs-fuse
67hplip
68ibus
69ibus-gtk
70ibus-gtk3
71ibus-table
72im-config
73kerneloops
74laptop-detect
75libnss-mdns
76libpam-gnome-keyring
77libproxy1-plugin-gsettings
78libproxy1-plugin-networkmanager
79libreoffice-calc
80libreoffice-gnome
81libreoffice-impress
82libreoffice-math
83libreoffice-ogltrans
84libreoffice-pdfimport
85libreoffice-style-tango
86libreoffice-writer
87libwmf0.2-7-gtk
88memtest86+
89mousetweaks
90nautilus-sendto
91nautilus-share
92network-manager-config-connectivity-ubuntu
93network-manager-openvpn-gnome
94network-manager-pptp-gnome
95orca
96packagekit
97pcmciautils
98plymouth-theme-ubuntu-gnome-logo
99plymouth-theme-ubuntu-gnome-text
100policykit-desktop-privileges
101ppa-purge
102printer-driver-brlaser
103printer-driver-c2esp
104printer-driver-foo2zjs
105printer-driver-m2300w
106printer-driver-min12xxw
107printer-driver-ptouch
108printer-driver-pxljr
109printer-driver-sag-gdi
110printer-driver-splix
111pulseaudio-module-bluetooth
112rhythmbox
113seahorse
114simple-scan
115snapd
116speech-dispatcher
117totem
118transmission-gtk
119ubuntu-gnome-wallpapers
120usb-creator-gtk
121vino
122whoopsie
123xdg-utils
124xul-ext-ubufox
125yelp
0126
=== added file 'ubuntu-gnome-meta-0.86/desktop-recommends-arm64'
--- ubuntu-gnome-meta-0.86/desktop-recommends-arm64 1970-01-01 00:00:00 +0000
+++ ubuntu-gnome-meta-0.86/desktop-recommends-arm64 2019-09-23 01:59:05 +0000
@@ -0,0 +1,101 @@
1aisleriot
2app-install-data-partner
3apport-gtk
4avahi-autoipd
5avahi-daemon
6bluez
7bluez-cups
8brltty
9cheese
10cups
11cups-bsd
12cups-client
13cups-filters
14deja-dup
15dirmngr
16exfat-utils
17firefox
18fonts-indic
19fonts-kacst-one
20fonts-khmeros-core
21fonts-lao
22fonts-liberation
23fonts-lklug-sinhala
24fonts-noto-cjk
25fonts-sil-abyssinica
26fonts-sil-padauk
27fonts-thai-tlwg
28fonts-tibetan-machine
29fonts-ubuntu
30fwupd
31fwupd-signed
32gnome-accessibility-themes
33gnome-bluetooth
34gnome-getting-started-docs
35gnome-keyring
36gnome-mahjongg
37gnome-maps
38gnome-mines
39gnome-music
40gnome-photos
41gnome-software
42gnome-software-plugin-flatpak
43gnome-sudoku
44gnome-weather
45gpg-agent
46gvfs-fuse
47hplip
48ibus
49ibus-gtk
50ibus-gtk3
51ibus-table
52im-config
53kerneloops
54laptop-detect
55libnss-mdns
56libpam-gnome-keyring
57libproxy1-plugin-gsettings
58libproxy1-plugin-networkmanager
59libreoffice-calc
60libreoffice-gnome
61libreoffice-impress
62libreoffice-math
63libreoffice-ogltrans
64libreoffice-pdfimport
65libreoffice-style-tango
66libreoffice-writer
67libwmf0.2-7-gtk
68mousetweaks
69nautilus-sendto
70nautilus-share
71network-manager-config-connectivity-ubuntu
72network-manager-openvpn-gnome
73network-manager-pptp-gnome
74orca
75packagekit
76pcmciautils
77plymouth-theme-ubuntu-gnome-logo
78plymouth-theme-ubuntu-gnome-text
79policykit-desktop-privileges
80ppa-purge
81printer-driver-brlaser
82printer-driver-c2esp
83printer-driver-foo2zjs
84printer-driver-m2300w
85printer-driver-min12xxw
86printer-driver-ptouch
87printer-driver-pxljr
88printer-driver-sag-gdi
89printer-driver-splix
90pulseaudio-module-bluetooth
91rhythmbox
92seahorse
93snapd
94speech-dispatcher
95totem
96transmission-gtk
97ubuntu-gnome-wallpapers
98vino
99whoopsie
100xdg-utils
101xul-ext-ubufox
0102
=== added file 'ubuntu-gnome-meta-0.86/desktop-recommends-arm64.old'
--- ubuntu-gnome-meta-0.86/desktop-recommends-arm64.old 1970-01-01 00:00:00 +0000
+++ ubuntu-gnome-meta-0.86/desktop-recommends-arm64.old 2019-09-23 01:59:05 +0000
@@ -0,0 +1,122 @@
1aisleriot
2app-install-data-partner
3apport-gtk
4avahi-autoipd
5avahi-daemon
6baobab
7bluez
8bluez-cups
9brltty
10cheese
11cups
12cups-bsd
13cups-client
14cups-filters
15dconf-editor
16deja-dup
17dirmngr
18eog
19evince
20exfat-utils
21file-roller
22firefox
23fonts-indic
24fonts-kacst-one
25fonts-khmeros-core
26fonts-lao
27fonts-liberation
28fonts-lklug-sinhala
29fonts-noto-cjk
30fonts-sil-abyssinica
31fonts-sil-padauk
32fonts-thai-tlwg
33fonts-tibetan-machine
34fonts-ubuntu
35fwupd
36fwupd-signed
37gedit
38gnome-accessibility-themes
39gnome-bluetooth
40gnome-calculator
41gnome-calendar
42gnome-characters
43gnome-contacts
44gnome-disk-utility
45gnome-documents
46gnome-font-viewer
47gnome-getting-started-docs
48gnome-keyring
49gnome-logs
50gnome-mahjongg
51gnome-maps
52gnome-mines
53gnome-music
54gnome-photos
55gnome-screenshot
56gnome-software
57gnome-software-plugin-flatpak
58gnome-sudoku
59gnome-system-monitor
60gnome-terminal
61gnome-todo
62gnome-tweaks
63gnome-weather
64gpg-agent
65gvfs-fuse
66hplip
67ibus
68ibus-gtk
69ibus-gtk3
70ibus-table
71im-config
72kerneloops
73laptop-detect
74libnss-mdns
75libpam-gnome-keyring
76libproxy1-plugin-gsettings
77libproxy1-plugin-networkmanager
78libreoffice-calc
79libreoffice-gnome
80libreoffice-impress
81libreoffice-math
82libreoffice-ogltrans
83libreoffice-pdfimport
84libreoffice-style-tango
85libreoffice-writer
86libwmf0.2-7-gtk
87mousetweaks
88nautilus-sendto
89nautilus-share
90network-manager-config-connectivity-ubuntu
91network-manager-openvpn-gnome
92network-manager-pptp-gnome
93orca
94packagekit
95pcmciautils
96plymouth-theme-ubuntu-gnome-logo
97plymouth-theme-ubuntu-gnome-text
98policykit-desktop-privileges
99ppa-purge
100printer-driver-brlaser
101printer-driver-c2esp
102printer-driver-foo2zjs
103printer-driver-m2300w
104printer-driver-min12xxw
105printer-driver-ptouch
106printer-driver-pxljr
107printer-driver-sag-gdi
108printer-driver-splix
109pulseaudio-module-bluetooth
110rhythmbox
111seahorse
112simple-scan
113snapd
114speech-dispatcher
115totem
116transmission-gtk
117ubuntu-gnome-wallpapers
118vino
119whoopsie
120xdg-utils
121xul-ext-ubufox
122yelp
0123
=== added file 'ubuntu-gnome-meta-0.86/desktop-recommends-armhf'
--- ubuntu-gnome-meta-0.86/desktop-recommends-armhf 1970-01-01 00:00:00 +0000
+++ ubuntu-gnome-meta-0.86/desktop-recommends-armhf 2019-09-23 01:59:05 +0000
@@ -0,0 +1,101 @@
1aisleriot
2app-install-data-partner
3apport-gtk
4avahi-autoipd
5avahi-daemon
6bluez
7bluez-cups
8brltty
9cheese
10cups
11cups-bsd
12cups-client
13cups-filters
14deja-dup
15dirmngr
16exfat-utils
17firefox
18fonts-indic
19fonts-kacst-one
20fonts-khmeros-core
21fonts-lao
22fonts-liberation
23fonts-lklug-sinhala
24fonts-noto-cjk
25fonts-sil-abyssinica
26fonts-sil-padauk
27fonts-thai-tlwg
28fonts-tibetan-machine
29fonts-ubuntu
30fwupd
31fwupd-signed
32gnome-accessibility-themes
33gnome-bluetooth
34gnome-getting-started-docs
35gnome-keyring
36gnome-mahjongg
37gnome-maps
38gnome-mines
39gnome-music
40gnome-photos
41gnome-software
42gnome-software-plugin-flatpak
43gnome-sudoku
44gnome-weather
45gpg-agent
46gvfs-fuse
47hplip
48ibus
49ibus-gtk
50ibus-gtk3
51ibus-table
52im-config
53kerneloops
54laptop-detect
55libnss-mdns
56libpam-gnome-keyring
57libproxy1-plugin-gsettings
58libproxy1-plugin-networkmanager
59libreoffice-calc
60libreoffice-gnome
61libreoffice-impress
62libreoffice-math
63libreoffice-ogltrans
64libreoffice-pdfimport
65libreoffice-style-tango
66libreoffice-writer
67libwmf0.2-7-gtk
68mousetweaks
69nautilus-sendto
70nautilus-share
71network-manager-config-connectivity-ubuntu
72network-manager-openvpn-gnome
73network-manager-pptp-gnome
74orca
75packagekit
76pcmciautils
77plymouth-theme-ubuntu-gnome-logo
78plymouth-theme-ubuntu-gnome-text
79policykit-desktop-privileges
80ppa-purge
81printer-driver-brlaser
82printer-driver-c2esp
83printer-driver-foo2zjs
84printer-driver-m2300w
85printer-driver-min12xxw
86printer-driver-ptouch
87printer-driver-pxljr
88printer-driver-sag-gdi
89printer-driver-splix
90pulseaudio-module-bluetooth
91rhythmbox
92seahorse
93snapd
94speech-dispatcher
95totem
96transmission-gtk
97ubuntu-gnome-wallpapers
98vino
99whoopsie
100xdg-utils
101xul-ext-ubufox
0102
=== added file 'ubuntu-gnome-meta-0.86/desktop-recommends-armhf.old'
--- ubuntu-gnome-meta-0.86/desktop-recommends-armhf.old 1970-01-01 00:00:00 +0000
+++ ubuntu-gnome-meta-0.86/desktop-recommends-armhf.old 2019-09-23 01:59:05 +0000
@@ -0,0 +1,122 @@
1aisleriot
2app-install-data-partner
3apport-gtk
4avahi-autoipd
5avahi-daemon
6baobab
7bluez
8bluez-cups
9brltty
10cheese
11cups
12cups-bsd
13cups-client
14cups-filters
15dconf-editor
16deja-dup
17dirmngr
18eog
19evince
20exfat-utils
21file-roller
22firefox
23fonts-indic
24fonts-kacst-one
25fonts-khmeros-core
26fonts-lao
27fonts-liberation
28fonts-lklug-sinhala
29fonts-noto-cjk
30fonts-sil-abyssinica
31fonts-sil-padauk
32fonts-thai-tlwg
33fonts-tibetan-machine
34fonts-ubuntu
35fwupd
36fwupd-signed
37gedit
38gnome-accessibility-themes
39gnome-bluetooth
40gnome-calculator
41gnome-calendar
42gnome-characters
43gnome-contacts
44gnome-disk-utility
45gnome-documents
46gnome-font-viewer
47gnome-getting-started-docs
48gnome-keyring
49gnome-logs
50gnome-mahjongg
51gnome-maps
52gnome-mines
53gnome-music
54gnome-photos
55gnome-screenshot
56gnome-software
57gnome-software-plugin-flatpak
58gnome-sudoku
59gnome-system-monitor
60gnome-terminal
61gnome-todo
62gnome-tweaks
63gnome-weather
64gpg-agent
65gvfs-fuse
66hplip
67ibus
68ibus-gtk
69ibus-gtk3
70ibus-table
71im-config
72kerneloops
73laptop-detect
74libnss-mdns
75libpam-gnome-keyring
76libproxy1-plugin-gsettings
77libproxy1-plugin-networkmanager
78libreoffice-calc
79libreoffice-gnome
80libreoffice-impress
81libreoffice-math
82libreoffice-ogltrans
83libreoffice-pdfimport
84libreoffice-style-tango
85libreoffice-writer
86libwmf0.2-7-gtk
87mousetweaks
88nautilus-sendto
89nautilus-share
90network-manager-config-connectivity-ubuntu
91network-manager-openvpn-gnome
92network-manager-pptp-gnome
93orca
94packagekit
95pcmciautils
96plymouth-theme-ubuntu-gnome-logo
97plymouth-theme-ubuntu-gnome-text
98policykit-desktop-privileges
99ppa-purge
100printer-driver-brlaser
101printer-driver-c2esp
102printer-driver-foo2zjs
103printer-driver-m2300w
104printer-driver-min12xxw
105printer-driver-ptouch
106printer-driver-pxljr
107printer-driver-sag-gdi
108printer-driver-splix
109pulseaudio-module-bluetooth
110rhythmbox
111seahorse
112simple-scan
113snapd
114speech-dispatcher
115totem
116transmission-gtk
117ubuntu-gnome-wallpapers
118vino
119whoopsie
120xdg-utils
121xul-ext-ubufox
122yelp
0123
=== added file 'ubuntu-gnome-meta-0.86/desktop-recommends-i386'
--- ubuntu-gnome-meta-0.86/desktop-recommends-i386 1970-01-01 00:00:00 +0000
+++ ubuntu-gnome-meta-0.86/desktop-recommends-i386 2019-09-23 01:59:05 +0000
@@ -0,0 +1,104 @@
1acpi-support
2aisleriot
3app-install-data-partner
4apport-gtk
5avahi-autoipd
6avahi-daemon
7bluez
8bluez-cups
9brltty
10cheese
11cups
12cups-bsd
13cups-client
14cups-filters
15deja-dup
16dirmngr
17exfat-utils
18firefox
19fonts-indic
20fonts-kacst-one
21fonts-khmeros-core
22fonts-lao
23fonts-liberation
24fonts-lklug-sinhala
25fonts-noto-cjk
26fonts-sil-abyssinica
27fonts-sil-padauk
28fonts-thai-tlwg
29fonts-tibetan-machine
30fonts-ubuntu
31fwupd
32fwupd-signed
33gnome-accessibility-themes
34gnome-bluetooth
35gnome-getting-started-docs
36gnome-keyring
37gnome-mahjongg
38gnome-maps
39gnome-mines
40gnome-music
41gnome-photos
42gnome-software
43gnome-software-plugin-flatpak
44gnome-sudoku
45gnome-weather
46gpg-agent
47gvfs-fuse
48hplip
49ibus
50ibus-gtk
51ibus-gtk3
52ibus-table
53im-config
54kerneloops
55laptop-detect
56libnss-mdns
57libpam-gnome-keyring
58libproxy1-plugin-gsettings
59libproxy1-plugin-networkmanager
60libreoffice-calc
61libreoffice-gnome
62libreoffice-impress
63libreoffice-math
64libreoffice-ogltrans
65libreoffice-pdfimport
66libreoffice-style-tango
67libreoffice-writer
68libwmf0.2-7-gtk
69memtest86+
70mousetweaks
71nautilus-sendto
72nautilus-share
73network-manager-config-connectivity-ubuntu
74network-manager-openvpn-gnome
75network-manager-pptp-gnome
76orca
77packagekit
78pcmciautils
79plymouth-theme-ubuntu-gnome-logo
80plymouth-theme-ubuntu-gnome-text
81policykit-desktop-privileges
82ppa-purge
83printer-driver-brlaser
84printer-driver-c2esp
85printer-driver-foo2zjs
86printer-driver-m2300w
87printer-driver-min12xxw
88printer-driver-ptouch
89printer-driver-pxljr
90printer-driver-sag-gdi
91printer-driver-splix
92pulseaudio-module-bluetooth
93rhythmbox
94seahorse
95snapd
96speech-dispatcher
97totem
98transmission-gtk
99ubuntu-gnome-wallpapers
100usb-creator-gtk
101vino
102whoopsie
103xdg-utils
104xul-ext-ubufox
0105
=== added file 'ubuntu-gnome-meta-0.86/desktop-recommends-i386.old'
--- ubuntu-gnome-meta-0.86/desktop-recommends-i386.old 1970-01-01 00:00:00 +0000
+++ ubuntu-gnome-meta-0.86/desktop-recommends-i386.old 2019-09-23 01:59:05 +0000
@@ -0,0 +1,125 @@
1acpi-support
2aisleriot
3app-install-data-partner
4apport-gtk
5avahi-autoipd
6avahi-daemon
7baobab
8bluez
9bluez-cups
10brltty
11cheese
12cups
13cups-bsd
14cups-client
15cups-filters
16dconf-editor
17deja-dup
18dirmngr
19eog
20evince
21exfat-utils
22file-roller
23firefox
24fonts-indic
25fonts-kacst-one
26fonts-khmeros-core
27fonts-lao
28fonts-liberation
29fonts-lklug-sinhala
30fonts-noto-cjk
31fonts-sil-abyssinica
32fonts-sil-padauk
33fonts-thai-tlwg
34fonts-tibetan-machine
35fonts-ubuntu
36fwupd
37fwupd-signed
38gedit
39gnome-accessibility-themes
40gnome-bluetooth
41gnome-calculator
42gnome-calendar
43gnome-characters
44gnome-contacts
45gnome-disk-utility
46gnome-documents
47gnome-font-viewer
48gnome-getting-started-docs
49gnome-keyring
50gnome-logs
51gnome-mahjongg
52gnome-maps
53gnome-mines
54gnome-music
55gnome-photos
56gnome-screenshot
57gnome-software
58gnome-software-plugin-flatpak
59gnome-sudoku
60gnome-system-monitor
61gnome-terminal
62gnome-todo
63gnome-tweaks
64gnome-weather
65gpg-agent
66gvfs-fuse
67hplip
68ibus
69ibus-gtk
70ibus-gtk3
71ibus-table
72im-config
73kerneloops
74laptop-detect
75libnss-mdns
76libpam-gnome-keyring
77libproxy1-plugin-gsettings
78libproxy1-plugin-networkmanager
79libreoffice-calc
80libreoffice-gnome
81libreoffice-impress
82libreoffice-math
83libreoffice-ogltrans
84libreoffice-pdfimport
85libreoffice-style-tango
86libreoffice-writer
87libwmf0.2-7-gtk
88memtest86+
89mousetweaks
90nautilus-sendto
91nautilus-share
92network-manager-config-connectivity-ubuntu
93network-manager-openvpn-gnome
94network-manager-pptp-gnome
95orca
96packagekit
97pcmciautils
98plymouth-theme-ubuntu-gnome-logo
99plymouth-theme-ubuntu-gnome-text
100policykit-desktop-privileges
101ppa-purge
102printer-driver-brlaser
103printer-driver-c2esp
104printer-driver-foo2zjs
105printer-driver-m2300w
106printer-driver-min12xxw
107printer-driver-ptouch
108printer-driver-pxljr
109printer-driver-sag-gdi
110printer-driver-splix
111pulseaudio-module-bluetooth
112rhythmbox
113seahorse
114simple-scan
115snapd
116speech-dispatcher
117totem
118transmission-gtk
119ubuntu-gnome-wallpapers
120usb-creator-gtk
121vino
122whoopsie
123xdg-utils
124xul-ext-ubufox
125yelp
0126
=== added file 'ubuntu-gnome-meta-0.86/desktop-recommends-ppc64el'
--- ubuntu-gnome-meta-0.86/desktop-recommends-ppc64el 1970-01-01 00:00:00 +0000
+++ ubuntu-gnome-meta-0.86/desktop-recommends-ppc64el 2019-09-23 01:59:05 +0000
@@ -0,0 +1,100 @@
1aisleriot
2app-install-data-partner
3apport-gtk
4avahi-autoipd
5avahi-daemon
6bluez
7bluez-cups
8brltty
9cheese
10cups
11cups-bsd
12cups-client
13cups-filters
14deja-dup
15dirmngr
16exfat-utils
17firefox
18fonts-indic
19fonts-kacst-one
20fonts-khmeros-core
21fonts-lao
22fonts-liberation
23fonts-lklug-sinhala
24fonts-noto-cjk
25fonts-sil-abyssinica
26fonts-sil-padauk
27fonts-thai-tlwg
28fonts-tibetan-machine
29fonts-ubuntu
30fwupd
31gnome-accessibility-themes
32gnome-bluetooth
33gnome-getting-started-docs
34gnome-keyring
35gnome-mahjongg
36gnome-maps
37gnome-mines
38gnome-music
39gnome-photos
40gnome-software
41gnome-software-plugin-flatpak
42gnome-sudoku
43gnome-weather
44gpg-agent
45gvfs-fuse
46hplip
47ibus
48ibus-gtk
49ibus-gtk3
50ibus-table
51im-config
52kerneloops
53laptop-detect
54libnss-mdns
55libpam-gnome-keyring
56libproxy1-plugin-gsettings
57libproxy1-plugin-networkmanager
58libreoffice-calc
59libreoffice-gnome
60libreoffice-impress
61libreoffice-math
62libreoffice-ogltrans
63libreoffice-pdfimport
64libreoffice-style-tango
65libreoffice-writer
66libwmf0.2-7-gtk
67mousetweaks
68nautilus-sendto
69nautilus-share
70network-manager-config-connectivity-ubuntu
71network-manager-openvpn-gnome
72network-manager-pptp-gnome
73orca
74packagekit
75pcmciautils
76plymouth-theme-ubuntu-gnome-logo
77plymouth-theme-ubuntu-gnome-text
78policykit-desktop-privileges
79ppa-purge
80printer-driver-brlaser
81printer-driver-c2esp
82printer-driver-foo2zjs
83printer-driver-m2300w
84printer-driver-min12xxw
85printer-driver-ptouch
86printer-driver-pxljr
87printer-driver-sag-gdi
88printer-driver-splix
89pulseaudio-module-bluetooth
90rhythmbox
91seahorse
92snapd
93speech-dispatcher
94totem
95transmission-gtk
96ubuntu-gnome-wallpapers
97vino
98whoopsie
99xdg-utils
100xul-ext-ubufox
0101
=== added file 'ubuntu-gnome-meta-0.86/desktop-recommends-ppc64el.old'
--- ubuntu-gnome-meta-0.86/desktop-recommends-ppc64el.old 1970-01-01 00:00:00 +0000
+++ ubuntu-gnome-meta-0.86/desktop-recommends-ppc64el.old 2019-09-23 01:59:05 +0000
@@ -0,0 +1,121 @@
1aisleriot
2app-install-data-partner
3apport-gtk
4avahi-autoipd
5avahi-daemon
6baobab
7bluez
8bluez-cups
9brltty
10cheese
11cups
12cups-bsd
13cups-client
14cups-filters
15dconf-editor
16deja-dup
17dirmngr
18eog
19evince
20exfat-utils
21file-roller
22firefox
23fonts-indic
24fonts-kacst-one
25fonts-khmeros-core
26fonts-lao
27fonts-liberation
28fonts-lklug-sinhala
29fonts-noto-cjk
30fonts-sil-abyssinica
31fonts-sil-padauk
32fonts-thai-tlwg
33fonts-tibetan-machine
34fonts-ubuntu
35fwupd
36gedit
37gnome-accessibility-themes
38gnome-bluetooth
39gnome-calculator
40gnome-calendar
41gnome-characters
42gnome-contacts
43gnome-disk-utility
44gnome-documents
45gnome-font-viewer
46gnome-getting-started-docs
47gnome-keyring
48gnome-logs
49gnome-mahjongg
50gnome-maps
51gnome-mines
52gnome-music
53gnome-photos
54gnome-screenshot
55gnome-software
56gnome-software-plugin-flatpak
57gnome-sudoku
58gnome-system-monitor
59gnome-terminal
60gnome-todo
61gnome-tweaks
62gnome-weather
63gpg-agent
64gvfs-fuse
65hplip
66ibus
67ibus-gtk
68ibus-gtk3
69ibus-table
70im-config
71kerneloops
72laptop-detect
73libnss-mdns
74libpam-gnome-keyring
75libproxy1-plugin-gsettings
76libproxy1-plugin-networkmanager
77libreoffice-calc
78libreoffice-gnome
79libreoffice-impress
80libreoffice-math
81libreoffice-ogltrans
82libreoffice-pdfimport
83libreoffice-style-tango
84libreoffice-writer
85libwmf0.2-7-gtk
86mousetweaks
87nautilus-sendto
88nautilus-share
89network-manager-config-connectivity-ubuntu
90network-manager-openvpn-gnome
91network-manager-pptp-gnome
92orca
93packagekit
94pcmciautils
95plymouth-theme-ubuntu-gnome-logo
96plymouth-theme-ubuntu-gnome-text
97policykit-desktop-privileges
98ppa-purge
99printer-driver-brlaser
100printer-driver-c2esp
101printer-driver-foo2zjs
102printer-driver-m2300w
103printer-driver-min12xxw
104printer-driver-ptouch
105printer-driver-pxljr
106printer-driver-sag-gdi
107printer-driver-splix
108pulseaudio-module-bluetooth
109rhythmbox
110seahorse
111simple-scan
112snapd
113speech-dispatcher
114totem
115transmission-gtk
116ubuntu-gnome-wallpapers
117vino
118whoopsie
119xdg-utils
120xul-ext-ubufox
121yelp
0122
=== added file 'ubuntu-gnome-meta-0.86/metapackage-map'
--- ubuntu-gnome-meta-0.86/metapackage-map 1970-01-01 00:00:00 +0000
+++ ubuntu-gnome-meta-0.86/metapackage-map 2019-09-23 01:59:05 +0000
@@ -0,0 +1,1 @@
1desktop vanilla-gnome-desktop
02
=== added file 'ubuntu-gnome-meta-0.86/update'
--- ubuntu-gnome-meta-0.86/update 1970-01-01 00:00:00 +0000
+++ ubuntu-gnome-meta-0.86/update 2019-09-23 01:59:05 +0000
@@ -0,0 +1,13 @@
1#! /bin/sh
2
3if ! which dch >/dev/null; then
4 echo >&2 "please install devscripts"
5 exit 1
6fi
7
8if ! which debootstrap >/dev/null; then
9 echo >&2 "please install debootstrap"
10 exit 1
11fi
12
13exec germinate-update-metapackage --vcs
014
=== added file 'ubuntu-gnome-meta-0.86/update.cfg'
--- ubuntu-gnome-meta-0.86/update.cfg 1970-01-01 00:00:00 +0000
+++ ubuntu-gnome-meta-0.86/update.cfg 2019-09-23 01:59:05 +0000
@@ -0,0 +1,17 @@
1[DEFAULT]
2dist: cosmic
3
4[cosmic]
5seeds: desktop
6architectures: i386 amd64 armhf arm64 ppc64el
7seed_base: http://people.ubuntu.com/~ubuntu-archive/seeds/
8archive_base/default: http://archive.ubuntu.com/ubuntu/
9archive_base/ports: http://ports.ubuntu.com/ubuntu-ports/
10archive_base/armhf: %(archive_base/ports)s
11archive_base/arm64: %(archive_base/ports)s
12archive_base/ppc64el: %(archive_base/ports)s
13components: main restricted universe
14
15[cosmic/vcs]
16seed_base: https://git.launchpad.net/~ubuntu-gnome-dev/ubuntu-seeds/+git/ https://git.launchpad.net/~ubuntu-core-dev/ubuntu-seeds/+git/
17seed_dist: ubuntu-gnome.%(dist)s
018
=== added file 'ubuntu-gnome-meta_0.85.dsc'
--- ubuntu-gnome-meta_0.85.dsc 1970-01-01 00:00:00 +0000
+++ ubuntu-gnome-meta_0.85.dsc 2019-09-23 01:59:05 +0000
@@ -0,0 +1,37 @@
1-----BEGIN PGP SIGNED MESSAGE-----
2Hash: SHA256
3
4Format: 3.0 (native)
5Source: ubuntu-gnome-meta
6Binary: ubuntu-gnome-desktop, vanilla-gnome-desktop
7Architecture: amd64 armhf arm64 i386 ppc64el
8Version: 0.85
9Maintainer: Ubuntu GNOME Developers <ubuntu-gnome@lists.ubuntu.com>
10Standards-Version: 4.1.0
11Build-Depends: debhelper (>= 10), germinate (>= 1.18)
12Package-List:
13 ubuntu-gnome-desktop deb oldlibs optional arch=amd64,armhf,arm64,i386,ppc64el
14 vanilla-gnome-desktop deb metapackages optional arch=amd64,armhf,arm64,i386,ppc64el
15Checksums-Sha1:
16 c4b4f67a5b1f236efba85c6996f1f94239209659 13824 ubuntu-gnome-meta_0.85.tar.xz
17Checksums-Sha256:
18 576449dc77e3e923b0c7634b721905b96839e78129ddc6c60837d0aefd92ec6e 13824 ubuntu-gnome-meta_0.85.tar.xz
19Files:
20 8b72b211e2588d7b89ba2fad66067ef2 13824 ubuntu-gnome-meta_0.85.tar.xz
21
22-----BEGIN PGP SIGNATURE-----
23
24iQIzBAEBCAAdFiEEDgiAR5pvEGM3I5UnWznAoRU6yroFAluuElsACgkQWznAoRU6
25yroNzw/+MsJQB6JtYFHSk8m7qTFJNZuOt4/eGViv6UOvUWtUerWYM6bi5TKgl/p9
26Uzh3E8ryc8auaxW27FkeIHz6Mj0OwJmb+BHPOlqBhQ/OHedsjYGMdmuH5R2kl2HA
27/qiuBwIFzhEfUwDBVDek5vd0ziMAZbYyOo9S+ZuxQiNznPbyrE/MqXT6Y20Yhn13
28Anc9vYyb+kkgiUA3NbGvVL7FkfXa2dCxREhVOu2gehSTxzh69dszHkN3bo8x5I7o
29gaDqyGIni4choyor5lInPjWYxcFZ5dU2mQzMYQ9p81NSt5sjCq3bnZ07wN2ENeNX
30gRZS5JMKG7arOhBRV6OJ1zDg2mP4RdF7rXnbf1NHe/PIhkLGInDvCuB2ngGhJ+JK
316tdZMJbBBlnuyLHw9snKi86dih2zhgBpZ0OYiAw1jPAsoU7ODi+QVg3kNKfoACaE
322D+1T1f2d+C/xMJwSJ8oncly9+at9enSPbt+QgVHNrhj2PCCV0hvwbsupFuV6h0Q
33TAHWjWI09Rc4JV7+fOmIb/OfUAEETSNRZJAn3wEuAlgD/3qdl+6i6l137CvVAfjV
34+bhftArlP8HufOKz/Nhnqarxy2ErvfWiREe5fbMFtOXMMSgYk6cnvP4XLv9It12+
35+4B79S9fT0iOo9Ft3CNTv+h9s9VUfst8SAU6wT5suVKWzwNm880=
36=XfmR
37-----END PGP SIGNATURE-----
038
=== added file 'ubuntu-gnome-meta_0.85.tar.xz'
1Binary files ubuntu-gnome-meta_0.85.tar.xz 1970-01-01 00:00:00 +0000 and ubuntu-gnome-meta_0.85.tar.xz 2019-09-23 01:59:05 +0000 differ39Binary files ubuntu-gnome-meta_0.85.tar.xz 1970-01-01 00:00:00 +0000 and ubuntu-gnome-meta_0.85.tar.xz 2019-09-23 01:59:05 +0000 differ

Subscribers

People subscribed via source and target branches

to all changes: