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
1=== added directory 'ubuntu-gnome-meta-0.86'
2=== added file 'ubuntu-gnome-meta-0.86/COPYING'
3--- ubuntu-gnome-meta-0.86/COPYING 1970-01-01 00:00:00 +0000
4+++ ubuntu-gnome-meta-0.86/COPYING 2019-09-23 01:59:05 +0000
5@@ -0,0 +1,339 @@
6+ GNU GENERAL PUBLIC LICENSE
7+ Version 2, June 1991
8+
9+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
10+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
11+ Everyone is permitted to copy and distribute verbatim copies
12+ of this license document, but changing it is not allowed.
13+
14+ Preamble
15+
16+ The licenses for most software are designed to take away your
17+freedom to share and change it. By contrast, the GNU General Public
18+License is intended to guarantee your freedom to share and change free
19+software--to make sure the software is free for all its users. This
20+General Public License applies to most of the Free Software
21+Foundation's software and to any other program whose authors commit to
22+using it. (Some other Free Software Foundation software is covered by
23+the GNU Lesser General Public License instead.) You can apply it to
24+your programs, too.
25+
26+ When we speak of free software, we are referring to freedom, not
27+price. Our General Public Licenses are designed to make sure that you
28+have the freedom to distribute copies of free software (and charge for
29+this service if you wish), that you receive source code or can get it
30+if you want it, that you can change the software or use pieces of it
31+in new free programs; and that you know you can do these things.
32+
33+ To protect your rights, we need to make restrictions that forbid
34+anyone to deny you these rights or to ask you to surrender the rights.
35+These restrictions translate to certain responsibilities for you if you
36+distribute copies of the software, or if you modify it.
37+
38+ For example, if you distribute copies of such a program, whether
39+gratis or for a fee, you must give the recipients all the rights that
40+you have. You must make sure that they, too, receive or can get the
41+source code. And you must show them these terms so they know their
42+rights.
43+
44+ We protect your rights with two steps: (1) copyright the software, and
45+(2) offer you this license which gives you legal permission to copy,
46+distribute and/or modify the software.
47+
48+ Also, for each author's protection and ours, we want to make certain
49+that everyone understands that there is no warranty for this free
50+software. If the software is modified by someone else and passed on, we
51+want its recipients to know that what they have is not the original, so
52+that any problems introduced by others will not reflect on the original
53+authors' reputations.
54+
55+ Finally, any free program is threatened constantly by software
56+patents. We wish to avoid the danger that redistributors of a free
57+program will individually obtain patent licenses, in effect making the
58+program proprietary. To prevent this, we have made it clear that any
59+patent must be licensed for everyone's free use or not licensed at all.
60+
61+ The precise terms and conditions for copying, distribution and
62+modification follow.
63+
64+ GNU GENERAL PUBLIC LICENSE
65+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
66+
67+ 0. This License applies to any program or other work which contains
68+a notice placed by the copyright holder saying it may be distributed
69+under the terms of this General Public License. The "Program", below,
70+refers to any such program or work, and a "work based on the Program"
71+means either the Program or any derivative work under copyright law:
72+that is to say, a work containing the Program or a portion of it,
73+either verbatim or with modifications and/or translated into another
74+language. (Hereinafter, translation is included without limitation in
75+the term "modification".) Each licensee is addressed as "you".
76+
77+Activities other than copying, distribution and modification are not
78+covered by this License; they are outside its scope. The act of
79+running the Program is not restricted, and the output from the Program
80+is covered only if its contents constitute a work based on the
81+Program (independent of having been made by running the Program).
82+Whether that is true depends on what the Program does.
83+
84+ 1. You may copy and distribute verbatim copies of the Program's
85+source code as you receive it, in any medium, provided that you
86+conspicuously and appropriately publish on each copy an appropriate
87+copyright notice and disclaimer of warranty; keep intact all the
88+notices that refer to this License and to the absence of any warranty;
89+and give any other recipients of the Program a copy of this License
90+along with the Program.
91+
92+You may charge a fee for the physical act of transferring a copy, and
93+you may at your option offer warranty protection in exchange for a fee.
94+
95+ 2. You may modify your copy or copies of the Program or any portion
96+of it, thus forming a work based on the Program, and copy and
97+distribute such modifications or work under the terms of Section 1
98+above, provided that you also meet all of these conditions:
99+
100+ a) You must cause the modified files to carry prominent notices
101+ stating that you changed the files and the date of any change.
102+
103+ b) You must cause any work that you distribute or publish, that in
104+ whole or in part contains or is derived from the Program or any
105+ part thereof, to be licensed as a whole at no charge to all third
106+ parties under the terms of this License.
107+
108+ c) If the modified program normally reads commands interactively
109+ when run, you must cause it, when started running for such
110+ interactive use in the most ordinary way, to print or display an
111+ announcement including an appropriate copyright notice and a
112+ notice that there is no warranty (or else, saying that you provide
113+ a warranty) and that users may redistribute the program under
114+ these conditions, and telling the user how to view a copy of this
115+ License. (Exception: if the Program itself is interactive but
116+ does not normally print such an announcement, your work based on
117+ the Program is not required to print an announcement.)
118+
119+These requirements apply to the modified work as a whole. If
120+identifiable sections of that work are not derived from the Program,
121+and can be reasonably considered independent and separate works in
122+themselves, then this License, and its terms, do not apply to those
123+sections when you distribute them as separate works. But when you
124+distribute the same sections as part of a whole which is a work based
125+on the Program, the distribution of the whole must be on the terms of
126+this License, whose permissions for other licensees extend to the
127+entire whole, and thus to each and every part regardless of who wrote it.
128+
129+Thus, it is not the intent of this section to claim rights or contest
130+your rights to work written entirely by you; rather, the intent is to
131+exercise the right to control the distribution of derivative or
132+collective works based on the Program.
133+
134+In addition, mere aggregation of another work not based on the Program
135+with the Program (or with a work based on the Program) on a volume of
136+a storage or distribution medium does not bring the other work under
137+the scope of this License.
138+
139+ 3. You may copy and distribute the Program (or a work based on it,
140+under Section 2) in object code or executable form under the terms of
141+Sections 1 and 2 above provided that you also do one of the following:
142+
143+ a) Accompany it with the complete corresponding machine-readable
144+ source code, which must be distributed under the terms of Sections
145+ 1 and 2 above on a medium customarily used for software interchange; or,
146+
147+ b) Accompany it with a written offer, valid for at least three
148+ years, to give any third party, for a charge no more than your
149+ cost of physically performing source distribution, a complete
150+ machine-readable copy of the corresponding source code, to be
151+ distributed under the terms of Sections 1 and 2 above on a medium
152+ customarily used for software interchange; or,
153+
154+ c) Accompany it with the information you received as to the offer
155+ to distribute corresponding source code. (This alternative is
156+ allowed only for noncommercial distribution and only if you
157+ received the program in object code or executable form with such
158+ an offer, in accord with Subsection b above.)
159+
160+The source code for a work means the preferred form of the work for
161+making modifications to it. For an executable work, complete source
162+code means all the source code for all modules it contains, plus any
163+associated interface definition files, plus the scripts used to
164+control compilation and installation of the executable. However, as a
165+special exception, the source code distributed need not include
166+anything that is normally distributed (in either source or binary
167+form) with the major components (compiler, kernel, and so on) of the
168+operating system on which the executable runs, unless that component
169+itself accompanies the executable.
170+
171+If distribution of executable or object code is made by offering
172+access to copy from a designated place, then offering equivalent
173+access to copy the source code from the same place counts as
174+distribution of the source code, even though third parties are not
175+compelled to copy the source along with the object code.
176+
177+ 4. You may not copy, modify, sublicense, or distribute the Program
178+except as expressly provided under this License. Any attempt
179+otherwise to copy, modify, sublicense or distribute the Program is
180+void, and will automatically terminate your rights under this License.
181+However, parties who have received copies, or rights, from you under
182+this License will not have their licenses terminated so long as such
183+parties remain in full compliance.
184+
185+ 5. You are not required to accept this License, since you have not
186+signed it. However, nothing else grants you permission to modify or
187+distribute the Program or its derivative works. These actions are
188+prohibited by law if you do not accept this License. Therefore, by
189+modifying or distributing the Program (or any work based on the
190+Program), you indicate your acceptance of this License to do so, and
191+all its terms and conditions for copying, distributing or modifying
192+the Program or works based on it.
193+
194+ 6. Each time you redistribute the Program (or any work based on the
195+Program), the recipient automatically receives a license from the
196+original licensor to copy, distribute or modify the Program subject to
197+these terms and conditions. You may not impose any further
198+restrictions on the recipients' exercise of the rights granted herein.
199+You are not responsible for enforcing compliance by third parties to
200+this License.
201+
202+ 7. If, as a consequence of a court judgment or allegation of patent
203+infringement or for any other reason (not limited to patent issues),
204+conditions are imposed on you (whether by court order, agreement or
205+otherwise) that contradict the conditions of this License, they do not
206+excuse you from the conditions of this License. If you cannot
207+distribute so as to satisfy simultaneously your obligations under this
208+License and any other pertinent obligations, then as a consequence you
209+may not distribute the Program at all. For example, if a patent
210+license would not permit royalty-free redistribution of the Program by
211+all those who receive copies directly or indirectly through you, then
212+the only way you could satisfy both it and this License would be to
213+refrain entirely from distribution of the Program.
214+
215+If any portion of this section is held invalid or unenforceable under
216+any particular circumstance, the balance of the section is intended to
217+apply and the section as a whole is intended to apply in other
218+circumstances.
219+
220+It is not the purpose of this section to induce you to infringe any
221+patents or other property right claims or to contest validity of any
222+such claims; this section has the sole purpose of protecting the
223+integrity of the free software distribution system, which is
224+implemented by public license practices. Many people have made
225+generous contributions to the wide range of software distributed
226+through that system in reliance on consistent application of that
227+system; it is up to the author/donor to decide if he or she is willing
228+to distribute software through any other system and a licensee cannot
229+impose that choice.
230+
231+This section is intended to make thoroughly clear what is believed to
232+be a consequence of the rest of this License.
233+
234+ 8. If the distribution and/or use of the Program is restricted in
235+certain countries either by patents or by copyrighted interfaces, the
236+original copyright holder who places the Program under this License
237+may add an explicit geographical distribution limitation excluding
238+those countries, so that distribution is permitted only in or among
239+countries not thus excluded. In such case, this License incorporates
240+the limitation as if written in the body of this License.
241+
242+ 9. The Free Software Foundation may publish revised and/or new versions
243+of the General Public License from time to time. Such new versions will
244+be similar in spirit to the present version, but may differ in detail to
245+address new problems or concerns.
246+
247+Each version is given a distinguishing version number. If the Program
248+specifies a version number of this License which applies to it and "any
249+later version", you have the option of following the terms and conditions
250+either of that version or of any later version published by the Free
251+Software Foundation. If the Program does not specify a version number of
252+this License, you may choose any version ever published by the Free Software
253+Foundation.
254+
255+ 10. If you wish to incorporate parts of the Program into other free
256+programs whose distribution conditions are different, write to the author
257+to ask for permission. For software which is copyrighted by the Free
258+Software Foundation, write to the Free Software Foundation; we sometimes
259+make exceptions for this. Our decision will be guided by the two goals
260+of preserving the free status of all derivatives of our free software and
261+of promoting the sharing and reuse of software generally.
262+
263+ NO WARRANTY
264+
265+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
266+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
267+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
268+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
269+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
270+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
271+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
272+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
273+REPAIR OR CORRECTION.
274+
275+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
276+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
277+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
278+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
279+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
280+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
281+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
282+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
283+POSSIBILITY OF SUCH DAMAGES.
284+
285+ END OF TERMS AND CONDITIONS
286+
287+ How to Apply These Terms to Your New Programs
288+
289+ If you develop a new program, and you want it to be of the greatest
290+possible use to the public, the best way to achieve this is to make it
291+free software which everyone can redistribute and change under these terms.
292+
293+ To do so, attach the following notices to the program. It is safest
294+to attach them to the start of each source file to most effectively
295+convey the exclusion of warranty; and each file should have at least
296+the "copyright" line and a pointer to where the full notice is found.
297+
298+ <one line to give the program's name and a brief idea of what it does.>
299+ Copyright (C) <year> <name of author>
300+
301+ This program is free software; you can redistribute it and/or modify
302+ it under the terms of the GNU General Public License as published by
303+ the Free Software Foundation; either version 2 of the License, or
304+ (at your option) any later version.
305+
306+ This program is distributed in the hope that it will be useful,
307+ but WITHOUT ANY WARRANTY; without even the implied warranty of
308+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
309+ GNU General Public License for more details.
310+
311+ You should have received a copy of the GNU General Public License along
312+ with this program; if not, write to the Free Software Foundation, Inc.,
313+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
314+
315+Also add information on how to contact you by electronic and paper mail.
316+
317+If the program is interactive, make it output a short notice like this
318+when it starts in an interactive mode:
319+
320+ Gnomovision version 69, Copyright (C) year name of author
321+ Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
322+ This is free software, and you are welcome to redistribute it
323+ under certain conditions; type `show c' for details.
324+
325+The hypothetical commands `show w' and `show c' should show the appropriate
326+parts of the General Public License. Of course, the commands you use may
327+be called something other than `show w' and `show c'; they could even be
328+mouse-clicks or menu items--whatever suits your program.
329+
330+You should also get your employer (if you work as a programmer) or your
331+school, if any, to sign a "copyright disclaimer" for the program, if
332+necessary. Here is a sample; alter the names:
333+
334+ Yoyodyne, Inc., hereby disclaims all copyright interest in the program
335+ `Gnomovision' (which makes passes at compilers) written by James Hacker.
336+
337+ <signature of Ty Coon>, 1 April 1989
338+ Ty Coon, President of Vice
339+
340+This General Public License does not permit incorporating your program into
341+proprietary programs. If your program is a subroutine library, you may
342+consider it more useful to permit linking proprietary applications with the
343+library. If this is what you want to do, use the GNU Lesser General
344+Public License instead of this License.
345
346=== added file 'ubuntu-gnome-meta-0.86/README'
347--- ubuntu-gnome-meta-0.86/README 1970-01-01 00:00:00 +0000
348+++ ubuntu-gnome-meta-0.86/README 2019-09-23 01:59:05 +0000
349@@ -0,0 +1,8 @@
350+Run the "update" script to automatically generate new dependency
351+lists. The result will be based on the published seed lists, filtered
352+by:
353+
354+- The Packages files (nonexistent packages will be skipped)
355+
356+- debootstrap (packages not yet added to debootstrap will not be added
357+ to ubuntu-base)
358
359=== added directory 'ubuntu-gnome-meta-0.86/debian'
360=== added file 'ubuntu-gnome-meta-0.86/debian/bzr-builddeb.conf'
361--- ubuntu-gnome-meta-0.86/debian/bzr-builddeb.conf 1970-01-01 00:00:00 +0000
362+++ ubuntu-gnome-meta-0.86/debian/bzr-builddeb.conf 2019-09-23 01:59:05 +0000
363@@ -0,0 +1,2 @@
364+[BUILDDEB]
365+native = True
366
367=== added file 'ubuntu-gnome-meta-0.86/debian/changelog'
368--- ubuntu-gnome-meta-0.86/debian/changelog 1970-01-01 00:00:00 +0000
369+++ ubuntu-gnome-meta-0.86/debian/changelog 2019-09-23 01:59:05 +0000
370@@ -0,0 +1,900 @@
371+ubuntu-gnome-meta (0.86) UNRELEASED; urgency=medium
372+
373+ * Refreshed dependencies
374+ * Moved baobab to desktop
375+ * Moved dconf-editor to desktop
376+ * Moved eog to desktop
377+ * Moved evince to desktop
378+ * Moved file-roller to desktop
379+ * Moved gedit to desktop
380+ * Moved gnome-calculator to desktop
381+ * Moved gnome-calendar to desktop
382+ * Moved gnome-characters to desktop
383+ * Moved gnome-contacts to desktop
384+ * Moved gnome-disk-utility to desktop
385+ * Moved gnome-documents to desktop
386+ * Moved gnome-font-viewer to desktop
387+ * Moved gnome-logs to desktop
388+ * Moved gnome-screenshot to desktop
389+ * Moved gnome-system-monitor to desktop
390+ * Moved gnome-terminal to desktop
391+ * Moved gnome-todo to desktop
392+ * Moved gnome-tweaks to desktop
393+ * Moved simple-scan to desktop
394+ * Moved yelp to desktop
395+
396+ -- Jules Bertholet <julesb@julesb-Inspiron-5567> Sun, 22 Sep 2019 21:04:00 -0400
397+
398+ubuntu-gnome-meta (0.85) cosmic; urgency=medium
399+
400+ * Refreshed dependencies
401+ * Added dirmngr to desktop-recommends
402+ * Added gpg-agent to desktop-recommends
403+ * Added network-manager-openvpn-gnome to desktop-recommends
404+ * Added orca to desktop-recommends
405+ * Added seahorse to desktop-recommends
406+ * Removed gnome-orca from desktop-recommends
407+ * Moved gnome-keyring to desktop-recommends
408+
409+ -- Tim Lunn <tim@feathertop.org> Fri, 28 Sep 2018 21:34:50 +1000
410+
411+ubuntu-gnome-meta (0.84) cosmic; urgency=medium
412+
413+ * Update for seeds moved to git
414+ * Refreshed dependencies
415+ * Added fwupd-signed to desktop-recommends [amd64 arm64 armhf i386]
416+ * Removed fwupdate from desktop-recommends [amd64 arm64 armhf i386]
417+ * Removed fwupdate-signed from desktop-recommends [amd64 arm64 armhf
418+ i386]
419+ * Moved vino to desktop-recommends
420+
421+ -- Tim Lunn <tim@feathertop.org> Fri, 28 Sep 2018 09:33:32 +1000
422+
423+ubuntu-gnome-meta (0.83) bionic; urgency=medium
424+
425+ * Refreshed dependencies
426+ * Added firefox to desktop-recommends [ppc64el]
427+ * Added fonts-ubuntu to desktop-recommends
428+ * Added gnome-themes-extra to desktop
429+ * Added gnome-tweaks to desktop
430+ * Added libu2f-udev to desktop
431+ * Added printer-driver-m2300w to desktop-recommends
432+ * Removed gnome-themes-standard from desktop
433+ * Removed gnome-tweak-tool from desktop
434+ * Removed libgail-common from desktop-recommends
435+ * Removed ttf-ancient-fonts-symbola from desktop-recommends
436+ * Removed ttf-ubuntu-font-family from desktop-recommends
437+ * Moved spice-vdagent to desktop
438+
439+ -- Tim Lunn <tim@feathertop.org> Sat, 10 Mar 2018 16:58:52 +1100
440+
441+ubuntu-gnome-meta (0.82) bionic; urgency=medium
442+
443+ * Refreshed dependencies
444+ * Removed fonts-nanum from desktop-recommends (LP: #1581160)
445+ * Removed fonts-takao-pgothic from desktop-recommends
446+
447+ -- Jeremy Bicha <jbicha@ubuntu.com> Sat, 11 Nov 2017 14:06:53 -0500
448+
449+ubuntu-gnome-meta (0.81) artful; urgency=medium
450+
451+ * Refreshed dependencies
452+ * Added fonts-indic to desktop-recommends
453+ * Added network-manager-config-connectivity-ubuntu to desktop-
454+ recommends
455+ * Removed fonts-guru from desktop-recommends
456+ * Removed fonts-knda from desktop-recommends
457+ * Removed fonts-telu from desktop-recommends
458+
459+ -- Jeremy Bicha <jbicha@ubuntu.com> Sun, 08 Oct 2017 18:07:53 -0400
460+
461+ubuntu-gnome-meta (0.80) artful; urgency=medium
462+
463+ * Refreshed dependencies
464+ * Added fonts-knda to desktop-recommends
465+ * Added fonts-telu to desktop-recommends
466+ * Added gnome-user-docs to desktop
467+ * Removed a11y-profile-manager from desktop-recommends
468+ * Removed dbus-user-session from desktop
469+ * Removed gcr from desktop
470+ * Removed gjs from desktop
471+ * Removed gnome-accessibility-profiles from desktop-recommends
472+ * Removed gnome-user-guide from desktop
473+ * Removed gnome-video-effects from desktop
474+ * Removed itstool from desktop
475+ * Removed xserver-xorg-input-libinput from desktop-recommends
476+ * Removed xterm from desktop-recommends
477+ * Removed yelp-tools from desktop
478+ * Removed yelp-xsl from desktop
479+
480+ -- Jeremy Bicha <jbicha@ubuntu.com> Sat, 30 Sep 2017 13:47:12 -0400
481+
482+ubuntu-gnome-meta (0.79) artful; urgency=medium
483+
484+ * ubuntu-gnome-desktop is now a transitional package
485+ depending on ubuntu-desktop (LP: #1718085)
486+ * Introduce vanilla-gnome-desktop for those who prefer
487+ a full GNOME desktop with minimal Ubuntu branding
488+ similar to what Ubuntu GNOME offered
489+ * Bump Standards-Version to 4.1.0
490+ * Bump debhelper compat to 10
491+ * Refreshed dependencies
492+ * Added gnome-todo to desktop
493+ * Added kerneloops to desktop-recommends
494+ * Added vanilla-gnome-default-settings to desktop-recommends
495+ * Removed deja-dup-backend-cloudfiles from desktop-recommends
496+ * Removed deja-dup-backend-s3 from desktop-recommends
497+ * Removed firefox from desktop-recommends [ppc64el]
498+ * Removed kerneloops-daemon from desktop-recommends
499+ * Removed ubuntu-gnome-default-settings from desktop-recommends
500+ * Moved gnome-calendar to desktop
501+
502+ -- Jeremy Bicha <jbicha@ubuntu.com> Wed, 27 Sep 2017 13:09:56 -0400
503+
504+ubuntu-gnome-meta (0.78) zesty; urgency=medium
505+
506+ * Refreshed dependencies
507+ * Added gstreamer1.0-plugins-base-apps to desktop (LP: #1681351)
508+
509+ -- Jeremy Bicha <jbicha@ubuntu.com> Mon, 10 Apr 2017 04:54:06 -0400
510+
511+ubuntu-gnome-meta (0.77) zesty; urgency=medium
512+
513+ * Refreshed dependencies
514+ * Added deja-dup to desktop-recommends [s390x]
515+ * Added exfat-utils to desktop-recommends
516+
517+ -- Jeremy Bicha <jbicha@ubuntu.com> Wed, 29 Mar 2017 11:54:08 -0400
518+
519+ubuntu-gnome-meta (0.76) zesty; urgency=medium
520+
521+ * Refreshed dependencies and remove powerpc.
522+ * Moved memtest86+ to desktop-recommends [amd64 i386]
523+
524+ -- Adam Conrad <adconrad@ubuntu.com> Mon, 20 Mar 2017 18:03:52 -0600
525+
526+ubuntu-gnome-meta (0.75) zesty; urgency=medium
527+
528+ * Refreshed dependencies
529+ * Added gnome-software-plugin-flatpak to desktop-recommends
530+ * Removed flatpak from desktop
531+
532+ -- Jeremy Bicha <jbicha@ubuntu.com> Thu, 12 Jan 2017 17:45:08 -0500
533+
534+ubuntu-gnome-meta (0.74) zesty; urgency=medium
535+
536+ * Refreshed dependencies
537+ * Added nautilus-extension-brasero to desktop
538+ * Removed brasero from desktop
539+
540+ -- Jeremy Bicha <jbicha@ubuntu.com> Mon, 26 Dec 2016 09:40:46 -0500
541+
542+ubuntu-gnome-meta (0.73) zesty; urgency=medium
543+
544+ * Refreshed dependencies
545+ * Added chrome-gnome-shell to desktop (LP: #1652538)
546+ * Added flatpak to desktop (LP: #1652539)
547+ * Added xdg-desktop-portal-gtk to desktop
548+
549+ -- Jeremy Bicha <jbicha@ubuntu.com> Sun, 25 Dec 2016 17:33:01 -0500
550+
551+ubuntu-gnome-meta (0.72) zesty; urgency=medium
552+
553+ * update.cfg: switch to zesty
554+ * Refreshed dependencies
555+ * Added firefox to desktop-recommends [ppc64el]
556+ * Removed deja-dup from desktop-recommends [s390x]
557+ * Removed evolution from desktop-recommends
558+ * Removed gnome-icon-theme from desktop
559+ * Removed gnome-session-wayland from desktop-recommends
560+ * Removed seahorse from desktop-recommends
561+ * Removed xdiagnose from desktop
562+
563+ -- Jeremy Bicha <jbicha@ubuntu.com> Mon, 19 Dec 2016 08:37:25 -0500
564+
565+ubuntu-gnome-meta (0.71) yakkety; urgency=medium
566+
567+ * Refreshed dependencies
568+ * Removed firefox from desktop-recommends [powerpc ppc64el s390x]
569+
570+ -- Adam Conrad <adconrad@ubuntu.com> Tue, 11 Oct 2016 21:45:42 -0600
571+
572+ubuntu-gnome-meta (0.70) yakkety; urgency=medium
573+
574+ * Refreshed dependencies
575+ * Added spice-vdagent to desktop-recommends (LP: #1630557, #1200296)
576+
577+ -- Jeremy Bicha <jbicha@ubuntu.com> Thu, 06 Oct 2016 07:58:19 -0400
578+
579+ubuntu-gnome-meta (0.69) yakkety; urgency=medium
580+
581+ * Refreshed dependencies
582+ * Added dbus-user-session to desktop
583+
584+ -- Jeremy Bicha <jbicha@ubuntu.com> Wed, 21 Sep 2016 19:39:52 -0400
585+
586+ubuntu-gnome-meta (0.68) yakkety; urgency=medium
587+
588+ * Refreshed dependencies
589+ * Removed pulseaudio-module-x11 from desktop-recommends
590+
591+ -- Jeremy Bicha <jbicha@ubuntu.com> Fri, 26 Aug 2016 15:32:39 -0400
592+
593+ubuntu-gnome-meta (0.67) yakkety; urgency=medium
594+
595+ * Refreshed dependencies
596+ * Added gnome-icon-theme to desktop (LP: #1614848)
597+
598+ -- Jeremy Bicha <jbicha@ubuntu.com> Fri, 19 Aug 2016 03:32:31 -0400
599+
600+ubuntu-gnome-meta (0.66) yakkety; urgency=medium
601+
602+ * Refreshed dependencies
603+ * Added gnome-initial-setup to desktop
604+ * Added gnome-online-miners to desktop
605+ * Added gnome-user-guide to desktop
606+ * Added system-config-printer-common to desktop
607+ * Added system-config-printer-udev to desktop
608+ * Removed system-config-printer-gnome from desktop
609+
610+ -- Jeremy Bicha <jbicha@ubuntu.com> Thu, 18 Aug 2016 17:50:44 -0400
611+
612+ubuntu-gnome-meta (0.65) yakkety; urgency=medium
613+
614+ * Refreshed dependencies
615+ * Added gnome-characters to desktop
616+ * Added packagekit to desktop-recommends
617+ * Removed gucharmap from desktop
618+ * Removed numix-gtk-theme from desktop-recommends
619+
620+ -- Adam Conrad <adconrad@ubuntu.com> Tue, 16 Aug 2016 18:20:05 -0600
621+
622+ubuntu-gnome-meta (0.64) yakkety; urgency=medium
623+
624+ * Refreshed dependencies
625+ * Removed python3-aptdaemon.pkcompat from desktop-recommends
626+
627+ -- Adam Conrad <adconrad@ubuntu.com> Tue, 16 Aug 2016 02:54:58 -0600
628+
629+ubuntu-gnome-meta (0.63) yakkety; urgency=medium
630+
631+ * Refreshed dependencies
632+ * Added aisleriot to desktop-recommends [powerpc]
633+ * Added gnome-documents to desktop [armhf]
634+ * Added gnome-mahjongg to desktop-recommends [powerpc]
635+ * Added gnome-mines to desktop-recommends [powerpc]
636+ * Added gnome-sudoku to desktop-recommends [powerpc]
637+ * Added im-config to desktop-recommends
638+ * Added libreoffice-calc to desktop-recommends [armhf powerpc]
639+ * Added libreoffice-gnome to desktop-recommends [armhf powerpc]
640+ * Added libreoffice-impress to desktop-recommends [armhf powerpc]
641+ * Added libreoffice-math to desktop-recommends [armhf powerpc]
642+ * Added libreoffice-ogltrans to desktop-recommends [armhf powerpc]
643+ * Added libreoffice-pdfimport to desktop-recommends [armhf powerpc]
644+ * Added libreoffice-style-tango to desktop-recommends [armhf powerpc]
645+ * Added libreoffice-writer to desktop-recommends [armhf powerpc]
646+ * Removed empathy from desktop-recommends
647+ * Removed gcc from desktop-recommends
648+ * Removed ibus-pinyin from desktop-recommends
649+ * Removed libnss-myhostname from desktop
650+ * Removed make from desktop-recommends
651+ * Removed mcp-account-manager-goa from desktop-recommends
652+ * Removed network-manager-pptp from desktop-recommends
653+ * Removed telepathy-idle from desktop-recommends
654+ * Moved nautilus-sendto to desktop-recommends
655+ * Moved seahorse to desktop-recommends
656+
657+ -- Jeremy Bicha <jbicha@ubuntu.com> Tue, 16 Aug 2016 00:36:13 -0400
658+
659+ubuntu-gnome-meta (0.62) yakkety; urgency=medium
660+
661+ * Refreshed dependencies
662+ * Added gnome-maps to desktop-recommends
663+ * Removed rhythmbox-plugin-magnatune from desktop-recommends
664+
665+ -- Jeremy Bicha <jbicha@ubuntu.com> Mon, 08 Aug 2016 11:27:10 -0400
666+
667+ubuntu-gnome-meta (0.61) yakkety; urgency=medium
668+
669+ * Refreshed dependencies
670+ * Removed gnome-maps from desktop-recommends (LP: #1602035)
671+ * Bump Standards-Version to 3.9.8
672+
673+ -- Jeremy Bicha <jbicha@ubuntu.com> Wed, 13 Jul 2016 09:53:21 -0400
674+
675+ubuntu-gnome-meta (0.60) yakkety; urgency=medium
676+
677+ * Refreshed dependencies
678+ * Added xserver-xorg-input-libinput to desktop-recommends, this is
679+ needed by mutter for input settings
680+
681+ -- Tim Lunn <tim@feathertop.org> Fri, 27 May 2016 22:17:20 +1000
682+
683+ubuntu-gnome-meta (0.59) yakkety; urgency=medium
684+
685+ * update.cfg: switch to Yakkety
686+ * Refreshed dependencies
687+ * Added gnome-session-wayland to desktop-recommends
688+ * Removed xserver-xorg-legacy from desktop-recommends
689+
690+ -- Tim Lunn <tim@feathertop.org> Tue, 10 May 2016 10:46:28 +1000
691+
692+ubuntu-gnome-meta (0.58) xenial; urgency=medium
693+
694+ * Revert previous change, will patch gdm instead
695+ * Added xserver-xorg-legacy to desktop-recommends
696+ * Removed gnome-session-wayland from desktop
697+
698+ -- Tim Lunn <tim@feathertop.org> Thu, 21 Apr 2016 14:32:45 +1000
699+
700+ubuntu-gnome-meta (0.57) xenial; urgency=medium
701+
702+ * Refreshed dependencies
703+ * Added gnome-session-wayland to desktop
704+ * Removed xserver-xorg-legacy from desktop-recommends
705+
706+ -- Tim Lunn <tim@feathertop.org> Thu, 21 Apr 2016 11:35:10 +1000
707+
708+ubuntu-gnome-meta (0.56) xenial; urgency=medium
709+
710+ * Refreshed dependencies
711+ * Added fwupdate-signed to desktop-recommends [amd64 arm64 armhf i386]
712+
713+ -- Adam Conrad <adconrad@ubuntu.com> Tue, 19 Apr 2016 11:49:57 -0600
714+
715+ubuntu-gnome-meta (0.55) xenial; urgency=medium
716+
717+ * Refreshed dependencies
718+ * Added snapd to desktop-recommends
719+
720+ -- Tim Lunn <tim@feathertop.org> Fri, 15 Apr 2016 17:32:46 +1000
721+
722+ubuntu-gnome-meta (0.54) xenial; urgency=medium
723+
724+ * Refreshed dependencies
725+ * Added a11y-profile-manager to desktop-recommends
726+ * Added gnome-accessibility-profiles to desktop-recommends (LP: #1546317)
727+
728+ -- Luke Yelavich <themuso@ubuntu.com> Thu, 07 Apr 2016 07:11:39 +1000
729+
730+ubuntu-gnome-meta (0.53) xenial; urgency=medium
731+
732+ * Refreshed dependencies
733+ * Added fwupd to desktop-recommends
734+ * Removed libpam-systemd from desktop
735+
736+ -- Adam Conrad <adconrad@ubuntu.com> Sun, 03 Apr 2016 02:11:49 -0600
737+
738+ubuntu-gnome-meta (0.52) xenial; urgency=medium
739+
740+ * Refreshed dependencies (LP: #1558568)
741+ * Added fwupdate to desktop-recommends [arm64]
742+ * Added ibus-gtk to desktop-recommends [arm64 ppc64el s390x]
743+ * Removed ttf-indic-fonts-core from desktop-recommends [arm64 ppc64el
744+ s390x]
745+
746+ -- Tim Lunn <tim@feathertop.org> Fri, 18 Mar 2016 18:27:08 +1100
747+
748+ubuntu-gnome-meta (0.51) xenial; urgency=medium
749+
750+ * Refreshed dependencies
751+ * Added fonts-noto-cjk to desktop-recommends
752+ * Added gnome-software to desktop-recommends
753+ * Removed fonts-droid from desktop-recommends
754+ * Removed software-center from desktop-recommends
755+
756+ -- Tim Lunn <tim@feathertop.org> Sat, 20 Feb 2016 15:24:32 +1100
757+
758+ubuntu-gnome-meta (0.50) xenial; urgency=medium
759+
760+ * Refreshed dependencies
761+ * Added brasero to desktop [s390x]
762+ * Added deja-dup to desktop-recommends [s390x]
763+ * Added empathy to desktop-recommends [s390x]
764+ * Added evince to desktop [s390x]
765+ * Added evolution to desktop-recommends [s390x]
766+ * Added file-roller to desktop [s390x]
767+ * Added gnome-calendar to desktop-recommends [s390x]
768+ * Added gnome-contacts to desktop [s390x]
769+ * Added gnome-control-center to desktop [s390x]
770+ * Added gnome-documents to desktop [s390x]
771+ * Added gnome-maps to desktop-recommends [s390x]
772+ * Added gnome-photos to desktop-recommends [s390x]
773+ * Added gnome-shell to desktop [s390x]
774+ * Added gnome-sushi to desktop [s390x]
775+ * Added gnome-terminal to desktop [s390x]
776+ * Added gnome-user-share to desktop [s390x]
777+ * Added kerneloops-daemon to desktop-recommends [s390x]
778+ * Added mcp-account-manager-goa to desktop-recommends [s390x]
779+ * Added nautilus to desktop [s390x]
780+ * Added nautilus-share to desktop-recommends [s390x]
781+ * Added network-manager-pptp to desktop-recommends [s390x]
782+ * Added network-manager-pptp-gnome to desktop-recommends [s390x]
783+ * Added rhythmbox to desktop-recommends [s390x]
784+ * Added rhythmbox-plugin-magnatune to desktop-recommends [s390x]
785+ * Added totem to desktop-recommends [s390x]
786+ * Added tracker to desktop [s390x]
787+ * Added transmission-gtk to desktop-recommends [s390x]
788+ * Added update-notifier to desktop [s390x]
789+ * Added vino to desktop [s390x]
790+ * Removed gnome-packagekit from desktop [s390x]
791+ * Removed gvfs-backends-goa from desktop
792+
793+ -- Iain Lane <iain.lane@canonical.com> Tue, 05 Jan 2016 16:52:42 +0000
794+
795+ubuntu-gnome-meta (0.49) xenial; urgency=medium
796+
797+ * Skip build of s390x while it is incomplete and uninstallable
798+ * Refreshed dependencies
799+ * Added xserver-xorg-legacy to desktop-recommends, workaround (LP: #1525735)
800+
801+ -- Tim Lunn <tim@feathertop.org> Wed, 23 Dec 2015 10:50:25 +1100
802+
803+ubuntu-gnome-meta (0.47) xenial; urgency=medium
804+
805+ * Refreshed dependencies
806+ * Added ppa-purge to desktop-recommends
807+
808+ -- Tim Lunn <tim@feathertop.org> Fri, 11 Dec 2015 21:27:08 +1100
809+
810+ubuntu-gnome-meta (0.46) xenial; urgency=medium
811+
812+ * update.cfg: Add new port - s390x
813+
814+ -- Tim Lunn <tim@feathertop.org> Fri, 11 Dec 2015 11:56:30 +1100
815+
816+ubuntu-gnome-meta (0.45) xenial; urgency=medium
817+
818+ * Refreshed dependencies
819+ * Added gnome-calendar to desktop-recommends
820+ * Added gnome-logs to desktop
821+ * Removed gnome-system-log from desktop
822+
823+ -- Tim Lunn <tim@feathertop.org> Tue, 24 Nov 2015 14:18:30 +1100
824+
825+ubuntu-gnome-meta (0.44) xenial; urgency=medium
826+
827+ * update.cfg: switch to xenial
828+ * Refreshed dependencies
829+ * Added libreoffice-calc to desktop-recommends [arm64 ppc64el]
830+ * Added libreoffice-gnome to desktop-recommends [arm64 ppc64el]
831+ * Added libreoffice-impress to desktop-recommends [arm64 ppc64el]
832+ * Added libreoffice-math to desktop-recommends [arm64 ppc64el]
833+ * Added libreoffice-ogltrans to desktop-recommends [arm64 ppc64el]
834+ * Added libreoffice-pdfimport to desktop-recommends [arm64 ppc64el]
835+ * Added libreoffice-writer to desktop-recommends [arm64 ppc64el]
836+ * Added gdm3 to desktop [amd64 arm64 armhf powerpc ppc64el]
837+ * Removed gdm from desktop [amd64 arm64 armhf powerpc ppc64el]
838+
839+ -- Tim Lunn <tim@feathertop.org> Sat, 14 Nov 2015 09:41:21 +1100
840+
841+ubuntu-gnome-meta (0.43) wily; urgency=medium
842+
843+ * Refreshed dependencies
844+ * Added gnome-music to desktop-recommends
845+ * Added gnome-photos to desktop-recommends
846+ * Removed shotwell from desktop-recommends
847+
848+ -- Tim Lunn <tim@feathertop.org> Thu, 20 Aug 2015 09:00:41 +1000
849+
850+ubuntu-gnome-meta (0.42) wily; urgency=medium
851+
852+ * Refreshed dependencies
853+ * Removed libxp6 from desktop
854+
855+ -- Steve Langasek <steve.langasek@ubuntu.com> Tue, 18 Aug 2015 20:46:47 +0200
856+
857+ubuntu-gnome-meta (0.41) wily; urgency=medium
858+
859+ * Refreshed dependencies
860+ * Removed bluez-alsa from desktop-recommends
861+
862+ -- Adam Conrad <adconrad@ubuntu.com> Sun, 16 Aug 2015 14:33:48 -0600
863+
864+ubuntu-gnome-meta (0.40) wily; urgency=medium
865+
866+ * Refreshed dependencies
867+ * Added gnome-getting-started-docs to desktop-recommends
868+
869+ -- Tim Lunn <tim@feathertop.org> Sun, 09 Aug 2015 20:57:54 +1000
870+
871+ubuntu-gnome-meta (0.39) wily; urgency=medium
872+
873+ * update.cfg: switch to wily
874+
875+ * Refreshed dependencies
876+ * Removed gstreamer0.10-alsa from desktop (LP: #1469012)
877+ * Removed gstreamer0.10-pulseaudio from desktop
878+
879+ -- Tim Lunn <tim@feathertop.org> Wed, 05 Aug 2015 11:29:45 +1000
880+
881+ubuntu-gnome-meta (0.38) vivid; urgency=medium
882+
883+ * Refreshed dependencies
884+ * Added fonts-guru to desktop-recommends
885+ * Removed ttf-punjabi-fonts from desktop-recommends
886+
887+ -- Steve Langasek <steve.langasek@ubuntu.com> Tue, 17 Mar 2015 08:14:32 -0700
888+
889+ubuntu-gnome-meta (0.37) vivid; urgency=medium
890+
891+ * Refreshed dependencies
892+ * Added adwaita-icon-theme-full to desktop
893+ * Removed adwaita-icon-theme from desktop
894+
895+ -- Tim Lunn <tim@feathertop.org> Wed, 21 Jan 2015 07:38:51 +1100
896+
897+ubuntu-gnome-meta (0.36) vivid; urgency=medium
898+
899+ * Refreshed dependencies
900+ * Removed ubuntu-extras-keyring from desktop (LP: #1409555)
901+
902+ -- Dimitri John Ledkov <dimitri.j.ledkov@linux.intel.com> Mon, 12 Jan 2015 23:40:37 +0000
903+
904+ubuntu-gnome-meta (0.35) vivid; urgency=medium
905+
906+ * update.cfg: switch to vivid
907+
908+ * Refreshed dependencies
909+ * Added adwaita-icon-theme to desktop
910+ * Added numix-gtk-theme to desktop-recommends
911+ * Added ttf-ancient-fonts-symbola to desktop-recommends
912+ * Removed gnome-icon-theme-extras from desktop
913+ * Removed gnome-icon-theme-full from desktop
914+ * Removed gnome-icon-theme-symbolic from desktop
915+
916+ -- Tim Lunn <tim@feathertop.org> Sat, 20 Dec 2014 07:46:13 +1100
917+
918+ubuntu-gnome-meta (0.34) utopic; urgency=medium
919+
920+ * Refreshed dependencies
921+ * Added firefox to desktop-recommends [ppc64el]
922+ * Added printer-driver-brlaser to desktop-recommends
923+ * Removed libreoffice-presentation-minimizer from desktop-recommends
924+ [amd64 arm64 i386 ppc64el]
925+
926+ -- Adam Conrad <adconrad@ubuntu.com> Thu, 02 Oct 2014 21:31:04 -0600
927+
928+ubuntu-gnome-meta (0.33) utopic; urgency=medium
929+
930+ * update.cfg: switch to utopic
931+
932+ * Refreshed dependencies
933+ * Added firefox to desktop-recommends [arm64]
934+ * Added gnome-maps to desktop-recommends
935+ * Added gnome-weather to desktop-recommends
936+ * Added ubuntu-gnome-wallpapers to desktop-recommends [ppc64el]
937+
938+ -- Tim Lunn <tim@feathertop.org> Mon, 23 Jun 2014 20:14:27 +1000
939+
940+ubuntu-gnome-meta (0.32) trusty; urgency=medium
941+
942+ * Refreshed dependencies
943+ * Added ubuntu-gnome-wallpapers
944+
945+ -- Tim Lunn <tim@feathertop.org> Thu, 10 Apr 2014 18:34:07 +1000
946+
947+ubuntu-gnome-meta (0.31) trusty; urgency=medium
948+
949+ * Refreshed dependencies
950+ * Removed bluez-gstreamer from desktop-recommends
951+ (does not provide any required functionality, yet holds up
952+ gstreamer0.10 on the desktop CDs)
953+
954+ -- Dimitri John Ledkov <xnox@ubuntu.com> Thu, 03 Apr 2014 01:42:58 +0100
955+
956+ubuntu-gnome-meta (0.30) trusty; urgency=medium
957+
958+ * Refreshed dependencies (LP: #1300916)
959+ * Removed deja-dup-backend-ubuntuone from desktop-recommends
960+ * Removed rhythmbox-ubuntuone from desktop-recommends
961+
962+ -- Dimitri John Ledkov <xnox@ubuntu.com> Wed, 02 Apr 2014 17:11:54 +0100
963+
964+ubuntu-gnome-meta (0.29) trusty; urgency=medium
965+
966+ * Refreshed dependencies
967+ * Added empathy to desktop-recommends [ppc64el]
968+ * Added gnome-documents to desktop [ppc64el]
969+ * Added mcp-account-manager-goa to desktop-recommends [ppc64el]
970+ * Added tracker to desktop [ppc64el]
971+ * Removed ibus-pinyin-db-android from desktop-recommends
972+
973+ -- Adam Conrad <adconrad@ubuntu.com> Sat, 22 Mar 2014 19:19:50 -0600
974+
975+ubuntu-gnome-meta (0.28) trusty; urgency=medium
976+
977+ * update.cfg: Add ppc64el.
978+
979+ * Refreshed dependencies
980+ * Added fonts-droid to desktop-recommends [amd64 arm64 armhf i386
981+ powerpc]
982+ * Added gnome-documents to desktop [arm64]
983+ * Removed ttf-wqy-microhei from desktop-recommends [amd64 arm64 armhf
984+ i386 powerpc]
985+
986+ -- Dimitri John Ledkov <xnox@ubuntu.com> Sat, 08 Mar 2014 00:29:14 +0000
987+
988+ubuntu-gnome-meta (0.27) trusty; urgency=medium
989+
990+ * Refreshed dependencies
991+ * Added gjs to desktop [arm64]
992+ * Added gnome-shell to desktop [arm64]
993+ * Added gnome-sushi to desktop [arm64]
994+ * Added libreoffice-presentation-minimizer to desktop-recommends
995+ [arm64]
996+ * Added memtest86+ to desktop [amd64 i386]
997+ * Added transmission-gtk to desktop-recommends [arm64]
998+ * Removed evolution-data-server-goa from desktop
999+
1000+ -- Iain Lane <iain.lane@canonical.com> Sat, 08 Feb 2014 18:17:59 +0000
1001+
1002+ubuntu-gnome-meta (0.26) trusty; urgency=low
1003+
1004+ * update.cfg: Add arm64.
1005+
1006+ * Refreshed dependencies
1007+ * Added cups-filters to desktop-recommends
1008+
1009+ -- Colin Watson <cjwatson@ubuntu.com> Mon, 09 Dec 2013 11:31:30 +0000
1010+
1011+ubuntu-gnome-meta (0.25) trusty; urgency=low
1012+
1013+ * update.cfg: Switch to trusty.
1014+
1015+ * Refreshed dependencies
1016+ * Removed foomatic-filters from desktop
1017+
1018+ -- Colin Watson <cjwatson@ubuntu.com> Sat, 07 Dec 2013 14:54:11 +0000
1019+
1020+ubuntu-gnome-meta (0.24) saucy; urgency=low
1021+
1022+ * Refreshed dependencies
1023+ * Removed gnome-documents from desktop [armhf]
1024+ * Moved network-manager to desktop
1025+
1026+ -- Jeremy Bicha <jbicha@ubuntu.com> Thu, 19 Sep 2013 10:59:52 -0400
1027+
1028+ubuntu-gnome-meta (0.23) saucy; urgency=low
1029+
1030+ * Refreshed dependencies
1031+ * Added network-manager to desktop-recommends
1032+ * Removed doc-base from desktop
1033+ * Removed im-config from desktop-recommends (ibus still recommends it)
1034+
1035+ -- Jeremy Bicha <jbicha@ubuntu.com> Sat, 14 Sep 2013 23:48:57 -0400
1036+
1037+ubuntu-gnome-meta (0.22) saucy; urgency=low
1038+
1039+ * Refreshed dependencies
1040+ * Removed dmz-cursor-theme from desktop
1041+ * Removed network-manager-gnome from desktop-recommends
1042+
1043+ -- Jeremy Bicha <jbicha@ubuntu.com> Tue, 10 Sep 2013 10:30:53 -0400
1044+
1045+ubuntu-gnome-meta (0.21) saucy; urgency=low
1046+
1047+ * Refreshed dependencies
1048+ * Added gvfs-backends-goa to desktop
1049+ * Removed gstreamer1.0-plugins-base-apps from desktop
1050+
1051+ -- Jeremy Bicha <jbicha@ubuntu.com> Mon, 22 Jul 2013 23:06:18 -0400
1052+
1053+ubuntu-gnome-meta (0.20) saucy; urgency=low
1054+
1055+ * Refreshed dependencies
1056+ * Added zsync to desktop
1057+ * Removed firefox-gnome-support from desktop-recommends
1058+ * Removed gstreamer0.10-plugins-base-apps from desktop
1059+
1060+ -- Colin Watson <cjwatson@ubuntu.com> Mon, 01 Jul 2013 12:12:53 +0100
1061+
1062+ubuntu-gnome-meta (0.19) saucy; urgency=low
1063+
1064+ * Refreshed dependencies
1065+ * Added libreoffice-style-tango to desktop-recommends [amd64 i386]
1066+ * Removed gnome-screensaver from desktop-recommends
1067+
1068+ -- Jeremy Bicha <jbicha@ubuntu.com> Sun, 16 Jun 2013 23:04:26 -0400
1069+
1070+ubuntu-gnome-meta (0.18) saucy; urgency=low
1071+
1072+ * Refreshed dependencies
1073+ * Added evolution-data-server-goa to desktop
1074+ * Removed gnome-media from desktop (LP: #1157654)
1075+
1076+ -- Jeremy Bicha <jbicha@ubuntu.com> Fri, 14 Jun 2013 11:26:42 -0400
1077+
1078+ubuntu-gnome-meta (0.17) saucy; urgency=low
1079+
1080+ * Refreshed dependencies
1081+ * Added fonts-dejavu-core to desktop
1082+ * Removed ttf-dejavu-core from desktop
1083+ * Removed example-content from desktop-recommends
1084+
1085+ -- Jeremy Bicha <jbicha@ubuntu.com> Mon, 10 Jun 2013 17:55:17 -0400
1086+
1087+ubuntu-gnome-meta (0.16) saucy; urgency=low
1088+
1089+ * Refreshed dependencies
1090+ * Removed libqt4-sql-sqlite from desktop-recommends
1091+
1092+ -- Jeremy Bicha <jbicha@ubuntu.com> Sun, 09 Jun 2013 17:26:08 -0400
1093+
1094+ubuntu-gnome-meta (0.15) saucy; urgency=low
1095+
1096+ * Refreshed dependencies
1097+ * Added dconf-editor to desktop
1098+ * Added mcp-account-manager-goa to desktop-recommends
1099+
1100+ -- Jeremy Bicha <jbicha@ubuntu.com> Sun, 09 Jun 2013 15:06:09 -0400
1101+
1102+ubuntu-gnome-meta (0.14) saucy; urgency=low
1103+
1104+ * Refreshed dependencies
1105+ * Removed libgd2-xpm from desktop
1106+
1107+ -- Colin Watson <cjwatson@ubuntu.com> Sun, 02 Jun 2013 10:15:28 +0100
1108+
1109+ubuntu-gnome-meta (0.13) saucy; urgency=low
1110+
1111+ * Refreshed dependencies
1112+ * Added gnome-shell-extensions to desktop
1113+ * Removed gnome-dictionary from desktop
1114+ * Removed gnome-search-tool from desktop-recommends
1115+
1116+ -- Jeremy Bicha <jbicha@ubuntu.com> Fri, 31 May 2013 21:58:19 -0400
1117+
1118+ubuntu-gnome-meta (0.12) saucy; urgency=low
1119+
1120+ * update.cfg: Switch to saucy.
1121+ * Refreshed dependencies
1122+ * Added libpam-systemd to desktop
1123+ * Removed libpam-ck-connector from desktop
1124+ * Removed libpam-xdg-support from desktop
1125+
1126+ -- Martin Pitt <martin.pitt@ubuntu.com> Thu, 02 May 2013 11:40:07 -0700
1127+
1128+ubuntu-gnome-meta (0.11) raring; urgency=low
1129+
1130+ * Refreshed dependencies
1131+ * Added libnss-myhostname to desktop (LP: #1162478)
1132+ * Added system-config-printer-gnome to desktop (LP: #1163674)
1133+ * Moved xterm to desktop-recommends
1134+
1135+ -- Jeremy Bicha <jbicha@ubuntu.com> Sat, 13 Apr 2013 18:27:20 -0400
1136+
1137+ubuntu-gnome-meta (0.10) raring; urgency=low
1138+
1139+ * Refreshed dependencies
1140+ * Added gnome-calculator to desktop
1141+ * Removed gcalctool from desktop
1142+ * Removed gwibber from desktop-recommends
1143+
1144+ -- Jeremy Bicha <jbicha@ubuntu.com> Fri, 05 Apr 2013 22:53:49 -0400
1145+
1146+ubuntu-gnome-meta (0.9) raring; urgency=low
1147+
1148+ * Refreshed dependencies
1149+ * Added deja-dup-backend-ubuntuone to desktop-recommends
1150+ * Removed libreoffice-help-en-us from desktop-recommends [amd64 i386]
1151+
1152+ -- Colin Watson <cjwatson@ubuntu.com> Mon, 11 Mar 2013 14:12:52 +0000
1153+
1154+ubuntu-gnome-meta (0.8) raring; urgency=low
1155+
1156+ * Update package description
1157+ * Use dh9
1158+ * Refreshed dependencies
1159+ * Added gnome-documents to desktop
1160+ * Added gnome-mahjongg to desktop-recommends [amd64 armhf i386]
1161+ * Added gnome-mines to desktop-recommends [amd64 armhf i386]
1162+ * Added gnome-sudoku to desktop-recommends [amd64 armhf i386]
1163+ * Removed gnome-games from desktop-recommends [amd64 armhf i386]
1164+
1165+ -- Jeremy Bicha <jbicha@ubuntu.com> Wed, 06 Mar 2013 21:59:39 -0500
1166+
1167+ubuntu-gnome-meta (0.7) raring; urgency=low
1168+
1169+ * Refreshed dependencies
1170+ * Added firefox to desktop-recommends
1171+ * Added firefox-gnome-support to desktop-recommends
1172+ * Added libreoffice-calc to desktop-recommends [amd64 i386]
1173+ * Added libreoffice-gnome to desktop-recommends [amd64 i386]
1174+ * Added libreoffice-help-en-us to desktop-recommends [amd64 i386]
1175+ * Added libreoffice-impress to desktop-recommends [amd64 i386]
1176+ * Added libreoffice-math to desktop-recommends [amd64 i386]
1177+ * Added libreoffice-ogltrans to desktop-recommends [amd64 i386]
1178+ * Added libreoffice-pdfimport to desktop-recommends [amd64 i386]
1179+ * Added libreoffice-presentation-minimizer to desktop-recommends
1180+ [amd64 i386]
1181+ * Added libreoffice-writer to desktop-recommends [amd64 i386]
1182+ * Added xul-ext-ubufox to desktop-recommends
1183+ * Removed abiword from desktop-recommends
1184+ * Removed epiphany-browser from desktop-recommends
1185+ * Removed gnumeric from desktop-recommends
1186+ * Removed linux-headers-generic from desktop-recommends [amd64]
1187+ * Removed linux-headers-generic-pae from desktop-recommends [i386]
1188+ * Removed linux-headers-omap4 from desktop-recommends [armhf]
1189+ * Removed mesa-utils from desktop-recommends
1190+ * Removed pulseaudio-module-gconf from desktop-recommends
1191+
1192+ -- Jeremy Bicha <jbicha@ubuntu.com> Wed, 20 Feb 2013 23:09:52 -0500
1193+
1194+ubuntu-gnome-meta (0.6) raring; urgency=low
1195+
1196+ * Refreshed dependencies
1197+ * Added im-config to desktop-recommends
1198+ * Removed im-switch from desktop-recommends
1199+
1200+ -- Jeremy Bicha <jbicha@ubuntu.com> Mon, 10 Dec 2012 22:07:42 -0500
1201+
1202+ubuntu-gnome-meta (0.5) raring; urgency=low
1203+
1204+ * Dropped armel
1205+ * Refreshed dependencies
1206+ * Added deja-dup-backend-cloudfiles to desktop-recommends
1207+ * Added deja-dup-backend-s3 to desktop-recommends
1208+ * Added libpam-xdg-support to desktop
1209+ * Added linux-headers-omap4 to desktop-recommends [armhf]
1210+ * Added python3-aptdaemon.pkcompat to desktop-recommends
1211+ * Added software-center to desktop-recommends
1212+ * Added ubuntu-release-upgrader-gtk to desktop
1213+ * Added update-manager to desktop (LP: #1071008)
1214+ * Added update-notifier to desktop
1215+ * Removed gnome-packagekit from desktop-recommends
1216+ * Removed gnome-panel from desktop-recommends
1217+ * Removed indicator-datetime from desktop-recommends
1218+ * Removed indicator-printers from desktop-recommends
1219+ * Removed metacity from desktop
1220+ * Removed onboard from desktop-recommends
1221+ * Removed python-cloudfiles from desktop-recommends
1222+ * Removed xcursor-themes from desktop-recommends
1223+
1224+ -- Jeremy Bicha <jbicha@ubuntu.com> Wed, 28 Nov 2012 21:21:57 -0500
1225+
1226+ubuntu-gnome-meta (0.4) quantal; urgency=low
1227+
1228+ * Refreshed dependencies
1229+ * Added plymouth-theme-ubuntu-gnome-logo to desktop-recommends
1230+ * Added plymouth-theme-ubuntu-gnome-text to desktop-recommends
1231+ * Removed indicator-sync from desktop-recommends
1232+ * Removed plymouth-theme-ubuntu-logo from desktop-recommends
1233+
1234+ -- Jeremy Bicha <jbicha@ubuntu.com> Sun, 30 Sep 2012 00:38:16 -0400
1235+
1236+ubuntu-gnome-meta (0.3) quantal; urgency=low
1237+
1238+ * Refreshed dependencies
1239+ * Added evolution to desktop-recommends
1240+ * Added mesa-utils to desktop-recommends
1241+ * Added python-cloudfiles to desktop-recommends
1242+
1243+ -- Jeremy Bicha <jbicha@ubuntu.com> Sun, 16 Sep 2012 23:15:19 -0400
1244+
1245+ubuntu-gnome-meta (0.2) quantal; urgency=low
1246+
1247+ * Refreshed dependencies
1248+ * Added gnome-tweak-tool to desktop
1249+ * Added gstreamer1.0-alsa to desktop
1250+ * Added gstreamer1.0-plugins-base-apps to desktop
1251+ * Added gstreamer1.0-pulseaudio to desktop
1252+ * Added software-properties-gtk to desktop
1253+ * Added indicator-datetime to desktop-recommends
1254+ * Added indicator-sync to desktop-recommends
1255+ * Added libqt4-sql-sqlite to desktop-recommends
1256+ * Moved gnome-packagekit to desktop-recommends
1257+ * Moved gnome-panel to desktop-recommends
1258+ * Removed caribou from desktop (LP: #1044537)
1259+ * Removed gnome-applets from desktop
1260+ * Removed indicator-appmenu from desktop-recommends
1261+ * Removed jockey-gtk from desktop-recommends
1262+ * Removed ubuntu-docs from desktop-recommends
1263+
1264+ -- Jeremy Bicha <jbicha@ubuntu.com> Fri, 07 Sep 2012 01:07:45 -0400
1265+
1266+ubuntu-gnome-meta (0.1) quantal; urgency=medium
1267+
1268+ * Initial release (LP: #1043610)
1269+
1270+ -- Jeremy Bicha <jbicha@ubuntu.com> Wed, 29 Aug 2012 23:06:40 -0400
1271
1272=== added file 'ubuntu-gnome-meta-0.86/debian/compat'
1273--- ubuntu-gnome-meta-0.86/debian/compat 1970-01-01 00:00:00 +0000
1274+++ ubuntu-gnome-meta-0.86/debian/compat 2019-09-23 01:59:05 +0000
1275@@ -0,0 +1,1 @@
1276+10
1277
1278=== added file 'ubuntu-gnome-meta-0.86/debian/control'
1279--- ubuntu-gnome-meta-0.86/debian/control 1970-01-01 00:00:00 +0000
1280+++ ubuntu-gnome-meta-0.86/debian/control 2019-09-23 01:59:05 +0000
1281@@ -0,0 +1,31 @@
1282+Source: ubuntu-gnome-meta
1283+Section: metapackages
1284+Priority: optional
1285+Maintainer: Ubuntu GNOME Developers <ubuntu-gnome@lists.ubuntu.com>
1286+Standards-Version: 4.1.0
1287+Build-Depends: debhelper (>= 10), germinate (>= 1.18)
1288+
1289+Package: ubuntu-gnome-desktop
1290+Architecture: amd64 armhf arm64 i386 ppc64el
1291+Section: oldlibs
1292+Depends: ${misc:Depends}, ubuntu-desktop, gnome-session
1293+Description: The Ubuntu desktop system (transitional package)
1294+ This package depends on all of the packages in the Ubuntu desktop system.
1295+ .
1296+ Before Ubuntu 17.10, this was the metapackage for the Ubuntu GNOME flavor.
1297+ .
1298+ Install vanilla-gnome-desktop instead if you prefer a full GNOME desktop
1299+ with minimal Ubuntu branding.
1300+
1301+Package: vanilla-gnome-desktop
1302+Architecture: amd64 armhf arm64 i386 ppc64el
1303+Depends: ${misc:Depends}, ${germinate:Depends}
1304+Recommends: ${germinate:Recommends}
1305+Description: Vanilla GNOME metapackage
1306+ This package depends on the core GNOME packages with minimal Ubuntu
1307+ branding similar to what was offered by Ubuntu GNOME. Ubuntu GNOME
1308+ was an Ubuntu flavor that offered a mostly pure GNOME experience until
1309+ it was discontinued after the 17.04 release.
1310+ .
1311+ It is also used to help ensure proper upgrades, so it is recommended that
1312+ it not be removed.
1313
1314=== added file 'ubuntu-gnome-meta-0.86/debian/copyright'
1315--- ubuntu-gnome-meta-0.86/debian/copyright 1970-01-01 00:00:00 +0000
1316+++ ubuntu-gnome-meta-0.86/debian/copyright 2019-09-23 01:59:05 +0000
1317@@ -0,0 +1,13 @@
1318+Copyright 2004, Canonical Ltd.
1319+
1320+This program is free software; you can redistribute it and/or modify it under
1321+the terms of the GNU General Public License as published by the Free Software
1322+Foundation; either version 2, or (at your option) any later version.
1323+
1324+This program is distributed in the hope that it will be useful, but WITHOUT ANY
1325+WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
1326+PARTICULAR PURPOSE. See the GNU General Public License for more details.
1327+
1328+You should have received a copy of the GNU General Public License with your
1329+system, in /usr/share/common-licenses/GPL-2. If not, see
1330+<http://www.gnu.org/licenses/>.
1331
1332=== added file 'ubuntu-gnome-meta-0.86/debian/rules'
1333--- ubuntu-gnome-meta-0.86/debian/rules 1970-01-01 00:00:00 +0000
1334+++ ubuntu-gnome-meta-0.86/debian/rules 2019-09-23 01:59:05 +0000
1335@@ -0,0 +1,3 @@
1336+#! /usr/bin/make -f
1337+%:
1338+ dh $@ --with germinate
1339
1340=== added directory 'ubuntu-gnome-meta-0.86/debian/source'
1341=== added file 'ubuntu-gnome-meta-0.86/debian/source/format'
1342--- ubuntu-gnome-meta-0.86/debian/source/format 1970-01-01 00:00:00 +0000
1343+++ ubuntu-gnome-meta-0.86/debian/source/format 2019-09-23 01:59:05 +0000
1344@@ -0,0 +1,1 @@
1345+3.0 (native)
1346
1347=== added file 'ubuntu-gnome-meta-0.86/debootstrap-version'
1348--- ubuntu-gnome-meta-0.86/debootstrap-version 1970-01-01 00:00:00 +0000
1349+++ ubuntu-gnome-meta-0.86/debootstrap-version 2019-09-23 01:59:05 +0000
1350@@ -0,0 +1,1 @@
1351+1.0.112ubuntu1.1
1352
1353=== added file 'ubuntu-gnome-meta-0.86/desktop-amd64'
1354--- ubuntu-gnome-meta-0.86/desktop-amd64 1970-01-01 00:00:00 +0000
1355+++ ubuntu-gnome-meta-0.86/desktop-amd64 2019-09-23 01:59:05 +0000
1356@@ -0,0 +1,92 @@
1357+adwaita-icon-theme-full
1358+alsa-base
1359+alsa-utils
1360+anacron
1361+at-spi2-core
1362+baobab
1363+bc
1364+ca-certificates
1365+chrome-gnome-shell
1366+dconf-editor
1367+eog
1368+evince
1369+file-roller
1370+fonts-cantarell
1371+fonts-dejavu-core
1372+fonts-freefont-ttf
1373+foomatic-db-compressed-ppds
1374+gdm3
1375+gedit
1376+genisoimage
1377+ghostscript-x
1378+gnome-backgrounds
1379+gnome-calculator
1380+gnome-calendar
1381+gnome-characters
1382+gnome-color-manager
1383+gnome-contacts
1384+gnome-control-center
1385+gnome-disk-utility
1386+gnome-documents
1387+gnome-font-viewer
1388+gnome-initial-setup
1389+gnome-logs
1390+gnome-menus
1391+gnome-online-accounts
1392+gnome-online-miners
1393+gnome-screenshot
1394+gnome-session
1395+gnome-session-canberra
1396+gnome-settings-daemon
1397+gnome-shell
1398+gnome-shell-extensions
1399+gnome-sushi
1400+gnome-system-monitor
1401+gnome-terminal
1402+gnome-themes-extra
1403+gnome-todo
1404+gnome-tweaks
1405+gnome-user-docs
1406+gnome-user-share
1407+gsettings-desktop-schemas
1408+gstreamer1.0-alsa
1409+gstreamer1.0-plugins-base-apps
1410+gstreamer1.0-pulseaudio
1411+gvfs-bin
1412+inputattach
1413+libatk-adaptor
1414+libnotify-bin
1415+libsasl2-modules
1416+libu2f-udev
1417+mutter
1418+nautilus
1419+nautilus-extension-brasero
1420+network-manager
1421+openprinting-ppds
1422+printer-driver-pnm2ppa
1423+pulseaudio
1424+rfkill
1425+simple-scan
1426+software-properties-gtk
1427+spice-vdagent
1428+ssh-askpass-gnome
1429+system-config-printer-common
1430+system-config-printer-udev
1431+tracker
1432+ubuntu-drivers-common
1433+ubuntu-release-upgrader-gtk
1434+unzip
1435+update-manager
1436+update-notifier
1437+vanilla-gnome-default-settings
1438+wireless-tools
1439+wpasupplicant
1440+xdg-desktop-portal-gtk
1441+xdg-user-dirs
1442+xdg-user-dirs-gtk
1443+xkb-data
1444+xorg
1445+yelp
1446+zenity
1447+zip
1448+zsync
1449
1450=== added file 'ubuntu-gnome-meta-0.86/desktop-amd64.old'
1451--- ubuntu-gnome-meta-0.86/desktop-amd64.old 1970-01-01 00:00:00 +0000
1452+++ ubuntu-gnome-meta-0.86/desktop-amd64.old 2019-09-23 01:59:05 +0000
1453@@ -0,0 +1,71 @@
1454+adwaita-icon-theme-full
1455+alsa-base
1456+alsa-utils
1457+anacron
1458+at-spi2-core
1459+bc
1460+ca-certificates
1461+chrome-gnome-shell
1462+fonts-cantarell
1463+fonts-dejavu-core
1464+fonts-freefont-ttf
1465+foomatic-db-compressed-ppds
1466+gdm3
1467+genisoimage
1468+ghostscript-x
1469+gnome-backgrounds
1470+gnome-color-manager
1471+gnome-control-center
1472+gnome-initial-setup
1473+gnome-menus
1474+gnome-online-accounts
1475+gnome-online-miners
1476+gnome-session
1477+gnome-session-canberra
1478+gnome-settings-daemon
1479+gnome-shell
1480+gnome-shell-extensions
1481+gnome-sushi
1482+gnome-themes-extra
1483+gnome-user-docs
1484+gnome-user-share
1485+gsettings-desktop-schemas
1486+gstreamer1.0-alsa
1487+gstreamer1.0-plugins-base-apps
1488+gstreamer1.0-pulseaudio
1489+gvfs-bin
1490+inputattach
1491+libatk-adaptor
1492+libnotify-bin
1493+libsasl2-modules
1494+libu2f-udev
1495+mutter
1496+nautilus
1497+nautilus-extension-brasero
1498+network-manager
1499+openprinting-ppds
1500+printer-driver-pnm2ppa
1501+pulseaudio
1502+rfkill
1503+software-properties-gtk
1504+spice-vdagent
1505+ssh-askpass-gnome
1506+system-config-printer-common
1507+system-config-printer-udev
1508+tracker
1509+ubuntu-drivers-common
1510+ubuntu-release-upgrader-gtk
1511+unzip
1512+update-manager
1513+update-notifier
1514+vanilla-gnome-default-settings
1515+wireless-tools
1516+wpasupplicant
1517+xdg-desktop-portal-gtk
1518+xdg-user-dirs
1519+xdg-user-dirs-gtk
1520+xkb-data
1521+xorg
1522+zenity
1523+zip
1524+zsync
1525
1526=== added file 'ubuntu-gnome-meta-0.86/desktop-arm64'
1527--- ubuntu-gnome-meta-0.86/desktop-arm64 1970-01-01 00:00:00 +0000
1528+++ ubuntu-gnome-meta-0.86/desktop-arm64 2019-09-23 01:59:05 +0000
1529@@ -0,0 +1,92 @@
1530+adwaita-icon-theme-full
1531+alsa-base
1532+alsa-utils
1533+anacron
1534+at-spi2-core
1535+baobab
1536+bc
1537+ca-certificates
1538+chrome-gnome-shell
1539+dconf-editor
1540+eog
1541+evince
1542+file-roller
1543+fonts-cantarell
1544+fonts-dejavu-core
1545+fonts-freefont-ttf
1546+foomatic-db-compressed-ppds
1547+gdm3
1548+gedit
1549+genisoimage
1550+ghostscript-x
1551+gnome-backgrounds
1552+gnome-calculator
1553+gnome-calendar
1554+gnome-characters
1555+gnome-color-manager
1556+gnome-contacts
1557+gnome-control-center
1558+gnome-disk-utility
1559+gnome-documents
1560+gnome-font-viewer
1561+gnome-initial-setup
1562+gnome-logs
1563+gnome-menus
1564+gnome-online-accounts
1565+gnome-online-miners
1566+gnome-screenshot
1567+gnome-session
1568+gnome-session-canberra
1569+gnome-settings-daemon
1570+gnome-shell
1571+gnome-shell-extensions
1572+gnome-sushi
1573+gnome-system-monitor
1574+gnome-terminal
1575+gnome-themes-extra
1576+gnome-todo
1577+gnome-tweaks
1578+gnome-user-docs
1579+gnome-user-share
1580+gsettings-desktop-schemas
1581+gstreamer1.0-alsa
1582+gstreamer1.0-plugins-base-apps
1583+gstreamer1.0-pulseaudio
1584+gvfs-bin
1585+inputattach
1586+libatk-adaptor
1587+libnotify-bin
1588+libsasl2-modules
1589+libu2f-udev
1590+mutter
1591+nautilus
1592+nautilus-extension-brasero
1593+network-manager
1594+openprinting-ppds
1595+printer-driver-pnm2ppa
1596+pulseaudio
1597+rfkill
1598+simple-scan
1599+software-properties-gtk
1600+spice-vdagent
1601+ssh-askpass-gnome
1602+system-config-printer-common
1603+system-config-printer-udev
1604+tracker
1605+ubuntu-drivers-common
1606+ubuntu-release-upgrader-gtk
1607+unzip
1608+update-manager
1609+update-notifier
1610+vanilla-gnome-default-settings
1611+wireless-tools
1612+wpasupplicant
1613+xdg-desktop-portal-gtk
1614+xdg-user-dirs
1615+xdg-user-dirs-gtk
1616+xkb-data
1617+xorg
1618+yelp
1619+zenity
1620+zip
1621+zsync
1622
1623=== added file 'ubuntu-gnome-meta-0.86/desktop-arm64.old'
1624--- ubuntu-gnome-meta-0.86/desktop-arm64.old 1970-01-01 00:00:00 +0000
1625+++ ubuntu-gnome-meta-0.86/desktop-arm64.old 2019-09-23 01:59:05 +0000
1626@@ -0,0 +1,71 @@
1627+adwaita-icon-theme-full
1628+alsa-base
1629+alsa-utils
1630+anacron
1631+at-spi2-core
1632+bc
1633+ca-certificates
1634+chrome-gnome-shell
1635+fonts-cantarell
1636+fonts-dejavu-core
1637+fonts-freefont-ttf
1638+foomatic-db-compressed-ppds
1639+gdm3
1640+genisoimage
1641+ghostscript-x
1642+gnome-backgrounds
1643+gnome-color-manager
1644+gnome-control-center
1645+gnome-initial-setup
1646+gnome-menus
1647+gnome-online-accounts
1648+gnome-online-miners
1649+gnome-session
1650+gnome-session-canberra
1651+gnome-settings-daemon
1652+gnome-shell
1653+gnome-shell-extensions
1654+gnome-sushi
1655+gnome-themes-extra
1656+gnome-user-docs
1657+gnome-user-share
1658+gsettings-desktop-schemas
1659+gstreamer1.0-alsa
1660+gstreamer1.0-plugins-base-apps
1661+gstreamer1.0-pulseaudio
1662+gvfs-bin
1663+inputattach
1664+libatk-adaptor
1665+libnotify-bin
1666+libsasl2-modules
1667+libu2f-udev
1668+mutter
1669+nautilus
1670+nautilus-extension-brasero
1671+network-manager
1672+openprinting-ppds
1673+printer-driver-pnm2ppa
1674+pulseaudio
1675+rfkill
1676+software-properties-gtk
1677+spice-vdagent
1678+ssh-askpass-gnome
1679+system-config-printer-common
1680+system-config-printer-udev
1681+tracker
1682+ubuntu-drivers-common
1683+ubuntu-release-upgrader-gtk
1684+unzip
1685+update-manager
1686+update-notifier
1687+vanilla-gnome-default-settings
1688+wireless-tools
1689+wpasupplicant
1690+xdg-desktop-portal-gtk
1691+xdg-user-dirs
1692+xdg-user-dirs-gtk
1693+xkb-data
1694+xorg
1695+zenity
1696+zip
1697+zsync
1698
1699=== added file 'ubuntu-gnome-meta-0.86/desktop-armhf'
1700--- ubuntu-gnome-meta-0.86/desktop-armhf 1970-01-01 00:00:00 +0000
1701+++ ubuntu-gnome-meta-0.86/desktop-armhf 2019-09-23 01:59:05 +0000
1702@@ -0,0 +1,92 @@
1703+adwaita-icon-theme-full
1704+alsa-base
1705+alsa-utils
1706+anacron
1707+at-spi2-core
1708+baobab
1709+bc
1710+ca-certificates
1711+chrome-gnome-shell
1712+dconf-editor
1713+eog
1714+evince
1715+file-roller
1716+fonts-cantarell
1717+fonts-dejavu-core
1718+fonts-freefont-ttf
1719+foomatic-db-compressed-ppds
1720+gdm3
1721+gedit
1722+genisoimage
1723+ghostscript-x
1724+gnome-backgrounds
1725+gnome-calculator
1726+gnome-calendar
1727+gnome-characters
1728+gnome-color-manager
1729+gnome-contacts
1730+gnome-control-center
1731+gnome-disk-utility
1732+gnome-documents
1733+gnome-font-viewer
1734+gnome-initial-setup
1735+gnome-logs
1736+gnome-menus
1737+gnome-online-accounts
1738+gnome-online-miners
1739+gnome-screenshot
1740+gnome-session
1741+gnome-session-canberra
1742+gnome-settings-daemon
1743+gnome-shell
1744+gnome-shell-extensions
1745+gnome-sushi
1746+gnome-system-monitor
1747+gnome-terminal
1748+gnome-themes-extra
1749+gnome-todo
1750+gnome-tweaks
1751+gnome-user-docs
1752+gnome-user-share
1753+gsettings-desktop-schemas
1754+gstreamer1.0-alsa
1755+gstreamer1.0-plugins-base-apps
1756+gstreamer1.0-pulseaudio
1757+gvfs-bin
1758+inputattach
1759+libatk-adaptor
1760+libnotify-bin
1761+libsasl2-modules
1762+libu2f-udev
1763+mutter
1764+nautilus
1765+nautilus-extension-brasero
1766+network-manager
1767+openprinting-ppds
1768+printer-driver-pnm2ppa
1769+pulseaudio
1770+rfkill
1771+simple-scan
1772+software-properties-gtk
1773+spice-vdagent
1774+ssh-askpass-gnome
1775+system-config-printer-common
1776+system-config-printer-udev
1777+tracker
1778+ubuntu-drivers-common
1779+ubuntu-release-upgrader-gtk
1780+unzip
1781+update-manager
1782+update-notifier
1783+vanilla-gnome-default-settings
1784+wireless-tools
1785+wpasupplicant
1786+xdg-desktop-portal-gtk
1787+xdg-user-dirs
1788+xdg-user-dirs-gtk
1789+xkb-data
1790+xorg
1791+yelp
1792+zenity
1793+zip
1794+zsync
1795
1796=== added file 'ubuntu-gnome-meta-0.86/desktop-armhf.old'
1797--- ubuntu-gnome-meta-0.86/desktop-armhf.old 1970-01-01 00:00:00 +0000
1798+++ ubuntu-gnome-meta-0.86/desktop-armhf.old 2019-09-23 01:59:05 +0000
1799@@ -0,0 +1,71 @@
1800+adwaita-icon-theme-full
1801+alsa-base
1802+alsa-utils
1803+anacron
1804+at-spi2-core
1805+bc
1806+ca-certificates
1807+chrome-gnome-shell
1808+fonts-cantarell
1809+fonts-dejavu-core
1810+fonts-freefont-ttf
1811+foomatic-db-compressed-ppds
1812+gdm3
1813+genisoimage
1814+ghostscript-x
1815+gnome-backgrounds
1816+gnome-color-manager
1817+gnome-control-center
1818+gnome-initial-setup
1819+gnome-menus
1820+gnome-online-accounts
1821+gnome-online-miners
1822+gnome-session
1823+gnome-session-canberra
1824+gnome-settings-daemon
1825+gnome-shell
1826+gnome-shell-extensions
1827+gnome-sushi
1828+gnome-themes-extra
1829+gnome-user-docs
1830+gnome-user-share
1831+gsettings-desktop-schemas
1832+gstreamer1.0-alsa
1833+gstreamer1.0-plugins-base-apps
1834+gstreamer1.0-pulseaudio
1835+gvfs-bin
1836+inputattach
1837+libatk-adaptor
1838+libnotify-bin
1839+libsasl2-modules
1840+libu2f-udev
1841+mutter
1842+nautilus
1843+nautilus-extension-brasero
1844+network-manager
1845+openprinting-ppds
1846+printer-driver-pnm2ppa
1847+pulseaudio
1848+rfkill
1849+software-properties-gtk
1850+spice-vdagent
1851+ssh-askpass-gnome
1852+system-config-printer-common
1853+system-config-printer-udev
1854+tracker
1855+ubuntu-drivers-common
1856+ubuntu-release-upgrader-gtk
1857+unzip
1858+update-manager
1859+update-notifier
1860+vanilla-gnome-default-settings
1861+wireless-tools
1862+wpasupplicant
1863+xdg-desktop-portal-gtk
1864+xdg-user-dirs
1865+xdg-user-dirs-gtk
1866+xkb-data
1867+xorg
1868+zenity
1869+zip
1870+zsync
1871
1872=== added file 'ubuntu-gnome-meta-0.86/desktop-i386'
1873--- ubuntu-gnome-meta-0.86/desktop-i386 1970-01-01 00:00:00 +0000
1874+++ ubuntu-gnome-meta-0.86/desktop-i386 2019-09-23 01:59:05 +0000
1875@@ -0,0 +1,92 @@
1876+adwaita-icon-theme-full
1877+alsa-base
1878+alsa-utils
1879+anacron
1880+at-spi2-core
1881+baobab
1882+bc
1883+ca-certificates
1884+chrome-gnome-shell
1885+dconf-editor
1886+eog
1887+evince
1888+file-roller
1889+fonts-cantarell
1890+fonts-dejavu-core
1891+fonts-freefont-ttf
1892+foomatic-db-compressed-ppds
1893+gdm3
1894+gedit
1895+genisoimage
1896+ghostscript-x
1897+gnome-backgrounds
1898+gnome-calculator
1899+gnome-calendar
1900+gnome-characters
1901+gnome-color-manager
1902+gnome-contacts
1903+gnome-control-center
1904+gnome-disk-utility
1905+gnome-documents
1906+gnome-font-viewer
1907+gnome-initial-setup
1908+gnome-logs
1909+gnome-menus
1910+gnome-online-accounts
1911+gnome-online-miners
1912+gnome-screenshot
1913+gnome-session
1914+gnome-session-canberra
1915+gnome-settings-daemon
1916+gnome-shell
1917+gnome-shell-extensions
1918+gnome-sushi
1919+gnome-system-monitor
1920+gnome-terminal
1921+gnome-themes-extra
1922+gnome-todo
1923+gnome-tweaks
1924+gnome-user-docs
1925+gnome-user-share
1926+gsettings-desktop-schemas
1927+gstreamer1.0-alsa
1928+gstreamer1.0-plugins-base-apps
1929+gstreamer1.0-pulseaudio
1930+gvfs-bin
1931+inputattach
1932+libatk-adaptor
1933+libnotify-bin
1934+libsasl2-modules
1935+libu2f-udev
1936+mutter
1937+nautilus
1938+nautilus-extension-brasero
1939+network-manager
1940+openprinting-ppds
1941+printer-driver-pnm2ppa
1942+pulseaudio
1943+rfkill
1944+simple-scan
1945+software-properties-gtk
1946+spice-vdagent
1947+ssh-askpass-gnome
1948+system-config-printer-common
1949+system-config-printer-udev
1950+tracker
1951+ubuntu-drivers-common
1952+ubuntu-release-upgrader-gtk
1953+unzip
1954+update-manager
1955+update-notifier
1956+vanilla-gnome-default-settings
1957+wireless-tools
1958+wpasupplicant
1959+xdg-desktop-portal-gtk
1960+xdg-user-dirs
1961+xdg-user-dirs-gtk
1962+xkb-data
1963+xorg
1964+yelp
1965+zenity
1966+zip
1967+zsync
1968
1969=== added file 'ubuntu-gnome-meta-0.86/desktop-i386.old'
1970--- ubuntu-gnome-meta-0.86/desktop-i386.old 1970-01-01 00:00:00 +0000
1971+++ ubuntu-gnome-meta-0.86/desktop-i386.old 2019-09-23 01:59:05 +0000
1972@@ -0,0 +1,71 @@
1973+adwaita-icon-theme-full
1974+alsa-base
1975+alsa-utils
1976+anacron
1977+at-spi2-core
1978+bc
1979+ca-certificates
1980+chrome-gnome-shell
1981+fonts-cantarell
1982+fonts-dejavu-core
1983+fonts-freefont-ttf
1984+foomatic-db-compressed-ppds
1985+gdm3
1986+genisoimage
1987+ghostscript-x
1988+gnome-backgrounds
1989+gnome-color-manager
1990+gnome-control-center
1991+gnome-initial-setup
1992+gnome-menus
1993+gnome-online-accounts
1994+gnome-online-miners
1995+gnome-session
1996+gnome-session-canberra
1997+gnome-settings-daemon
1998+gnome-shell
1999+gnome-shell-extensions
2000+gnome-sushi
2001+gnome-themes-extra
2002+gnome-user-docs
2003+gnome-user-share
2004+gsettings-desktop-schemas
2005+gstreamer1.0-alsa
2006+gstreamer1.0-plugins-base-apps
2007+gstreamer1.0-pulseaudio
2008+gvfs-bin
2009+inputattach
2010+libatk-adaptor
2011+libnotify-bin
2012+libsasl2-modules
2013+libu2f-udev
2014+mutter
2015+nautilus
2016+nautilus-extension-brasero
2017+network-manager
2018+openprinting-ppds
2019+printer-driver-pnm2ppa
2020+pulseaudio
2021+rfkill
2022+software-properties-gtk
2023+spice-vdagent
2024+ssh-askpass-gnome
2025+system-config-printer-common
2026+system-config-printer-udev
2027+tracker
2028+ubuntu-drivers-common
2029+ubuntu-release-upgrader-gtk
2030+unzip
2031+update-manager
2032+update-notifier
2033+vanilla-gnome-default-settings
2034+wireless-tools
2035+wpasupplicant
2036+xdg-desktop-portal-gtk
2037+xdg-user-dirs
2038+xdg-user-dirs-gtk
2039+xkb-data
2040+xorg
2041+zenity
2042+zip
2043+zsync
2044
2045=== added file 'ubuntu-gnome-meta-0.86/desktop-ppc64el'
2046--- ubuntu-gnome-meta-0.86/desktop-ppc64el 1970-01-01 00:00:00 +0000
2047+++ ubuntu-gnome-meta-0.86/desktop-ppc64el 2019-09-23 01:59:05 +0000
2048@@ -0,0 +1,92 @@
2049+adwaita-icon-theme-full
2050+alsa-base
2051+alsa-utils
2052+anacron
2053+at-spi2-core
2054+baobab
2055+bc
2056+ca-certificates
2057+chrome-gnome-shell
2058+dconf-editor
2059+eog
2060+evince
2061+file-roller
2062+fonts-cantarell
2063+fonts-dejavu-core
2064+fonts-freefont-ttf
2065+foomatic-db-compressed-ppds
2066+gdm3
2067+gedit
2068+genisoimage
2069+ghostscript-x
2070+gnome-backgrounds
2071+gnome-calculator
2072+gnome-calendar
2073+gnome-characters
2074+gnome-color-manager
2075+gnome-contacts
2076+gnome-control-center
2077+gnome-disk-utility
2078+gnome-documents
2079+gnome-font-viewer
2080+gnome-initial-setup
2081+gnome-logs
2082+gnome-menus
2083+gnome-online-accounts
2084+gnome-online-miners
2085+gnome-screenshot
2086+gnome-session
2087+gnome-session-canberra
2088+gnome-settings-daemon
2089+gnome-shell
2090+gnome-shell-extensions
2091+gnome-sushi
2092+gnome-system-monitor
2093+gnome-terminal
2094+gnome-themes-extra
2095+gnome-todo
2096+gnome-tweaks
2097+gnome-user-docs
2098+gnome-user-share
2099+gsettings-desktop-schemas
2100+gstreamer1.0-alsa
2101+gstreamer1.0-plugins-base-apps
2102+gstreamer1.0-pulseaudio
2103+gvfs-bin
2104+inputattach
2105+libatk-adaptor
2106+libnotify-bin
2107+libsasl2-modules
2108+libu2f-udev
2109+mutter
2110+nautilus
2111+nautilus-extension-brasero
2112+network-manager
2113+openprinting-ppds
2114+printer-driver-pnm2ppa
2115+pulseaudio
2116+rfkill
2117+simple-scan
2118+software-properties-gtk
2119+spice-vdagent
2120+ssh-askpass-gnome
2121+system-config-printer-common
2122+system-config-printer-udev
2123+tracker
2124+ubuntu-drivers-common
2125+ubuntu-release-upgrader-gtk
2126+unzip
2127+update-manager
2128+update-notifier
2129+vanilla-gnome-default-settings
2130+wireless-tools
2131+wpasupplicant
2132+xdg-desktop-portal-gtk
2133+xdg-user-dirs
2134+xdg-user-dirs-gtk
2135+xkb-data
2136+xorg
2137+yelp
2138+zenity
2139+zip
2140+zsync
2141
2142=== added file 'ubuntu-gnome-meta-0.86/desktop-ppc64el.old'
2143--- ubuntu-gnome-meta-0.86/desktop-ppc64el.old 1970-01-01 00:00:00 +0000
2144+++ ubuntu-gnome-meta-0.86/desktop-ppc64el.old 2019-09-23 01:59:05 +0000
2145@@ -0,0 +1,71 @@
2146+adwaita-icon-theme-full
2147+alsa-base
2148+alsa-utils
2149+anacron
2150+at-spi2-core
2151+bc
2152+ca-certificates
2153+chrome-gnome-shell
2154+fonts-cantarell
2155+fonts-dejavu-core
2156+fonts-freefont-ttf
2157+foomatic-db-compressed-ppds
2158+gdm3
2159+genisoimage
2160+ghostscript-x
2161+gnome-backgrounds
2162+gnome-color-manager
2163+gnome-control-center
2164+gnome-initial-setup
2165+gnome-menus
2166+gnome-online-accounts
2167+gnome-online-miners
2168+gnome-session
2169+gnome-session-canberra
2170+gnome-settings-daemon
2171+gnome-shell
2172+gnome-shell-extensions
2173+gnome-sushi
2174+gnome-themes-extra
2175+gnome-user-docs
2176+gnome-user-share
2177+gsettings-desktop-schemas
2178+gstreamer1.0-alsa
2179+gstreamer1.0-plugins-base-apps
2180+gstreamer1.0-pulseaudio
2181+gvfs-bin
2182+inputattach
2183+libatk-adaptor
2184+libnotify-bin
2185+libsasl2-modules
2186+libu2f-udev
2187+mutter
2188+nautilus
2189+nautilus-extension-brasero
2190+network-manager
2191+openprinting-ppds
2192+printer-driver-pnm2ppa
2193+pulseaudio
2194+rfkill
2195+software-properties-gtk
2196+spice-vdagent
2197+ssh-askpass-gnome
2198+system-config-printer-common
2199+system-config-printer-udev
2200+tracker
2201+ubuntu-drivers-common
2202+ubuntu-release-upgrader-gtk
2203+unzip
2204+update-manager
2205+update-notifier
2206+vanilla-gnome-default-settings
2207+wireless-tools
2208+wpasupplicant
2209+xdg-desktop-portal-gtk
2210+xdg-user-dirs
2211+xdg-user-dirs-gtk
2212+xkb-data
2213+xorg
2214+zenity
2215+zip
2216+zsync
2217
2218=== added file 'ubuntu-gnome-meta-0.86/desktop-recommends-amd64'
2219--- ubuntu-gnome-meta-0.86/desktop-recommends-amd64 1970-01-01 00:00:00 +0000
2220+++ ubuntu-gnome-meta-0.86/desktop-recommends-amd64 2019-09-23 01:59:05 +0000
2221@@ -0,0 +1,104 @@
2222+acpi-support
2223+aisleriot
2224+app-install-data-partner
2225+apport-gtk
2226+avahi-autoipd
2227+avahi-daemon
2228+bluez
2229+bluez-cups
2230+brltty
2231+cheese
2232+cups
2233+cups-bsd
2234+cups-client
2235+cups-filters
2236+deja-dup
2237+dirmngr
2238+exfat-utils
2239+firefox
2240+fonts-indic
2241+fonts-kacst-one
2242+fonts-khmeros-core
2243+fonts-lao
2244+fonts-liberation
2245+fonts-lklug-sinhala
2246+fonts-noto-cjk
2247+fonts-sil-abyssinica
2248+fonts-sil-padauk
2249+fonts-thai-tlwg
2250+fonts-tibetan-machine
2251+fonts-ubuntu
2252+fwupd
2253+fwupd-signed
2254+gnome-accessibility-themes
2255+gnome-bluetooth
2256+gnome-getting-started-docs
2257+gnome-keyring
2258+gnome-mahjongg
2259+gnome-maps
2260+gnome-mines
2261+gnome-music
2262+gnome-photos
2263+gnome-software
2264+gnome-software-plugin-flatpak
2265+gnome-sudoku
2266+gnome-weather
2267+gpg-agent
2268+gvfs-fuse
2269+hplip
2270+ibus
2271+ibus-gtk
2272+ibus-gtk3
2273+ibus-table
2274+im-config
2275+kerneloops
2276+laptop-detect
2277+libnss-mdns
2278+libpam-gnome-keyring
2279+libproxy1-plugin-gsettings
2280+libproxy1-plugin-networkmanager
2281+libreoffice-calc
2282+libreoffice-gnome
2283+libreoffice-impress
2284+libreoffice-math
2285+libreoffice-ogltrans
2286+libreoffice-pdfimport
2287+libreoffice-style-tango
2288+libreoffice-writer
2289+libwmf0.2-7-gtk
2290+memtest86+
2291+mousetweaks
2292+nautilus-sendto
2293+nautilus-share
2294+network-manager-config-connectivity-ubuntu
2295+network-manager-openvpn-gnome
2296+network-manager-pptp-gnome
2297+orca
2298+packagekit
2299+pcmciautils
2300+plymouth-theme-ubuntu-gnome-logo
2301+plymouth-theme-ubuntu-gnome-text
2302+policykit-desktop-privileges
2303+ppa-purge
2304+printer-driver-brlaser
2305+printer-driver-c2esp
2306+printer-driver-foo2zjs
2307+printer-driver-m2300w
2308+printer-driver-min12xxw
2309+printer-driver-ptouch
2310+printer-driver-pxljr
2311+printer-driver-sag-gdi
2312+printer-driver-splix
2313+pulseaudio-module-bluetooth
2314+rhythmbox
2315+seahorse
2316+snapd
2317+speech-dispatcher
2318+totem
2319+transmission-gtk
2320+ubuntu-gnome-wallpapers
2321+usb-creator-gtk
2322+vino
2323+whoopsie
2324+xdg-utils
2325+xul-ext-ubufox
2326
2327=== added file 'ubuntu-gnome-meta-0.86/desktop-recommends-amd64.old'
2328--- ubuntu-gnome-meta-0.86/desktop-recommends-amd64.old 1970-01-01 00:00:00 +0000
2329+++ ubuntu-gnome-meta-0.86/desktop-recommends-amd64.old 2019-09-23 01:59:05 +0000
2330@@ -0,0 +1,125 @@
2331+acpi-support
2332+aisleriot
2333+app-install-data-partner
2334+apport-gtk
2335+avahi-autoipd
2336+avahi-daemon
2337+baobab
2338+bluez
2339+bluez-cups
2340+brltty
2341+cheese
2342+cups
2343+cups-bsd
2344+cups-client
2345+cups-filters
2346+dconf-editor
2347+deja-dup
2348+dirmngr
2349+eog
2350+evince
2351+exfat-utils
2352+file-roller
2353+firefox
2354+fonts-indic
2355+fonts-kacst-one
2356+fonts-khmeros-core
2357+fonts-lao
2358+fonts-liberation
2359+fonts-lklug-sinhala
2360+fonts-noto-cjk
2361+fonts-sil-abyssinica
2362+fonts-sil-padauk
2363+fonts-thai-tlwg
2364+fonts-tibetan-machine
2365+fonts-ubuntu
2366+fwupd
2367+fwupd-signed
2368+gedit
2369+gnome-accessibility-themes
2370+gnome-bluetooth
2371+gnome-calculator
2372+gnome-calendar
2373+gnome-characters
2374+gnome-contacts
2375+gnome-disk-utility
2376+gnome-documents
2377+gnome-font-viewer
2378+gnome-getting-started-docs
2379+gnome-keyring
2380+gnome-logs
2381+gnome-mahjongg
2382+gnome-maps
2383+gnome-mines
2384+gnome-music
2385+gnome-photos
2386+gnome-screenshot
2387+gnome-software
2388+gnome-software-plugin-flatpak
2389+gnome-sudoku
2390+gnome-system-monitor
2391+gnome-terminal
2392+gnome-todo
2393+gnome-tweaks
2394+gnome-weather
2395+gpg-agent
2396+gvfs-fuse
2397+hplip
2398+ibus
2399+ibus-gtk
2400+ibus-gtk3
2401+ibus-table
2402+im-config
2403+kerneloops
2404+laptop-detect
2405+libnss-mdns
2406+libpam-gnome-keyring
2407+libproxy1-plugin-gsettings
2408+libproxy1-plugin-networkmanager
2409+libreoffice-calc
2410+libreoffice-gnome
2411+libreoffice-impress
2412+libreoffice-math
2413+libreoffice-ogltrans
2414+libreoffice-pdfimport
2415+libreoffice-style-tango
2416+libreoffice-writer
2417+libwmf0.2-7-gtk
2418+memtest86+
2419+mousetweaks
2420+nautilus-sendto
2421+nautilus-share
2422+network-manager-config-connectivity-ubuntu
2423+network-manager-openvpn-gnome
2424+network-manager-pptp-gnome
2425+orca
2426+packagekit
2427+pcmciautils
2428+plymouth-theme-ubuntu-gnome-logo
2429+plymouth-theme-ubuntu-gnome-text
2430+policykit-desktop-privileges
2431+ppa-purge
2432+printer-driver-brlaser
2433+printer-driver-c2esp
2434+printer-driver-foo2zjs
2435+printer-driver-m2300w
2436+printer-driver-min12xxw
2437+printer-driver-ptouch
2438+printer-driver-pxljr
2439+printer-driver-sag-gdi
2440+printer-driver-splix
2441+pulseaudio-module-bluetooth
2442+rhythmbox
2443+seahorse
2444+simple-scan
2445+snapd
2446+speech-dispatcher
2447+totem
2448+transmission-gtk
2449+ubuntu-gnome-wallpapers
2450+usb-creator-gtk
2451+vino
2452+whoopsie
2453+xdg-utils
2454+xul-ext-ubufox
2455+yelp
2456
2457=== added file 'ubuntu-gnome-meta-0.86/desktop-recommends-arm64'
2458--- ubuntu-gnome-meta-0.86/desktop-recommends-arm64 1970-01-01 00:00:00 +0000
2459+++ ubuntu-gnome-meta-0.86/desktop-recommends-arm64 2019-09-23 01:59:05 +0000
2460@@ -0,0 +1,101 @@
2461+aisleriot
2462+app-install-data-partner
2463+apport-gtk
2464+avahi-autoipd
2465+avahi-daemon
2466+bluez
2467+bluez-cups
2468+brltty
2469+cheese
2470+cups
2471+cups-bsd
2472+cups-client
2473+cups-filters
2474+deja-dup
2475+dirmngr
2476+exfat-utils
2477+firefox
2478+fonts-indic
2479+fonts-kacst-one
2480+fonts-khmeros-core
2481+fonts-lao
2482+fonts-liberation
2483+fonts-lklug-sinhala
2484+fonts-noto-cjk
2485+fonts-sil-abyssinica
2486+fonts-sil-padauk
2487+fonts-thai-tlwg
2488+fonts-tibetan-machine
2489+fonts-ubuntu
2490+fwupd
2491+fwupd-signed
2492+gnome-accessibility-themes
2493+gnome-bluetooth
2494+gnome-getting-started-docs
2495+gnome-keyring
2496+gnome-mahjongg
2497+gnome-maps
2498+gnome-mines
2499+gnome-music
2500+gnome-photos
2501+gnome-software
2502+gnome-software-plugin-flatpak
2503+gnome-sudoku
2504+gnome-weather
2505+gpg-agent
2506+gvfs-fuse
2507+hplip
2508+ibus
2509+ibus-gtk
2510+ibus-gtk3
2511+ibus-table
2512+im-config
2513+kerneloops
2514+laptop-detect
2515+libnss-mdns
2516+libpam-gnome-keyring
2517+libproxy1-plugin-gsettings
2518+libproxy1-plugin-networkmanager
2519+libreoffice-calc
2520+libreoffice-gnome
2521+libreoffice-impress
2522+libreoffice-math
2523+libreoffice-ogltrans
2524+libreoffice-pdfimport
2525+libreoffice-style-tango
2526+libreoffice-writer
2527+libwmf0.2-7-gtk
2528+mousetweaks
2529+nautilus-sendto
2530+nautilus-share
2531+network-manager-config-connectivity-ubuntu
2532+network-manager-openvpn-gnome
2533+network-manager-pptp-gnome
2534+orca
2535+packagekit
2536+pcmciautils
2537+plymouth-theme-ubuntu-gnome-logo
2538+plymouth-theme-ubuntu-gnome-text
2539+policykit-desktop-privileges
2540+ppa-purge
2541+printer-driver-brlaser
2542+printer-driver-c2esp
2543+printer-driver-foo2zjs
2544+printer-driver-m2300w
2545+printer-driver-min12xxw
2546+printer-driver-ptouch
2547+printer-driver-pxljr
2548+printer-driver-sag-gdi
2549+printer-driver-splix
2550+pulseaudio-module-bluetooth
2551+rhythmbox
2552+seahorse
2553+snapd
2554+speech-dispatcher
2555+totem
2556+transmission-gtk
2557+ubuntu-gnome-wallpapers
2558+vino
2559+whoopsie
2560+xdg-utils
2561+xul-ext-ubufox
2562
2563=== added file 'ubuntu-gnome-meta-0.86/desktop-recommends-arm64.old'
2564--- ubuntu-gnome-meta-0.86/desktop-recommends-arm64.old 1970-01-01 00:00:00 +0000
2565+++ ubuntu-gnome-meta-0.86/desktop-recommends-arm64.old 2019-09-23 01:59:05 +0000
2566@@ -0,0 +1,122 @@
2567+aisleriot
2568+app-install-data-partner
2569+apport-gtk
2570+avahi-autoipd
2571+avahi-daemon
2572+baobab
2573+bluez
2574+bluez-cups
2575+brltty
2576+cheese
2577+cups
2578+cups-bsd
2579+cups-client
2580+cups-filters
2581+dconf-editor
2582+deja-dup
2583+dirmngr
2584+eog
2585+evince
2586+exfat-utils
2587+file-roller
2588+firefox
2589+fonts-indic
2590+fonts-kacst-one
2591+fonts-khmeros-core
2592+fonts-lao
2593+fonts-liberation
2594+fonts-lklug-sinhala
2595+fonts-noto-cjk
2596+fonts-sil-abyssinica
2597+fonts-sil-padauk
2598+fonts-thai-tlwg
2599+fonts-tibetan-machine
2600+fonts-ubuntu
2601+fwupd
2602+fwupd-signed
2603+gedit
2604+gnome-accessibility-themes
2605+gnome-bluetooth
2606+gnome-calculator
2607+gnome-calendar
2608+gnome-characters
2609+gnome-contacts
2610+gnome-disk-utility
2611+gnome-documents
2612+gnome-font-viewer
2613+gnome-getting-started-docs
2614+gnome-keyring
2615+gnome-logs
2616+gnome-mahjongg
2617+gnome-maps
2618+gnome-mines
2619+gnome-music
2620+gnome-photos
2621+gnome-screenshot
2622+gnome-software
2623+gnome-software-plugin-flatpak
2624+gnome-sudoku
2625+gnome-system-monitor
2626+gnome-terminal
2627+gnome-todo
2628+gnome-tweaks
2629+gnome-weather
2630+gpg-agent
2631+gvfs-fuse
2632+hplip
2633+ibus
2634+ibus-gtk
2635+ibus-gtk3
2636+ibus-table
2637+im-config
2638+kerneloops
2639+laptop-detect
2640+libnss-mdns
2641+libpam-gnome-keyring
2642+libproxy1-plugin-gsettings
2643+libproxy1-plugin-networkmanager
2644+libreoffice-calc
2645+libreoffice-gnome
2646+libreoffice-impress
2647+libreoffice-math
2648+libreoffice-ogltrans
2649+libreoffice-pdfimport
2650+libreoffice-style-tango
2651+libreoffice-writer
2652+libwmf0.2-7-gtk
2653+mousetweaks
2654+nautilus-sendto
2655+nautilus-share
2656+network-manager-config-connectivity-ubuntu
2657+network-manager-openvpn-gnome
2658+network-manager-pptp-gnome
2659+orca
2660+packagekit
2661+pcmciautils
2662+plymouth-theme-ubuntu-gnome-logo
2663+plymouth-theme-ubuntu-gnome-text
2664+policykit-desktop-privileges
2665+ppa-purge
2666+printer-driver-brlaser
2667+printer-driver-c2esp
2668+printer-driver-foo2zjs
2669+printer-driver-m2300w
2670+printer-driver-min12xxw
2671+printer-driver-ptouch
2672+printer-driver-pxljr
2673+printer-driver-sag-gdi
2674+printer-driver-splix
2675+pulseaudio-module-bluetooth
2676+rhythmbox
2677+seahorse
2678+simple-scan
2679+snapd
2680+speech-dispatcher
2681+totem
2682+transmission-gtk
2683+ubuntu-gnome-wallpapers
2684+vino
2685+whoopsie
2686+xdg-utils
2687+xul-ext-ubufox
2688+yelp
2689
2690=== added file 'ubuntu-gnome-meta-0.86/desktop-recommends-armhf'
2691--- ubuntu-gnome-meta-0.86/desktop-recommends-armhf 1970-01-01 00:00:00 +0000
2692+++ ubuntu-gnome-meta-0.86/desktop-recommends-armhf 2019-09-23 01:59:05 +0000
2693@@ -0,0 +1,101 @@
2694+aisleriot
2695+app-install-data-partner
2696+apport-gtk
2697+avahi-autoipd
2698+avahi-daemon
2699+bluez
2700+bluez-cups
2701+brltty
2702+cheese
2703+cups
2704+cups-bsd
2705+cups-client
2706+cups-filters
2707+deja-dup
2708+dirmngr
2709+exfat-utils
2710+firefox
2711+fonts-indic
2712+fonts-kacst-one
2713+fonts-khmeros-core
2714+fonts-lao
2715+fonts-liberation
2716+fonts-lklug-sinhala
2717+fonts-noto-cjk
2718+fonts-sil-abyssinica
2719+fonts-sil-padauk
2720+fonts-thai-tlwg
2721+fonts-tibetan-machine
2722+fonts-ubuntu
2723+fwupd
2724+fwupd-signed
2725+gnome-accessibility-themes
2726+gnome-bluetooth
2727+gnome-getting-started-docs
2728+gnome-keyring
2729+gnome-mahjongg
2730+gnome-maps
2731+gnome-mines
2732+gnome-music
2733+gnome-photos
2734+gnome-software
2735+gnome-software-plugin-flatpak
2736+gnome-sudoku
2737+gnome-weather
2738+gpg-agent
2739+gvfs-fuse
2740+hplip
2741+ibus
2742+ibus-gtk
2743+ibus-gtk3
2744+ibus-table
2745+im-config
2746+kerneloops
2747+laptop-detect
2748+libnss-mdns
2749+libpam-gnome-keyring
2750+libproxy1-plugin-gsettings
2751+libproxy1-plugin-networkmanager
2752+libreoffice-calc
2753+libreoffice-gnome
2754+libreoffice-impress
2755+libreoffice-math
2756+libreoffice-ogltrans
2757+libreoffice-pdfimport
2758+libreoffice-style-tango
2759+libreoffice-writer
2760+libwmf0.2-7-gtk
2761+mousetweaks
2762+nautilus-sendto
2763+nautilus-share
2764+network-manager-config-connectivity-ubuntu
2765+network-manager-openvpn-gnome
2766+network-manager-pptp-gnome
2767+orca
2768+packagekit
2769+pcmciautils
2770+plymouth-theme-ubuntu-gnome-logo
2771+plymouth-theme-ubuntu-gnome-text
2772+policykit-desktop-privileges
2773+ppa-purge
2774+printer-driver-brlaser
2775+printer-driver-c2esp
2776+printer-driver-foo2zjs
2777+printer-driver-m2300w
2778+printer-driver-min12xxw
2779+printer-driver-ptouch
2780+printer-driver-pxljr
2781+printer-driver-sag-gdi
2782+printer-driver-splix
2783+pulseaudio-module-bluetooth
2784+rhythmbox
2785+seahorse
2786+snapd
2787+speech-dispatcher
2788+totem
2789+transmission-gtk
2790+ubuntu-gnome-wallpapers
2791+vino
2792+whoopsie
2793+xdg-utils
2794+xul-ext-ubufox
2795
2796=== added file 'ubuntu-gnome-meta-0.86/desktop-recommends-armhf.old'
2797--- ubuntu-gnome-meta-0.86/desktop-recommends-armhf.old 1970-01-01 00:00:00 +0000
2798+++ ubuntu-gnome-meta-0.86/desktop-recommends-armhf.old 2019-09-23 01:59:05 +0000
2799@@ -0,0 +1,122 @@
2800+aisleriot
2801+app-install-data-partner
2802+apport-gtk
2803+avahi-autoipd
2804+avahi-daemon
2805+baobab
2806+bluez
2807+bluez-cups
2808+brltty
2809+cheese
2810+cups
2811+cups-bsd
2812+cups-client
2813+cups-filters
2814+dconf-editor
2815+deja-dup
2816+dirmngr
2817+eog
2818+evince
2819+exfat-utils
2820+file-roller
2821+firefox
2822+fonts-indic
2823+fonts-kacst-one
2824+fonts-khmeros-core
2825+fonts-lao
2826+fonts-liberation
2827+fonts-lklug-sinhala
2828+fonts-noto-cjk
2829+fonts-sil-abyssinica
2830+fonts-sil-padauk
2831+fonts-thai-tlwg
2832+fonts-tibetan-machine
2833+fonts-ubuntu
2834+fwupd
2835+fwupd-signed
2836+gedit
2837+gnome-accessibility-themes
2838+gnome-bluetooth
2839+gnome-calculator
2840+gnome-calendar
2841+gnome-characters
2842+gnome-contacts
2843+gnome-disk-utility
2844+gnome-documents
2845+gnome-font-viewer
2846+gnome-getting-started-docs
2847+gnome-keyring
2848+gnome-logs
2849+gnome-mahjongg
2850+gnome-maps
2851+gnome-mines
2852+gnome-music
2853+gnome-photos
2854+gnome-screenshot
2855+gnome-software
2856+gnome-software-plugin-flatpak
2857+gnome-sudoku
2858+gnome-system-monitor
2859+gnome-terminal
2860+gnome-todo
2861+gnome-tweaks
2862+gnome-weather
2863+gpg-agent
2864+gvfs-fuse
2865+hplip
2866+ibus
2867+ibus-gtk
2868+ibus-gtk3
2869+ibus-table
2870+im-config
2871+kerneloops
2872+laptop-detect
2873+libnss-mdns
2874+libpam-gnome-keyring
2875+libproxy1-plugin-gsettings
2876+libproxy1-plugin-networkmanager
2877+libreoffice-calc
2878+libreoffice-gnome
2879+libreoffice-impress
2880+libreoffice-math
2881+libreoffice-ogltrans
2882+libreoffice-pdfimport
2883+libreoffice-style-tango
2884+libreoffice-writer
2885+libwmf0.2-7-gtk
2886+mousetweaks
2887+nautilus-sendto
2888+nautilus-share
2889+network-manager-config-connectivity-ubuntu
2890+network-manager-openvpn-gnome
2891+network-manager-pptp-gnome
2892+orca
2893+packagekit
2894+pcmciautils
2895+plymouth-theme-ubuntu-gnome-logo
2896+plymouth-theme-ubuntu-gnome-text
2897+policykit-desktop-privileges
2898+ppa-purge
2899+printer-driver-brlaser
2900+printer-driver-c2esp
2901+printer-driver-foo2zjs
2902+printer-driver-m2300w
2903+printer-driver-min12xxw
2904+printer-driver-ptouch
2905+printer-driver-pxljr
2906+printer-driver-sag-gdi
2907+printer-driver-splix
2908+pulseaudio-module-bluetooth
2909+rhythmbox
2910+seahorse
2911+simple-scan
2912+snapd
2913+speech-dispatcher
2914+totem
2915+transmission-gtk
2916+ubuntu-gnome-wallpapers
2917+vino
2918+whoopsie
2919+xdg-utils
2920+xul-ext-ubufox
2921+yelp
2922
2923=== added file 'ubuntu-gnome-meta-0.86/desktop-recommends-i386'
2924--- ubuntu-gnome-meta-0.86/desktop-recommends-i386 1970-01-01 00:00:00 +0000
2925+++ ubuntu-gnome-meta-0.86/desktop-recommends-i386 2019-09-23 01:59:05 +0000
2926@@ -0,0 +1,104 @@
2927+acpi-support
2928+aisleriot
2929+app-install-data-partner
2930+apport-gtk
2931+avahi-autoipd
2932+avahi-daemon
2933+bluez
2934+bluez-cups
2935+brltty
2936+cheese
2937+cups
2938+cups-bsd
2939+cups-client
2940+cups-filters
2941+deja-dup
2942+dirmngr
2943+exfat-utils
2944+firefox
2945+fonts-indic
2946+fonts-kacst-one
2947+fonts-khmeros-core
2948+fonts-lao
2949+fonts-liberation
2950+fonts-lklug-sinhala
2951+fonts-noto-cjk
2952+fonts-sil-abyssinica
2953+fonts-sil-padauk
2954+fonts-thai-tlwg
2955+fonts-tibetan-machine
2956+fonts-ubuntu
2957+fwupd
2958+fwupd-signed
2959+gnome-accessibility-themes
2960+gnome-bluetooth
2961+gnome-getting-started-docs
2962+gnome-keyring
2963+gnome-mahjongg
2964+gnome-maps
2965+gnome-mines
2966+gnome-music
2967+gnome-photos
2968+gnome-software
2969+gnome-software-plugin-flatpak
2970+gnome-sudoku
2971+gnome-weather
2972+gpg-agent
2973+gvfs-fuse
2974+hplip
2975+ibus
2976+ibus-gtk
2977+ibus-gtk3
2978+ibus-table
2979+im-config
2980+kerneloops
2981+laptop-detect
2982+libnss-mdns
2983+libpam-gnome-keyring
2984+libproxy1-plugin-gsettings
2985+libproxy1-plugin-networkmanager
2986+libreoffice-calc
2987+libreoffice-gnome
2988+libreoffice-impress
2989+libreoffice-math
2990+libreoffice-ogltrans
2991+libreoffice-pdfimport
2992+libreoffice-style-tango
2993+libreoffice-writer
2994+libwmf0.2-7-gtk
2995+memtest86+
2996+mousetweaks
2997+nautilus-sendto
2998+nautilus-share
2999+network-manager-config-connectivity-ubuntu
3000+network-manager-openvpn-gnome
3001+network-manager-pptp-gnome
3002+orca
3003+packagekit
3004+pcmciautils
3005+plymouth-theme-ubuntu-gnome-logo
3006+plymouth-theme-ubuntu-gnome-text
3007+policykit-desktop-privileges
3008+ppa-purge
3009+printer-driver-brlaser
3010+printer-driver-c2esp
3011+printer-driver-foo2zjs
3012+printer-driver-m2300w
3013+printer-driver-min12xxw
3014+printer-driver-ptouch
3015+printer-driver-pxljr
3016+printer-driver-sag-gdi
3017+printer-driver-splix
3018+pulseaudio-module-bluetooth
3019+rhythmbox
3020+seahorse
3021+snapd
3022+speech-dispatcher
3023+totem
3024+transmission-gtk
3025+ubuntu-gnome-wallpapers
3026+usb-creator-gtk
3027+vino
3028+whoopsie
3029+xdg-utils
3030+xul-ext-ubufox
3031
3032=== added file 'ubuntu-gnome-meta-0.86/desktop-recommends-i386.old'
3033--- ubuntu-gnome-meta-0.86/desktop-recommends-i386.old 1970-01-01 00:00:00 +0000
3034+++ ubuntu-gnome-meta-0.86/desktop-recommends-i386.old 2019-09-23 01:59:05 +0000
3035@@ -0,0 +1,125 @@
3036+acpi-support
3037+aisleriot
3038+app-install-data-partner
3039+apport-gtk
3040+avahi-autoipd
3041+avahi-daemon
3042+baobab
3043+bluez
3044+bluez-cups
3045+brltty
3046+cheese
3047+cups
3048+cups-bsd
3049+cups-client
3050+cups-filters
3051+dconf-editor
3052+deja-dup
3053+dirmngr
3054+eog
3055+evince
3056+exfat-utils
3057+file-roller
3058+firefox
3059+fonts-indic
3060+fonts-kacst-one
3061+fonts-khmeros-core
3062+fonts-lao
3063+fonts-liberation
3064+fonts-lklug-sinhala
3065+fonts-noto-cjk
3066+fonts-sil-abyssinica
3067+fonts-sil-padauk
3068+fonts-thai-tlwg
3069+fonts-tibetan-machine
3070+fonts-ubuntu
3071+fwupd
3072+fwupd-signed
3073+gedit
3074+gnome-accessibility-themes
3075+gnome-bluetooth
3076+gnome-calculator
3077+gnome-calendar
3078+gnome-characters
3079+gnome-contacts
3080+gnome-disk-utility
3081+gnome-documents
3082+gnome-font-viewer
3083+gnome-getting-started-docs
3084+gnome-keyring
3085+gnome-logs
3086+gnome-mahjongg
3087+gnome-maps
3088+gnome-mines
3089+gnome-music
3090+gnome-photos
3091+gnome-screenshot
3092+gnome-software
3093+gnome-software-plugin-flatpak
3094+gnome-sudoku
3095+gnome-system-monitor
3096+gnome-terminal
3097+gnome-todo
3098+gnome-tweaks
3099+gnome-weather
3100+gpg-agent
3101+gvfs-fuse
3102+hplip
3103+ibus
3104+ibus-gtk
3105+ibus-gtk3
3106+ibus-table
3107+im-config
3108+kerneloops
3109+laptop-detect
3110+libnss-mdns
3111+libpam-gnome-keyring
3112+libproxy1-plugin-gsettings
3113+libproxy1-plugin-networkmanager
3114+libreoffice-calc
3115+libreoffice-gnome
3116+libreoffice-impress
3117+libreoffice-math
3118+libreoffice-ogltrans
3119+libreoffice-pdfimport
3120+libreoffice-style-tango
3121+libreoffice-writer
3122+libwmf0.2-7-gtk
3123+memtest86+
3124+mousetweaks
3125+nautilus-sendto
3126+nautilus-share
3127+network-manager-config-connectivity-ubuntu
3128+network-manager-openvpn-gnome
3129+network-manager-pptp-gnome
3130+orca
3131+packagekit
3132+pcmciautils
3133+plymouth-theme-ubuntu-gnome-logo
3134+plymouth-theme-ubuntu-gnome-text
3135+policykit-desktop-privileges
3136+ppa-purge
3137+printer-driver-brlaser
3138+printer-driver-c2esp
3139+printer-driver-foo2zjs
3140+printer-driver-m2300w
3141+printer-driver-min12xxw
3142+printer-driver-ptouch
3143+printer-driver-pxljr
3144+printer-driver-sag-gdi
3145+printer-driver-splix
3146+pulseaudio-module-bluetooth
3147+rhythmbox
3148+seahorse
3149+simple-scan
3150+snapd
3151+speech-dispatcher
3152+totem
3153+transmission-gtk
3154+ubuntu-gnome-wallpapers
3155+usb-creator-gtk
3156+vino
3157+whoopsie
3158+xdg-utils
3159+xul-ext-ubufox
3160+yelp
3161
3162=== added file 'ubuntu-gnome-meta-0.86/desktop-recommends-ppc64el'
3163--- ubuntu-gnome-meta-0.86/desktop-recommends-ppc64el 1970-01-01 00:00:00 +0000
3164+++ ubuntu-gnome-meta-0.86/desktop-recommends-ppc64el 2019-09-23 01:59:05 +0000
3165@@ -0,0 +1,100 @@
3166+aisleriot
3167+app-install-data-partner
3168+apport-gtk
3169+avahi-autoipd
3170+avahi-daemon
3171+bluez
3172+bluez-cups
3173+brltty
3174+cheese
3175+cups
3176+cups-bsd
3177+cups-client
3178+cups-filters
3179+deja-dup
3180+dirmngr
3181+exfat-utils
3182+firefox
3183+fonts-indic
3184+fonts-kacst-one
3185+fonts-khmeros-core
3186+fonts-lao
3187+fonts-liberation
3188+fonts-lklug-sinhala
3189+fonts-noto-cjk
3190+fonts-sil-abyssinica
3191+fonts-sil-padauk
3192+fonts-thai-tlwg
3193+fonts-tibetan-machine
3194+fonts-ubuntu
3195+fwupd
3196+gnome-accessibility-themes
3197+gnome-bluetooth
3198+gnome-getting-started-docs
3199+gnome-keyring
3200+gnome-mahjongg
3201+gnome-maps
3202+gnome-mines
3203+gnome-music
3204+gnome-photos
3205+gnome-software
3206+gnome-software-plugin-flatpak
3207+gnome-sudoku
3208+gnome-weather
3209+gpg-agent
3210+gvfs-fuse
3211+hplip
3212+ibus
3213+ibus-gtk
3214+ibus-gtk3
3215+ibus-table
3216+im-config
3217+kerneloops
3218+laptop-detect
3219+libnss-mdns
3220+libpam-gnome-keyring
3221+libproxy1-plugin-gsettings
3222+libproxy1-plugin-networkmanager
3223+libreoffice-calc
3224+libreoffice-gnome
3225+libreoffice-impress
3226+libreoffice-math
3227+libreoffice-ogltrans
3228+libreoffice-pdfimport
3229+libreoffice-style-tango
3230+libreoffice-writer
3231+libwmf0.2-7-gtk
3232+mousetweaks
3233+nautilus-sendto
3234+nautilus-share
3235+network-manager-config-connectivity-ubuntu
3236+network-manager-openvpn-gnome
3237+network-manager-pptp-gnome
3238+orca
3239+packagekit
3240+pcmciautils
3241+plymouth-theme-ubuntu-gnome-logo
3242+plymouth-theme-ubuntu-gnome-text
3243+policykit-desktop-privileges
3244+ppa-purge
3245+printer-driver-brlaser
3246+printer-driver-c2esp
3247+printer-driver-foo2zjs
3248+printer-driver-m2300w
3249+printer-driver-min12xxw
3250+printer-driver-ptouch
3251+printer-driver-pxljr
3252+printer-driver-sag-gdi
3253+printer-driver-splix
3254+pulseaudio-module-bluetooth
3255+rhythmbox
3256+seahorse
3257+snapd
3258+speech-dispatcher
3259+totem
3260+transmission-gtk
3261+ubuntu-gnome-wallpapers
3262+vino
3263+whoopsie
3264+xdg-utils
3265+xul-ext-ubufox
3266
3267=== added file 'ubuntu-gnome-meta-0.86/desktop-recommends-ppc64el.old'
3268--- ubuntu-gnome-meta-0.86/desktop-recommends-ppc64el.old 1970-01-01 00:00:00 +0000
3269+++ ubuntu-gnome-meta-0.86/desktop-recommends-ppc64el.old 2019-09-23 01:59:05 +0000
3270@@ -0,0 +1,121 @@
3271+aisleriot
3272+app-install-data-partner
3273+apport-gtk
3274+avahi-autoipd
3275+avahi-daemon
3276+baobab
3277+bluez
3278+bluez-cups
3279+brltty
3280+cheese
3281+cups
3282+cups-bsd
3283+cups-client
3284+cups-filters
3285+dconf-editor
3286+deja-dup
3287+dirmngr
3288+eog
3289+evince
3290+exfat-utils
3291+file-roller
3292+firefox
3293+fonts-indic
3294+fonts-kacst-one
3295+fonts-khmeros-core
3296+fonts-lao
3297+fonts-liberation
3298+fonts-lklug-sinhala
3299+fonts-noto-cjk
3300+fonts-sil-abyssinica
3301+fonts-sil-padauk
3302+fonts-thai-tlwg
3303+fonts-tibetan-machine
3304+fonts-ubuntu
3305+fwupd
3306+gedit
3307+gnome-accessibility-themes
3308+gnome-bluetooth
3309+gnome-calculator
3310+gnome-calendar
3311+gnome-characters
3312+gnome-contacts
3313+gnome-disk-utility
3314+gnome-documents
3315+gnome-font-viewer
3316+gnome-getting-started-docs
3317+gnome-keyring
3318+gnome-logs
3319+gnome-mahjongg
3320+gnome-maps
3321+gnome-mines
3322+gnome-music
3323+gnome-photos
3324+gnome-screenshot
3325+gnome-software
3326+gnome-software-plugin-flatpak
3327+gnome-sudoku
3328+gnome-system-monitor
3329+gnome-terminal
3330+gnome-todo
3331+gnome-tweaks
3332+gnome-weather
3333+gpg-agent
3334+gvfs-fuse
3335+hplip
3336+ibus
3337+ibus-gtk
3338+ibus-gtk3
3339+ibus-table
3340+im-config
3341+kerneloops
3342+laptop-detect
3343+libnss-mdns
3344+libpam-gnome-keyring
3345+libproxy1-plugin-gsettings
3346+libproxy1-plugin-networkmanager
3347+libreoffice-calc
3348+libreoffice-gnome
3349+libreoffice-impress
3350+libreoffice-math
3351+libreoffice-ogltrans
3352+libreoffice-pdfimport
3353+libreoffice-style-tango
3354+libreoffice-writer
3355+libwmf0.2-7-gtk
3356+mousetweaks
3357+nautilus-sendto
3358+nautilus-share
3359+network-manager-config-connectivity-ubuntu
3360+network-manager-openvpn-gnome
3361+network-manager-pptp-gnome
3362+orca
3363+packagekit
3364+pcmciautils
3365+plymouth-theme-ubuntu-gnome-logo
3366+plymouth-theme-ubuntu-gnome-text
3367+policykit-desktop-privileges
3368+ppa-purge
3369+printer-driver-brlaser
3370+printer-driver-c2esp
3371+printer-driver-foo2zjs
3372+printer-driver-m2300w
3373+printer-driver-min12xxw
3374+printer-driver-ptouch
3375+printer-driver-pxljr
3376+printer-driver-sag-gdi
3377+printer-driver-splix
3378+pulseaudio-module-bluetooth
3379+rhythmbox
3380+seahorse
3381+simple-scan
3382+snapd
3383+speech-dispatcher
3384+totem
3385+transmission-gtk
3386+ubuntu-gnome-wallpapers
3387+vino
3388+whoopsie
3389+xdg-utils
3390+xul-ext-ubufox
3391+yelp
3392
3393=== added file 'ubuntu-gnome-meta-0.86/metapackage-map'
3394--- ubuntu-gnome-meta-0.86/metapackage-map 1970-01-01 00:00:00 +0000
3395+++ ubuntu-gnome-meta-0.86/metapackage-map 2019-09-23 01:59:05 +0000
3396@@ -0,0 +1,1 @@
3397+desktop vanilla-gnome-desktop
3398
3399=== added file 'ubuntu-gnome-meta-0.86/update'
3400--- ubuntu-gnome-meta-0.86/update 1970-01-01 00:00:00 +0000
3401+++ ubuntu-gnome-meta-0.86/update 2019-09-23 01:59:05 +0000
3402@@ -0,0 +1,13 @@
3403+#! /bin/sh
3404+
3405+if ! which dch >/dev/null; then
3406+ echo >&2 "please install devscripts"
3407+ exit 1
3408+fi
3409+
3410+if ! which debootstrap >/dev/null; then
3411+ echo >&2 "please install debootstrap"
3412+ exit 1
3413+fi
3414+
3415+exec germinate-update-metapackage --vcs
3416
3417=== added file 'ubuntu-gnome-meta-0.86/update.cfg'
3418--- ubuntu-gnome-meta-0.86/update.cfg 1970-01-01 00:00:00 +0000
3419+++ ubuntu-gnome-meta-0.86/update.cfg 2019-09-23 01:59:05 +0000
3420@@ -0,0 +1,17 @@
3421+[DEFAULT]
3422+dist: cosmic
3423+
3424+[cosmic]
3425+seeds: desktop
3426+architectures: i386 amd64 armhf arm64 ppc64el
3427+seed_base: http://people.ubuntu.com/~ubuntu-archive/seeds/
3428+archive_base/default: http://archive.ubuntu.com/ubuntu/
3429+archive_base/ports: http://ports.ubuntu.com/ubuntu-ports/
3430+archive_base/armhf: %(archive_base/ports)s
3431+archive_base/arm64: %(archive_base/ports)s
3432+archive_base/ppc64el: %(archive_base/ports)s
3433+components: main restricted universe
3434+
3435+[cosmic/vcs]
3436+seed_base: https://git.launchpad.net/~ubuntu-gnome-dev/ubuntu-seeds/+git/ https://git.launchpad.net/~ubuntu-core-dev/ubuntu-seeds/+git/
3437+seed_dist: ubuntu-gnome.%(dist)s
3438
3439=== added file 'ubuntu-gnome-meta_0.85.dsc'
3440--- ubuntu-gnome-meta_0.85.dsc 1970-01-01 00:00:00 +0000
3441+++ ubuntu-gnome-meta_0.85.dsc 2019-09-23 01:59:05 +0000
3442@@ -0,0 +1,37 @@
3443+-----BEGIN PGP SIGNED MESSAGE-----
3444+Hash: SHA256
3445+
3446+Format: 3.0 (native)
3447+Source: ubuntu-gnome-meta
3448+Binary: ubuntu-gnome-desktop, vanilla-gnome-desktop
3449+Architecture: amd64 armhf arm64 i386 ppc64el
3450+Version: 0.85
3451+Maintainer: Ubuntu GNOME Developers <ubuntu-gnome@lists.ubuntu.com>
3452+Standards-Version: 4.1.0
3453+Build-Depends: debhelper (>= 10), germinate (>= 1.18)
3454+Package-List:
3455+ ubuntu-gnome-desktop deb oldlibs optional arch=amd64,armhf,arm64,i386,ppc64el
3456+ vanilla-gnome-desktop deb metapackages optional arch=amd64,armhf,arm64,i386,ppc64el
3457+Checksums-Sha1:
3458+ c4b4f67a5b1f236efba85c6996f1f94239209659 13824 ubuntu-gnome-meta_0.85.tar.xz
3459+Checksums-Sha256:
3460+ 576449dc77e3e923b0c7634b721905b96839e78129ddc6c60837d0aefd92ec6e 13824 ubuntu-gnome-meta_0.85.tar.xz
3461+Files:
3462+ 8b72b211e2588d7b89ba2fad66067ef2 13824 ubuntu-gnome-meta_0.85.tar.xz
3463+
3464+-----BEGIN PGP SIGNATURE-----
3465+
3466+iQIzBAEBCAAdFiEEDgiAR5pvEGM3I5UnWznAoRU6yroFAluuElsACgkQWznAoRU6
3467+yroNzw/+MsJQB6JtYFHSk8m7qTFJNZuOt4/eGViv6UOvUWtUerWYM6bi5TKgl/p9
3468+Uzh3E8ryc8auaxW27FkeIHz6Mj0OwJmb+BHPOlqBhQ/OHedsjYGMdmuH5R2kl2HA
3469+/qiuBwIFzhEfUwDBVDek5vd0ziMAZbYyOo9S+ZuxQiNznPbyrE/MqXT6Y20Yhn13
3470+Anc9vYyb+kkgiUA3NbGvVL7FkfXa2dCxREhVOu2gehSTxzh69dszHkN3bo8x5I7o
3471+gaDqyGIni4choyor5lInPjWYxcFZ5dU2mQzMYQ9p81NSt5sjCq3bnZ07wN2ENeNX
3472+gRZS5JMKG7arOhBRV6OJ1zDg2mP4RdF7rXnbf1NHe/PIhkLGInDvCuB2ngGhJ+JK
3473+6tdZMJbBBlnuyLHw9snKi86dih2zhgBpZ0OYiAw1jPAsoU7ODi+QVg3kNKfoACaE
3474+2D+1T1f2d+C/xMJwSJ8oncly9+at9enSPbt+QgVHNrhj2PCCV0hvwbsupFuV6h0Q
3475+TAHWjWI09Rc4JV7+fOmIb/OfUAEETSNRZJAn3wEuAlgD/3qdl+6i6l137CvVAfjV
3476++bhftArlP8HufOKz/Nhnqarxy2ErvfWiREe5fbMFtOXMMSgYk6cnvP4XLv9It12+
3477++4B79S9fT0iOo9Ft3CNTv+h9s9VUfst8SAU6wT5suVKWzwNm880=
3478+=XfmR
3479+-----END PGP SIGNATURE-----
3480
3481=== added file 'ubuntu-gnome-meta_0.85.tar.xz'
3482Binary 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: