diffstat of debian/ for gnome-software_3.18.3-3 gnome-software_3.20.1+git20160420.1.ca63436.ubuntu-xenial-0ubuntu2 README.source | 9 changelog | 446 ++++ control | 58 control.in | 58 icons/hicolor/128x128/apps/ubuntusoftware.svg | 2293 +++++++++++++++++++++++++ icons/hicolor/16x16/apps/ubuntusoftware.svg | 564 ++++++ icons/hicolor/24x24/apps/ubuntusoftware.svg | 678 +++++++ icons/hicolor/48x48/apps/ubuntusoftware.svg | 666 +++++++ icons/hicolor/scalable/apps/ubuntusoftware.svg | 2293 +++++++++++++++++++++++++ patches/01_fwupd-dont-crash.patch | 108 - patches/02_fwupd-nofail.patch | 95 - patches/series | 3 patches/ubuntu_software_name.patch | 39 rules | 28 source/include-binaries | 1 ubuntu-software.install | 2 ubuntu-software.links | 1 17 files changed, 7068 insertions(+), 274 deletions(-) diff -Nru gnome-software-3.18.3/debian/README.source gnome-software-3.20.1+git20160420.1.ca63436.ubuntu-xenial/debian/README.source --- gnome-software-3.18.3/debian/README.source 1970-01-01 00:00:00.000000000 +0000 +++ gnome-software-3.20.1+git20160420.1.ca63436.ubuntu-xenial/debian/README.source 2016-04-20 13:39:25.000000000 +0000 @@ -0,0 +1,9 @@ +The orig tarball used here was constructed using 'make distcheck' from a git +branch which Ubuntu and Canonical developers have worked on to develop features +which are currently Ubuntu specific. + +To inspect these changes individually, please issue + + $ git clone -b wip/iainl/ubuntu-xenial git://git.gnome.org/gnome-software + +and see the difference to the GNOME_SOFTWARE_3_20_1 tag. diff -Nru gnome-software-3.18.3/debian/changelog gnome-software-3.20.1+git20160420.1.ca63436.ubuntu-xenial/debian/changelog --- gnome-software-3.18.3/debian/changelog 2016-01-15 14:18:03.000000000 +0000 +++ gnome-software-3.20.1+git20160420.1.ca63436.ubuntu-xenial/debian/changelog 2016-04-20 13:39:25.000000000 +0000 @@ -1,3 +1,449 @@ +gnome-software (3.20.1+git20160420.1.ca63436.ubuntu-xenial-0ubuntu2) xenial; urgency=medium + + * debian/rules: + - hack to include some translations, that way "Ubuntu Software" is not + unstranslated on the iso. We can drop that once we get a langpack + update. That includes the strings from the locales that + have translations on launchpad (without de/it/pt which are not needed + because their translation is the original english string) + + -- Sebastien Bacher Wed, 20 Apr 2016 15:39:06 +0200 + +gnome-software (3.20.1+git20160420.1.ca63436.ubuntu-xenial-0ubuntu1) xenial; urgency=medium + + * New upstream snapshot from the wip/iainl/ubuntu-xenial branch at + git://git.gnome.org/gnome-software. + - Reloads the apt db properly by not aborting due to errors from a + previous operation + - Does a full upgrade so that new needed packages are also installed + - Take an upstream commit for flagging non-reviewable software + + -- William Hua Wed, 20 Apr 2016 08:13:37 -0400 + +gnome-software (3.20.1+git20160419.2.b8d2e40.ubuntu-xenial-0ubuntu1) xenial; urgency=medium + + [ Sebastien Bacher ] + * debian/control.in, debian/ubuntu-software.install, + debian/ubuntu-software.links, debian/icons, + debian/patches/ubuntu_software_name.patch, debian/rules: + - create new "ubuntu-software" binary package depending on gnome-software, + it allows us to have a name/description familiar to Ubuntu users + without altering or removing the gnome-software one, also create a new + desktop entry named "Ubuntu Software" for Unity (lp: #1570479) + + [ Iain Lane ] + * New upstream snapshot from the wip/iainl/ubuntu-xenial branch at + git://git.gnome.org/gnome-software. + - Some snappy fixes (but the plugin is still disabled) + - Actually install the featured.ini file + + -- Iain Lane Tue, 19 Apr 2016 18:50:17 +0100 + +gnome-software (3.20.1+git20160419.1.d7dc006.ubuntu-xenial-0ubuntu1) xenial; urgency=medium + + * New upstream snapshot from the wip/iainl/ubuntu-xenial branch at + git://git.gnome.org/gnome-software. + - Plug memory leaks + - Fix theming issues with progress meter (LP: #1546276) + + -- William Hua Tue, 19 Apr 2016 01:17:17 -0400 + +gnome-software (3.20.1+git20160415.1.9c08d97.ubuntu-xenial-0ubuntu1) xenial; urgency=medium + + * New upstream snapshot from the wip/iainl/ubuntu-xenial branch at + git://git.gnome.org/gnome-software. + - Fixes segfault due to multiple updates in a single operation + - Sets the correct state of the OS Updates meta-package + - Disables the Install button when doing a full upgrade + - Requests refresh only if the main window is open + - Refresh the UI after completing an update + + -- William Hua Fri, 15 Apr 2016 12:02:45 -0400 + +gnome-software (3.20.1+git20160414.1.cc9a0a6.ubuntu-xenial-0ubuntu1) xenial; urgency=medium + + * New upstream snapshot from the wip/iainl/ubuntu-xenial branch at + git://git.gnome.org/gnome-software. + + Uses libapt instead of manual parsing to find out about Debian packages. + + Runs the background service again for firmware and other updates. (LP: + #1565865) + + Fixes use-after-free (LP: #1554164) + + Should mark software as 'free' correctly. (LP: #1569328, #1568021) + * All Ubuntu patches are in the orig.tar.xz, so have been dropped from the + packaging. + * debian/control: Add libapt-pkg-dev BD - the apt plugin now uses libapt + directly instead of parsing files itself. + * debian/README.source: Add info on where the upstream VCS with Ubuntu + changes is. + + -- Iain Lane Thu, 14 Apr 2016 14:15:33 +0100 + +gnome-software (3.20.1~git20160331.78d1aab-0ubuntu3) xenial; urgency=medium + + * debian/patches/rename-menu-item.patch: + - Merged into software-properties.patch + * debian/patches/ubuntu-review-plugin.patch: + - Use Wilson score for average rating + - Recommend highly rated apps + - Match our own reviews + + -- Robert Ancell Mon, 04 Apr 2016 12:19:39 +1200 + +gnome-software (3.20.1~git20160331.78d1aab-0ubuntu2) xenial; urgency=medium + + * Enable firmware support (LP: #1544376) + + -- Mario Limonciello Fri, 01 Apr 2016 08:31:12 -0500 + +gnome-software (3.20.1~git20160331.78d1aab-0ubuntu1) xenial; urgency=medium + + * New upstream snapshot + * debian/patches/rename-menu-item.patch: + - Rename 'Software Sources' menu item to 'Software & Updates' + * debian/patches/no-notification-actions.patch: + - Disable actions in notifications (LP: #1547608) + + -- William Hua Thu, 31 Mar 2016 21:20:12 -0400 + +gnome-software (3.20.0-0ubuntu1) xenial; urgency=medium + + * New upstream stable release + * debian/patches/hide-empty-fields.patch: + - Hide metadata fields we haven't populated + * debian/patches/apt-plugin.patch: + - Don't load information for .deb package in the libs section - they won't + contain any apps. + * debian/patches/ubuntu-review-plugin.patch: + - Fix keyboard usage in the Ubuntu One dialog (LP: #1553212) + + -- Robert Ancell Tue, 29 Mar 2016 16:16:47 +1300 + +gnome-software (3.19.93~git20160318.55deb24-0ubuntu1) xenial; urgency=medium + + * New upstream snapshot + * debian/control: + - Add Vcs-Bzr link + * debian/ubuntu-one.png: + - Move binary file from ubuntu-review-submit.patch into packaging + * debian/patches/apt-plugin.patch: + - Fix crash when authentication denied (LP: #1549890) + - Fix changelog URL + - Fix typo (LP: #1557213) + * debian/patches/fwupd-error.patch: + - Handle fwupd not existing (LP: #1558816) + * debian/patches/appstream-refresh.patch: + - Perform an apt update if there is no appstream available (LP: #1554023) + * debian/patches/sideload-workaround.patch: + - Applied upstream + + -- Robert Ancell Fri, 18 Mar 2016 10:43:09 +1300 + +gnome-software (3.19.93~git20160316.f312890-0ubuntu6) xenial; urgency=medium + + * debian/patches/sideload-workaround.patch: + - Workaround a crash when sideloading .debs (LP: #1557840) + + -- Robert Ancell Wed, 16 Mar 2016 16:50:28 +1300 + +gnome-software (3.19.93~git20160316.f312890-0ubuntu5) xenial; urgency=medium + + * debian/patches/no-history.patch: + - Hide unused history feature (LP: #1552190) + + -- Robert Ancell Wed, 16 Mar 2016 16:09:29 +1300 + +gnome-software (3.19.93~git20160316.f312890-0ubuntu4) xenial; urgency=medium + + * debian/patches/no-offline-updates.patch: + - Disable offline updates (LP: #1546634) + + -- Robert Ancell Wed, 16 Mar 2016 15:13:16 +1300 + +gnome-software (3.19.93~git20160316.f312890-0ubuntu3) xenial; urgency=medium + + * Small changelog fix + + -- Robert Ancell Wed, 16 Mar 2016 13:00:34 +1300 + +gnome-software (3.19.93~git20160316.f312890-0ubuntu2) xenial; urgency=medium + + * debian/control: + - Bump build-depends on libappstream-glib-dev + + -- Robert Ancell Wed, 16 Mar 2016 12:58:33 +1300 + +gnome-software (3.19.93~git20160316.f312890-0ubuntu1) xenial; urgency=medium + + * New upstream snapshot + * debian/patches/apt-plugin.patch: + - Don't treat all files as .debs (LP: #1556586) + - Don't attempt to reformat changelog information (LP: #1554167) + * debian/patches/update-descriptions.patch: + - Show update text more appropriately for Ubuntu + * debian/patches/software-properties.patch: + - Use consistent name for menu that shows software properties (LP: #1556356) + + -- Robert Ancell Wed, 16 Mar 2016 12:42:18 +1300 + +gnome-software (3.19.92~git20160310.0c17ea0-0ubuntu1) xenial; urgency=medium + + * New upstream snapshot + * debian/patches/apt-plugin.patch: + - Correctly download changelogs (LP: #1554160) + * debian/patches/disable-update-monitor.patch: + - Disable the update monitor (LP: #1546649) + * debian/patches/no-daemon.patch: + - Fix crash (LP: #1552150) + + -- Robert Ancell Thu, 10 Mar 2016 15:46:39 +1300 + +gnome-software (3.19.92~git20160304.279bc80-0ubuntu3) xenial; urgency=medium + + * debian/patches/apt-plugin.patch: + - really include the fix for install segfaults (lp: #1553160) + + -- Sebastien Bacher Fri, 04 Mar 2016 12:51:36 +0100 + +gnome-software (3.19.92~git20160304.279bc80-0ubuntu2) xenial; urgency=medium + + * debian/patches/apt-plugin.patch: + - Fix crash installing/removing introduced in last release + + -- Robert Ancell Fri, 04 Mar 2016 15:45:53 +1300 + +gnome-software (3.19.92~git20160304.279bc80-0ubuntu1) xenial; urgency=medium + + * New upstream snapshot + * debian/patches/apt-plugin.patch: + - Support sideloading of .deb files + + -- Robert Ancell Fri, 04 Mar 2016 14:51:16 +1300 + +gnome-software (3.19.92~git20160303.26a927d-0ubuntu2) xenial; urgency=medium + + * debian/patches/no-kudo-details.patch: + - updated to work with the recent upstream changes + + -- Sebastien Bacher Thu, 03 Mar 2016 19:00:11 +0100 + +gnome-software (3.19.92~git20160303.26a927d-0ubuntu1) xenial; urgency=medium + + * New upstream snapshot + * debian/patches/window-decorations.patch: + - Don't use HeaderBar in Unity (LP: #1551943) + * debian/patches/crash-on-exit.patch: + * debian/patches/format-string.patch: + * debian/patches/null-category-crash.patch: + - Applied upstream + + -- Robert Ancell Thu, 03 Mar 2016 15:20:48 +1300 + +gnome-software (3.19.92~git20160302.faa1f16-0ubuntu4) xenial; urgency=medium + + * debian/patches/crash-on-exit.patch: + - Fix crash on exit + + -- Robert Ancell Thu, 03 Mar 2016 11:47:26 +1300 + +gnome-software (3.19.92~git20160302.faa1f16-0ubuntu3) xenial; urgency=medium + + * debian/patches/apt-plugin.patch: + - Fix featured apps not showing (LP: #1551850) + + -- Robert Ancell Wed, 02 Mar 2016 21:15:35 +1300 + +gnome-software (3.19.92~git20160302.faa1f16-0ubuntu2) xenial; urgency=medium + + * debian/patches/format-string.patch: + - Fix FTBFS due to incorrect printf format string + + -- Robert Ancell Wed, 02 Mar 2016 16:52:48 +1300 + +gnome-software (3.19.92~git20160302.faa1f16-0ubuntu1) xenial; urgency=medium + + * New upstream snapshot + * debian/control: + - Bump build-depends on libjson-glib-dev, libglib2.0-dev, libgtk-3-dev + - Add build-depends on libgdk-pixbuf2.0-dev + * debian/patches/ubuntu-review-plugin.patch: + - Fix storing of review ID + * debian/patches/no-daemon.patch: + - Don't keep running when quit (LP: #1549502) + * debian/patches/null-category-crash.patch: + - Fix crash caused by empty categories in some .desktop files + * debian/patches/software-properties.patch: + - Launch software-properties-gtk in place of the sources dialog + (LP: #1551702) + + -- Robert Ancell Wed, 02 Mar 2016 14:40:56 +1300 + +gnome-software (3.19.91~git20160229.ceb6b9d-0ubuntu1) xenial; urgency=medium + + * New upstream snapshot + * debian/control: + - Bump build-depends on libappstream-glib-dev + * debian/patches/apt-plugin.patch: + - Fix setting of app state (LP: #1548933) + + -- Robert Ancell Mon, 29 Feb 2016 14:49:12 +1300 + +gnome-software (3.19.91~git20160225.dbf5b5d-0ubuntu3) xenial; urgency=medium + + * debian/patches/ubuntu-review-plugin.patch: + - update the list of files to translate + + -- Sebastien Bacher Fri, 26 Feb 2016 17:03:04 +0100 + +gnome-software (3.19.91~git20160225.dbf5b5d-0ubuntu2) xenial; urgency=medium + + * debian/patches/apt-plugin.patch: + - Set license based on APT information + - Show update information (LP: #1549503) (LP: #1549500) + * debian/patches/ubuntu-provenance.patch: + - Drop, now done by apt-plugin.patch + + -- Robert Ancell Thu, 25 Feb 2016 16:51:45 +1300 + +gnome-software (3.19.91~git20160225.dbf5b5d-0ubuntu1) xenial; urgency=medium + + * New upstream release + * debian/patches/no-kudo-details.patch: + - Hide the Kudo details - they're not correctly populated in Ubuntu and + probably don't make sense (LP: #1549509) + + -- Robert Ancell Thu, 25 Feb 2016 12:50:27 +1300 + +gnome-software (3.19.91~git20160224.0779986-0ubuntu1) xenial; urgency=medium + + * New upstream release + * debian/control: + - Add build-depends on libsecret-1-dev + * debian/patches/ubuntu-review-plugin.patch: + - Store credentials in libsecret + + -- Robert Ancell Wed, 24 Feb 2016 13:48:13 +1300 + +gnome-software (3.19.91~git20160223.1794342-0ubuntu1) xenial; urgency=medium + + * New upstream release + * debian/patches/ubuntu-provenance.patch: + - Handle more cases for marking packages from Ubuntu + + -- Robert Ancell Tue, 23 Feb 2016 16:35:10 +1300 + +gnome-software (3.19.91~git20160219.32c2c00-0ubuntu2) xenial; urgency=medium + + * debian/patches/apt-plugin.patch: + - Integrate with Unity launcher (LP: #1547676) + + -- Robert Ancell Fri, 19 Feb 2016 12:23:22 -0800 + +gnome-software (3.19.91~git20160219.32c2c00-0ubuntu1) xenial; urgency=medium + + * New upstream release + * debian/patches/ubuntu-review-plugin.patch: + - Half upstreamed + * debian/patches/ubuntu-review-submit.patch: + - Add support to submit reviews to Ubuntu + + -- Robert Ancell Fri, 19 Feb 2016 11:33:43 -0800 + +gnome-software (3.19.91~git20160217.8ea45b9-0ubuntu1) xenial; urgency=medium + + * New upstream release + * debian/patches/apt-plugin.patch: + - Optimise access to dpkg/apt information + * debian/patches/dedup-source.patch: + - Stop duplicate apps showing (LP: #1544565) + + -- Robert Ancell Wed, 17 Feb 2016 10:38:16 -0800 + +gnome-software (3.19.5+git20160212.a64f331-0ubuntu1) xenial; urgency=medium + + * New upstream release + * debian/patches/ubuntu-review-plugin.patch: + - Updated + * debian/patches/no-packagekit.patch: + - Applied upstream + + -- Robert Ancell Fri, 12 Feb 2016 11:51:12 +1300 + +gnome-software (3.19.5+git20160211.e8cfba4-0ubuntu7) xenial; urgency=medium + + * debian/patches/ubuntu-provenance.patch: + - Mark packages from official Ubuntu repositories (LP: #1544558) + + -- Robert Ancell Fri, 12 Feb 2016 11:19:46 +1300 + +gnome-software (3.19.5+git20160211.e8cfba4-0ubuntu6) xenial; urgency=medium + + * debian/patches/no-packagekit.patch: + - Don't install D-Bus service if not using PackageKit (LP: #1544471) + + -- Robert Ancell Thu, 11 Feb 2016 16:54:38 +1300 + +gnome-software (3.19.5+git20160211.e8cfba4-0ubuntu5) xenial; urgency=medium + + * debian/control: + - Drop gnome-packagekit-session - it was never in Ubuntu + + -- Robert Ancell Thu, 11 Feb 2016 16:54:38 +1300 + +gnome-software (3.19.5+git20160211.e8cfba4-0ubuntu4) xenial; urgency=medium + + * debian/rules: + - Disable fwupd + * debian/patches/minimal-review-limits.patch: + - Use only minimal limits on what a review can contain + * debian/patches/ubuntu-review-plugin.patch: + - Updated + + -- Robert Ancell Thu, 11 Feb 2016 15:02:16 +1300 + +gnome-software (3.19.5+git20160211.e8cfba4-0ubuntu3) xenial; urgency=medium + + * debian/control: + - Build-depend on libgtkspell3-3-dev + + -- Robert Ancell Thu, 11 Feb 2016 14:09:24 +1300 + +gnome-software (3.19.5+git20160211.e8cfba4-0ubuntu2) xenial; urgency=medium + + * debian/control: + - Disable firmware support for now, it's still blocked on MIRs + + -- Robert Ancell Thu, 11 Feb 2016 12:05:41 +1300 + +gnome-software (3.19.5+git20160211.e8cfba4-0ubuntu1) xenial; urgency=medium + + * New upstream version + * debian/patches/apt-plugin.patch: + * debian/patches/ubuntu-review-plugin.patch: + - Updated + * debian/patches/rating-total.patch: + * debian/patches/safer-garray.patch: + * debian/patches/review-alignment.patch: + - Applied upstream + + -- Robert Ancell Thu, 11 Feb 2016 09:29:34 +1300 + +gnome-software (3.19.5+git20160210.fc0d9e2-0ubuntu1) xenial; urgency=medium + + * debian/control: + - Don't depend on packagekit anymore + * debian/rules: + - Disable limba + * debian/patches/apt-plugin.patch: + - Add apt plugin + * debian/patches/ubuntu-review-plugin.patch: + - Add an Ubuntu reviews plugin + * debian/patches/rating-total.patch: + * debian/patches/safer-garray.patch: + * debian/patches/review-alignment.patch: + - Fix small issues + + -- Robert Ancell Thu, 04 Feb 2016 15:06:24 +1300 + gnome-software (3.18.3-3) unstable; urgency=medium * Add 01_fwupd-dont-crash.patch: Don't crash when the fwupd daemon diff -Nru gnome-software-3.18.3/debian/control gnome-software-3.20.1+git20160420.1.ca63436.ubuntu-xenial/debian/control --- gnome-software-3.18.3/debian/control 2016-01-15 14:20:56.000000000 +0000 +++ gnome-software-3.20.1+git20160420.1.ca63436.ubuntu-xenial/debian/control 2016-04-20 13:39:26.000000000 +0000 @@ -5,47 +5,60 @@ Source: gnome-software Section: gnome Priority: optional -Maintainer: Debian GNOME Maintainers -Uploaders: Matthias Klumpp , - Laurent Bigonville , Michael Biebl +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian GNOME Maintainers +Uploaders: Matthias Klumpp , Debian GNOME Maintainers Build-Depends: appstream, appstream-util, debhelper (>= 9.0.0), dh-autoreconf, docbook-xsl, + gnome-common, gnome-pkg-tools (>= 0.10), gsettings-desktop-schemas-dev (>= 3.18), intltool (>= 0.35.0), - libappstream-glib-dev (>= 0.5.2-2), - libfwupd-dev (>= 0.6) [amd64 arm64 armhf i386], - libglib2.0-dev (>= 2.46), + libappstream-glib-dev (>= 0.5.11), + libapt-pkg-dev (>= 1.2), + libgdk-pixbuf2.0-dev (>= 2.31.5), + libglib2.0-dev (>= 2.46.0), libgnome-desktop-3-dev (>= 3.18), - libgtk-3-dev (>= 3.18), - liblimba-dev (>= 0.5.2) [linux-any], - libpackagekit-glib2-dev (>= 1.0.10), + libgtk-3-dev (>= 3.18.2), + libgtkspell3-3-dev, + libjson-glib-dev (>= 1.1.1), + liboauth-dev, libpolkit-gobject-1-dev, + libsecret-1-dev, libsoup2.4-dev (>= 2.52), libsqlite3-dev, + libfwupd-dev, libxml2-utils, pkg-config, xsltproc Standards-Version: 3.9.6 Homepage: https://wiki.gnome.org/Apps/Software -Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/packages/unstable/gnome-software/ -Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/gnome-software/ +Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/gnome-software/ubuntu + +Package: ubuntu-software +Architecture: any +Depends: gnome-software (= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: Utility for browsing, installing, and removing software + Ubuntu Software lets you browse and install the applications available for + Ubuntu. You can view available software by category, or search by name + or description. You can also examine the software already installed, and + remove items you no longer need. + . + To install or remove software using Ubuntu Software, you need administrator + access on the computer. Package: gnome-software Architecture: any Depends: appstream, gnome-software-common (= ${source:Version}), gsettings-desktop-schemas (>= 3.18), - packagekit (>= 1.0.10), ${misc:Depends}, ${shlibs:Depends} -Replaces: gnome-packagekit-session (<< 3.16.0-2~) -Breaks: gnome-packagekit-session (<< 3.16.0-2~) -Suggests: fwupd [amd64 arm64 armhf i386], - limba [linux-any] Description: Software Center for GNOME Software lets you install and update applications and system extensions. . @@ -68,16 +81,3 @@ appdata format. . This package contains the architectures independent files - -Package: gnome-packagekit-session -Architecture: all -Section: oldlibs -Priority: extra -Depends: gnome-software (>= ${source:Version}), - ${misc:Depends} -Description: Transitional package (gnome-packagekit-session -> gnome-software) - Transitional dummy package replacing gnome-packagekit-session with - gnome-software. - . - The PackageKit session interface is no separate component anymore, but built - into GNOME-Software. diff -Nru gnome-software-3.18.3/debian/control.in gnome-software-3.20.1+git20160420.1.ca63436.ubuntu-xenial/debian/control.in --- gnome-software-3.18.3/debian/control.in 2015-12-14 15:03:08.000000000 +0000 +++ gnome-software-3.20.1+git20160420.1.ca63436.ubuntu-xenial/debian/control.in 2016-04-20 13:39:25.000000000 +0000 @@ -1,47 +1,60 @@ Source: gnome-software Section: gnome Priority: optional -Maintainer: Debian GNOME Maintainers -Uploaders: Matthias Klumpp , - @GNOME_TEAM@ +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian GNOME Maintainers +Uploaders: Matthias Klumpp , @GNOME_TEAM@ Build-Depends: appstream, appstream-util, debhelper (>= 9.0.0), dh-autoreconf, docbook-xsl, + gnome-common, gnome-pkg-tools (>= 0.10), gsettings-desktop-schemas-dev (>= 3.18), intltool (>= 0.35.0), - libappstream-glib-dev (>= 0.5.2-2), - libfwupd-dev (>= 0.6) [amd64 arm64 armhf i386], - libglib2.0-dev (>= 2.46), + libappstream-glib-dev (>= 0.5.11), + libapt-pkg-dev (>= 1.2), + libgdk-pixbuf2.0-dev (>= 2.31.5), + libglib2.0-dev (>= 2.46.0), libgnome-desktop-3-dev (>= 3.18), - libgtk-3-dev (>= 3.18), - liblimba-dev (>= 0.5.2) [linux-any], - libpackagekit-glib2-dev (>= 1.0.10), + libgtk-3-dev (>= 3.18.2), + libgtkspell3-3-dev, + libjson-glib-dev (>= 1.1.1), + liboauth-dev, libpolkit-gobject-1-dev, + libsecret-1-dev, libsoup2.4-dev (>= 2.52), libsqlite3-dev, + libfwupd-dev, libxml2-utils, pkg-config, xsltproc Standards-Version: 3.9.6 Homepage: https://wiki.gnome.org/Apps/Software -Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/packages/unstable/gnome-software/ -Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/gnome-software/ +Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/gnome-software/ubuntu + +Package: ubuntu-software +Architecture: any +Depends: gnome-software (= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: Utility for browsing, installing, and removing software + Ubuntu Software lets you browse and install the applications available for + Ubuntu. You can view available software by category, or search by name + or description. You can also examine the software already installed, and + remove items you no longer need. + . + To install or remove software using Ubuntu Software, you need administrator + access on the computer. Package: gnome-software Architecture: any Depends: appstream, gnome-software-common (= ${source:Version}), gsettings-desktop-schemas (>= 3.18), - packagekit (>= 1.0.10), ${misc:Depends}, ${shlibs:Depends} -Replaces: gnome-packagekit-session (<< 3.16.0-2~) -Breaks: gnome-packagekit-session (<< 3.16.0-2~) -Suggests: fwupd [amd64 arm64 armhf i386], - limba [linux-any] Description: Software Center for GNOME Software lets you install and update applications and system extensions. . @@ -64,16 +77,3 @@ appdata format. . This package contains the architectures independent files - -Package: gnome-packagekit-session -Architecture: all -Section: oldlibs -Priority: extra -Depends: gnome-software (>= ${source:Version}), - ${misc:Depends} -Description: Transitional package (gnome-packagekit-session -> gnome-software) - Transitional dummy package replacing gnome-packagekit-session with - gnome-software. - . - The PackageKit session interface is no separate component anymore, but built - into GNOME-Software. diff -Nru gnome-software-3.18.3/debian/icons/hicolor/128x128/apps/ubuntusoftware.svg gnome-software-3.20.1+git20160420.1.ca63436.ubuntu-xenial/debian/icons/hicolor/128x128/apps/ubuntusoftware.svg --- gnome-software-3.18.3/debian/icons/hicolor/128x128/apps/ubuntusoftware.svg 1970-01-01 00:00:00.000000000 +0000 +++ gnome-software-3.20.1+git20160420.1.ca63436.ubuntu-xenial/debian/icons/hicolor/128x128/apps/ubuntusoftware.svg 2016-04-20 13:39:25.000000000 +0000 @@ -0,0 +1,2293 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru gnome-software-3.18.3/debian/icons/hicolor/16x16/apps/ubuntusoftware.svg gnome-software-3.20.1+git20160420.1.ca63436.ubuntu-xenial/debian/icons/hicolor/16x16/apps/ubuntusoftware.svg --- gnome-software-3.18.3/debian/icons/hicolor/16x16/apps/ubuntusoftware.svg 1970-01-01 00:00:00.000000000 +0000 +++ gnome-software-3.20.1+git20160420.1.ca63436.ubuntu-xenial/debian/icons/hicolor/16x16/apps/ubuntusoftware.svg 2016-04-20 13:39:25.000000000 +0000 @@ -0,0 +1,564 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru gnome-software-3.18.3/debian/icons/hicolor/24x24/apps/ubuntusoftware.svg gnome-software-3.20.1+git20160420.1.ca63436.ubuntu-xenial/debian/icons/hicolor/24x24/apps/ubuntusoftware.svg --- gnome-software-3.18.3/debian/icons/hicolor/24x24/apps/ubuntusoftware.svg 1970-01-01 00:00:00.000000000 +0000 +++ gnome-software-3.20.1+git20160420.1.ca63436.ubuntu-xenial/debian/icons/hicolor/24x24/apps/ubuntusoftware.svg 2016-04-20 13:39:25.000000000 +0000 @@ -0,0 +1,678 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru gnome-software-3.18.3/debian/icons/hicolor/48x48/apps/ubuntusoftware.svg gnome-software-3.20.1+git20160420.1.ca63436.ubuntu-xenial/debian/icons/hicolor/48x48/apps/ubuntusoftware.svg --- gnome-software-3.18.3/debian/icons/hicolor/48x48/apps/ubuntusoftware.svg 1970-01-01 00:00:00.000000000 +0000 +++ gnome-software-3.20.1+git20160420.1.ca63436.ubuntu-xenial/debian/icons/hicolor/48x48/apps/ubuntusoftware.svg 2016-04-20 13:39:25.000000000 +0000 @@ -0,0 +1,666 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru gnome-software-3.18.3/debian/icons/hicolor/scalable/apps/ubuntusoftware.svg gnome-software-3.20.1+git20160420.1.ca63436.ubuntu-xenial/debian/icons/hicolor/scalable/apps/ubuntusoftware.svg --- gnome-software-3.18.3/debian/icons/hicolor/scalable/apps/ubuntusoftware.svg 1970-01-01 00:00:00.000000000 +0000 +++ gnome-software-3.20.1+git20160420.1.ca63436.ubuntu-xenial/debian/icons/hicolor/scalable/apps/ubuntusoftware.svg 2016-04-20 13:39:25.000000000 +0000 @@ -0,0 +1,2293 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru gnome-software-3.18.3/debian/patches/01_fwupd-dont-crash.patch gnome-software-3.20.1+git20160420.1.ca63436.ubuntu-xenial/debian/patches/01_fwupd-dont-crash.patch --- gnome-software-3.18.3/debian/patches/01_fwupd-dont-crash.patch 2016-01-15 14:14:57.000000000 +0000 +++ gnome-software-3.20.1+git20160420.1.ca63436.ubuntu-xenial/debian/patches/01_fwupd-dont-crash.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,108 +0,0 @@ -From acd34d50260b60ce5e7cc83506874e6f611e02f2 Mon Sep 17 00:00:00 2001 -From: Richard Hughes -Date: Fri, 8 Jan 2016 10:42:46 +0000 -Subject: Do not crash on refresh if the fwupd daemon is not available - -Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1282395 ---- - src/plugins/gs-plugin-fwupd.c | 38 ++++++++++++++++---------------------- - 1 file changed, 16 insertions(+), 22 deletions(-) - ---- a/src/plugins/gs-plugin-fwupd.c -+++ b/src/plugins/gs-plugin-fwupd.c -@@ -32,7 +32,7 @@ - #include - - struct GsPluginPrivate { -- gsize done_init; -+ GMutex mutex; - GDBusProxy *proxy; - GPtrArray *to_download; - GPtrArray *to_ignore; -@@ -135,6 +135,7 @@ - g_autoptr(GError) error_local = NULL; - g_autofree gchar *data = NULL; - g_autoptr(GDBusConnection) conn = NULL; -+ g_autoptr(GMutexLocker) locker = g_mutex_locker_new (&plugin->priv->mutex); - - /* register D-Bus errors */ - fwupd_error_quark (); -@@ -425,23 +426,20 @@ - { - GVariant *variant; - const gchar *key; -- gboolean ret; - g_autoptr(GError) error_local = NULL; - g_autoptr(GsApp) app = NULL; - g_autoptr(GVariantIter) iter = NULL; - g_autoptr(GVariant) val = NULL; - -- /* watch the file in case it comes or goes */ -- if (g_once_init_enter (&plugin->priv->done_init)) { -- ret = gs_plugin_startup (plugin, cancellable, error); -- g_once_init_leave (&plugin->priv->done_init, TRUE); -- if (!ret) -+ /* set up plugin */ -+ if (plugin->priv->proxy == NULL) { -+ if (!gs_plugin_startup (plugin, cancellable, error)) - return FALSE; - } -- -- /* could not connect */ - if (plugin->priv->proxy == NULL) - return TRUE; -+ -+ /* get historical updates */ - val = g_dbus_proxy_call_sync (plugin->priv->proxy, - "GetResults", - g_variant_new ("(s)", FWUPD_DEVICE_ID_ANY), -@@ -490,23 +488,20 @@ - GError **error) - { - const gchar *id; -- gboolean ret; - GVariantIter *iter_device; - g_autoptr(GError) error_local = NULL; - g_autoptr(GVariantIter) iter = NULL; - g_autoptr(GVariant) val = NULL; - -- /* watch the file in case it comes or goes */ -- if (g_once_init_enter (&plugin->priv->done_init)) { -- ret = gs_plugin_startup (plugin, cancellable, error); -- g_once_init_leave (&plugin->priv->done_init, TRUE); -- if (!ret) -+ /* set up plugin */ -+ if (plugin->priv->proxy == NULL) { -+ if (!gs_plugin_startup (plugin, cancellable, error)) - return FALSE; - } -- -- /* could not connect */ - if (plugin->priv->proxy == NULL) - return TRUE; -+ -+ /* get current list of updates */ - val = g_dbus_proxy_call_sync (plugin->priv->proxy, - "GetUpdates", - NULL, -@@ -772,16 +767,15 @@ - GError **error) - { - const gchar *tmp; -- gboolean ret; - guint i; - - /* set up plugin */ -- if (g_once_init_enter (&plugin->priv->done_init)) { -- ret = gs_plugin_startup (plugin, cancellable, error); -- g_once_init_leave (&plugin->priv->done_init, TRUE); -- if (!ret) -+ if (plugin->priv->proxy == NULL) { -+ if (!gs_plugin_startup (plugin, cancellable, error)) - return FALSE; - } -+ if (plugin->priv->proxy == NULL) -+ return TRUE; - - /* ensure networking is set up */ - if (!gs_plugin_fwupd_setup_networking (plugin, error)) diff -Nru gnome-software-3.18.3/debian/patches/02_fwupd-nofail.patch gnome-software-3.20.1+git20160420.1.ca63436.ubuntu-xenial/debian/patches/02_fwupd-nofail.patch --- gnome-software-3.18.3/debian/patches/02_fwupd-nofail.patch 2016-01-15 14:14:58.000000000 +0000 +++ gnome-software-3.20.1+git20160420.1.ca63436.ubuntu-xenial/debian/patches/02_fwupd-nofail.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,95 +0,0 @@ -From fa85bfaa6ab226cdd98360063735e83dcd2e5445 Mon Sep 17 00:00:00 2001 -From: Matthias Klumpp -Date: Fri, 15 Jan 2016 14:59:03 +0100 -Subject: Don't fail updates if fwupd daemon does not exist - -This resolves https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=808305 ---- - src/plugins/gs-plugin-fwupd.c | 34 +++++++++++++++++++++++++++------- - 1 file changed, 27 insertions(+), 7 deletions(-) - ---- a/src/plugins/gs-plugin-fwupd.c -+++ b/src/plugins/gs-plugin-fwupd.c -@@ -40,6 +40,7 @@ - gchar *cachedir; - gchar *lvfs_sig_fn; - gchar *lvfs_sig_hash; -+ gchar *config_fn; - }; - - /** -@@ -91,6 +92,16 @@ - plugin->priv = GS_PLUGIN_GET_PRIVATE (GsPluginPrivate); - plugin->priv->to_download = g_ptr_array_new_with_free_func (g_free); - plugin->priv->to_ignore = g_ptr_array_new_with_free_func (g_free); -+ -+ plugin->priv->config_fn = g_build_filename (SYSCONFDIR, "fwupd.conf", NULL); -+ if (!g_file_test (plugin->priv->config_fn, G_FILE_TEST_EXISTS)) { -+ g_free (plugin->priv->config_fn); -+ plugin->priv->config_fn = g_strdup ("/etc/fwupd.conf"); -+ } -+ if (!g_file_test (plugin->priv->config_fn, G_FILE_TEST_EXISTS)) { -+ g_debug ("fwupd configuration not found, disabling plugin."); -+ gs_plugin_set_enabled (plugin, FALSE); -+ } - } - - /** -@@ -102,6 +113,7 @@ - g_free (plugin->priv->cachedir); - g_free (plugin->priv->lvfs_sig_fn); - g_free (plugin->priv->lvfs_sig_hash); -+ g_free (plugin->priv->config_fn); - g_ptr_array_unref (plugin->priv->to_download); - g_ptr_array_unref (plugin->priv->to_ignore); - if (plugin->priv->proxy != NULL) -@@ -449,6 +461,13 @@ - &error_local); - if (val == NULL) { - if (g_error_matches (error_local, -+ G_DBUS_ERROR, -+ G_DBUS_ERROR_SERVICE_UNKNOWN)) { -+ /* the fwupd service might be unavailable, continue in that case */ -+ g_debug ("fwupd: Could not get historical updates, service is unknown."); -+ return TRUE; -+ } -+ if (g_error_matches (error_local, - FWUPD_ERROR, - FWUPD_ERROR_NOTHING_TO_DO)) - return TRUE; -@@ -511,6 +530,13 @@ - &error_local); - if (val == NULL) { - if (g_error_matches (error_local, -+ G_DBUS_ERROR, -+ G_DBUS_ERROR_SERVICE_UNKNOWN)) { -+ /* the fwupd service might be unavailable, continue in that case */ -+ g_debug ("fwupd: Could not get updates, service is unknown."); -+ return TRUE; -+ } -+ if (g_error_matches (error_local, - FWUPD_ERROR, - FWUPD_ERROR_NOTHING_TO_DO)) - return TRUE; -@@ -652,7 +678,6 @@ - g_autofree gchar *basename_data = NULL; - g_autofree gchar *cache_fn_data = NULL; - g_autofree gchar *checksum = NULL; -- g_autofree gchar *config_fn = NULL; - g_autofree gchar *url_data = NULL; - g_autofree gchar *url_sig = NULL; - g_autoptr(GKeyFile) config = NULL; -@@ -661,12 +686,7 @@ - - /* read config file */ - config = g_key_file_new (); -- config_fn = g_build_filename (SYSCONFDIR, "fwupd.conf", NULL); -- if (!g_file_test (config_fn, G_FILE_TEST_EXISTS)) { -- g_free (config_fn); -- config_fn = g_strdup ("/etc/fwupd.conf"); -- } -- if (!g_key_file_load_from_file (config, config_fn, G_KEY_FILE_NONE, error)) -+ if (!g_key_file_load_from_file (config, plugin->priv->config_fn, G_KEY_FILE_NONE, error)) - return FALSE; - - /* check cache age */ diff -Nru gnome-software-3.18.3/debian/patches/series gnome-software-3.20.1+git20160420.1.ca63436.ubuntu-xenial/debian/patches/series --- gnome-software-3.18.3/debian/patches/series 2016-01-15 14:05:46.000000000 +0000 +++ gnome-software-3.20.1+git20160420.1.ca63436.ubuntu-xenial/debian/patches/series 2016-04-20 13:39:25.000000000 +0000 @@ -1,2 +1 @@ -01_fwupd-dont-crash.patch -02_fwupd-nofail.patch +ubuntu_software_name.patch diff -Nru gnome-software-3.18.3/debian/patches/ubuntu_software_name.patch gnome-software-3.20.1+git20160420.1.ca63436.ubuntu-xenial/debian/patches/ubuntu_software_name.patch --- gnome-software-3.18.3/debian/patches/ubuntu_software_name.patch 1970-01-01 00:00:00.000000000 +0000 +++ gnome-software-3.20.1+git20160420.1.ca63436.ubuntu-xenial/debian/patches/ubuntu_software_name.patch 2016-04-20 13:39:25.000000000 +0000 @@ -0,0 +1,39 @@ +Index: gnome-software-3.20.1+git20160419.1.d7dc006.ubuntu-xenial/src/gs-shell.c +=================================================================== +--- gnome-software-3.20.1+git20160419.1.d7dc006.ubuntu-xenial.orig/src/gs-shell.c ++++ gnome-software-3.20.1+git20160419.1.d7dc006.ubuntu-xenial/src/gs-shell.c +@@ -249,8 +249,12 @@ gs_shell_change_mode (GsShell *shell, + context = gtk_widget_get_style_context (GTK_WIDGET (gtk_builder_get_object (priv->builder, "header"))); + gtk_style_context_remove_class (context, "selection-mode"); + /* set the window title back to default */ +- /* TRANSLATORS: this is the main window title */ +- gtk_window_set_title (priv->main_window, _("Software")); ++ if (gs_utils_is_current_desktop ("Unity")) ++ /* TRANSLATORS: this is the main window title */ ++ gtk_window_set_title (priv->main_window, _("Ubuntu Software")); ++ else ++ /* TRANSLATORS: this is the main window title */ ++ gtk_window_set_title (priv->main_window, _("Software")); + + /* show the back button if needed */ + widget = GTK_WIDGET (gtk_builder_get_object (priv->builder, "button_back")); +Index: gnome-software-3.20.1+git20160419.1.d7dc006.ubuntu-xenial/src/gs-application.c +=================================================================== +--- gnome-software-3.20.1+git20160419.1.d7dc006.ubuntu-xenial.orig/src/gs-application.c ++++ gnome-software-3.20.1+git20160419.1.d7dc006.ubuntu-xenial/src/gs-application.c +@@ -450,8 +450,12 @@ about_activated (GSimpleAction *action, + /* TRANSLATORS: this is the title of the about window */ + gtk_window_set_title (GTK_WINDOW (dialog), _("About Software")); + +- /* TRANSLATORS: this is the application name */ +- gtk_about_dialog_set_program_name (dialog, _("Software")); ++ if (gs_utils_is_current_desktop ("Unity")) ++ /* TRANSLATORS: this is the application name */ ++ gtk_about_dialog_set_program_name (dialog, _("Ubuntu Software")); ++ else ++ /* TRANSLATORS: this is the application name */ ++ gtk_about_dialog_set_program_name (dialog, _("Software")); + + /* TRANSLATORS: well, we seem to think so, anyway */ + gtk_about_dialog_set_comments (dialog, _("A nice way to manage the " + diff -Nru gnome-software-3.18.3/debian/rules gnome-software-3.20.1+git20160420.1.ca63436.ubuntu-xenial/debian/rules --- gnome-software-3.18.3/debian/rules 2015-12-13 00:42:21.000000000 +0000 +++ gnome-software-3.20.1+git20160420.1.ca63436.ubuntu-xenial/debian/rules 2016-04-20 13:39:25.000000000 +0000 @@ -5,31 +5,37 @@ GS_CONFIGURE_FLAGS = --libdir=/usr/lib \ --disable-silent-rules -ifeq ($(DEB_HOST_ARCH_OS), linux) - # Enable Limba support on Linux - GS_CONFIGURE_FLAGS += --enable-limba - - # Enable fwupd support on supported architectures - ifneq (,$(findstring $(DEB_BUILD_ARCH), amd64 arm64 armhf i386)) - GS_CONFIGURE_FLAGS += --enable-firmware - endif -endif - # Install target dir INSTALLDIR = $(CURDIR)/debian/tmp %: - dh $@ --with gnome + dh $@ --with gnome,autoreconf override_dh_auto_configure: dh_auto_configure -- $(GS_CONFIGURE_FLAGS) +override_dh_auto_build: + cp debian/ubuntu-one.png src/plugins + dh_auto_build + override_dh_auto_install: dh_auto_install --destdir=$(INSTALLDIR) rm -f $(INSTALLDIR)/usr/lib/gs-plugins-?/libgs_plugin_fedora* override_dh_install: dh_install -X.a -X.la --list-missing + # Change the name and icon for Unity sessions + sed -i 's/Name=Software/Name=Ubuntu Software/' debian/ubuntu-software/usr/share/ubuntu/applications/org.gnome.Software.desktop + sed -i 's/Icon=org.gnome.Software/Icon=ubuntusoftware/' debian/ubuntu-software/usr/share/ubuntu/applications/org.gnome.Software.desktop + +# Hack to include some translations, we can drop that once we get a langpack update +# Includes the strings from the locales that have translations on launchpad but +# de/it/pt are not needed because their translation is the original english string +override_dh_translations: + dh_translations + echo "Name[es]=Software de Ubuntu" >> debian/ubuntu-software/usr/share/ubuntu/applications/org.gnome.Software.desktop + echo "Name[fr]=Logiciels Ubuntu" >> debian/ubuntu-software/usr/share/ubuntu/applications/org.gnome.Software.desktop + echo "Name[zh_CN]=Ubuntu 软件" >> debian/ubuntu-software/usr/share/ubuntu/applications/org.gnome.Software.desktop override_dh_makeshlibs: dh_makeshlibs -Xlibgs_plugin diff -Nru gnome-software-3.18.3/debian/source/include-binaries gnome-software-3.20.1+git20160420.1.ca63436.ubuntu-xenial/debian/source/include-binaries --- gnome-software-3.18.3/debian/source/include-binaries 1970-01-01 00:00:00.000000000 +0000 +++ gnome-software-3.20.1+git20160420.1.ca63436.ubuntu-xenial/debian/source/include-binaries 2016-04-20 13:39:25.000000000 +0000 @@ -0,0 +1 @@ +debian/ubuntu-one.png diff -Nru gnome-software-3.18.3/debian/ubuntu-software.install gnome-software-3.20.1+git20160420.1.ca63436.ubuntu-xenial/debian/ubuntu-software.install --- gnome-software-3.18.3/debian/ubuntu-software.install 1970-01-01 00:00:00.000000000 +0000 +++ gnome-software-3.20.1+git20160420.1.ca63436.ubuntu-xenial/debian/ubuntu-software.install 2016-04-20 13:39:25.000000000 +0000 @@ -0,0 +1,2 @@ +usr/share/applications/org.gnome.Software.desktop usr/share/ubuntu/applications/ +debian/icons/hicolor usr/share/icons/ diff -Nru gnome-software-3.18.3/debian/ubuntu-software.links gnome-software-3.20.1+git20160420.1.ca63436.ubuntu-xenial/debian/ubuntu-software.links --- gnome-software-3.18.3/debian/ubuntu-software.links 1970-01-01 00:00:00.000000000 +0000 +++ gnome-software-3.20.1+git20160420.1.ca63436.ubuntu-xenial/debian/ubuntu-software.links 2016-04-20 13:39:25.000000000 +0000 @@ -0,0 +1 @@ +usr/bin/gnome-software usr/bin/ubuntu-software