diffstat of debian/ for gnome-software_3.16.5-2 gnome-software_3.16.5-0tanglu0.1 changelog | 7 +++++++ control | 3 ++- control.in | 3 ++- 3 files changed, 11 insertions(+), 2 deletions(-) --- gnome-software-3.16.5/debian/changelog 2015-08-08 16:21:02.000000000 +0000 +++ gnome-software-3.16.5/debian/changelog 2015-10-14 13:43:13.000000000 +0000 @@ -1,3 +1,10 @@ +gnome-software (3.16.5-0tanglu0.1) chromodoris; urgency=medium + + * Merge with Debian unstable, remaining changes: + - Explicitly depend on appstream-data package + + -- Matthias Klumpp Wed, 14 Oct 2015 15:42:15 +0200 + gnome-software (3.16.5-2) unstable; urgency=medium * Add transitional package for the PK session interface --- gnome-software-3.16.5/debian/control 2015-08-08 16:22:24.000000000 +0000 +++ gnome-software-3.16.5/debian/control 2015-10-14 13:44:57.000000000 +0000 @@ -32,7 +32,8 @@ Package: gnome-software Architecture: any -Depends: gnome-software-common (= ${source:Version}), +Depends: appstream-data, + gnome-software-common (= ${source:Version}), gsettings-desktop-schemas (>= 3.11.5), ${misc:Depends}, ${shlibs:Depends} --- gnome-software-3.16.5/debian/control.in 2015-08-08 15:57:13.000000000 +0000 +++ gnome-software-3.16.5/debian/control.in 2015-10-14 13:44:52.000000000 +0000 @@ -28,7 +28,8 @@ Package: gnome-software Architecture: any -Depends: gnome-software-common (= ${source:Version}), +Depends: appstream-data, + gnome-software-common (= ${source:Version}), gsettings-desktop-schemas (>= 3.11.5), ${misc:Depends}, ${shlibs:Depends}