diffstat for gnome-software-3.16.5 gnome-software-3.16.5 changelog | 7 +++++++ control | 3 ++- control.in | 3 ++- 3 files changed, 11 insertions(+), 2 deletions(-) diff -Nru gnome-software-3.16.5/debian/changelog gnome-software-3.16.5/debian/changelog --- 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:46:03.000000000 +0000 @@ -1,3 +1,10 @@ +gnome-software (3.16.5-2tanglu1) staging; 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 diff -Nru gnome-software-3.16.5/debian/control gnome-software-3.16.5/debian/control --- 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:47:39.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} diff -Nru gnome-software-3.16.5/debian/control.in gnome-software-3.16.5/debian/control.in --- 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}