r47140 - in /packages/unstable/gnome-software/debian: control control.in

mak at users.alioth.debian.org mak at users.alioth.debian.org
Sat Dec 12 19:14:19 UTC 2015


Author: mak
Date: Sat Dec 12 19:14:18 2015
New Revision: 47140

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=47140
Log:
Depend on appstream

This ensures APT integration and fresh metadata from the Debian archive is present when GNOME-Software is installed.

Modified:
    packages/unstable/gnome-software/debian/control
    packages/unstable/gnome-software/debian/control.in

Modified: packages/unstable/gnome-software/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-software/debian/control?rev=47140&op=diff
==============================================================================
--- packages/unstable/gnome-software/debian/control	[utf-8] (original)
+++ packages/unstable/gnome-software/debian/control	[utf-8] Sat Dec 12 19:14:18 2015
@@ -8,7 +8,8 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: Matthias Klumpp <mak at debian.org>,
            Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>
-Build-Depends: appstream-util,
+Build-Depends: appstream,
+               appstream-util,
                debhelper (>= 9.0.0),
                dh-autoreconf,
                docbook-xsl,
@@ -34,7 +35,8 @@
 
 Package: gnome-software
 Architecture: any
-Depends: gnome-software-common (= ${source:Version}),
+Depends: appstream,
+         gnome-software-common (= ${source:Version}),
          gsettings-desktop-schemas (>= 3.18),
          packagekit (>= 1.0.10),
          ${misc:Depends},

Modified: packages/unstable/gnome-software/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-software/debian/control.in?rev=47140&op=diff
==============================================================================
--- packages/unstable/gnome-software/debian/control.in	[utf-8] (original)
+++ packages/unstable/gnome-software/debian/control.in	[utf-8] Sat Dec 12 19:14:18 2015
@@ -4,7 +4,8 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: Matthias Klumpp <mak at debian.org>,
            @GNOME_TEAM@
-Build-Depends: appstream-util,
+Build-Depends: appstream,
+               appstream-util,
                debhelper (>= 9.0.0),
                dh-autoreconf,
                docbook-xsl,
@@ -30,7 +31,8 @@
 
 Package: gnome-software
 Architecture: any
-Depends: gnome-software-common (= ${source:Version}),
+Depends: appstream,
+         gnome-software-common (= ${source:Version}),
          gsettings-desktop-schemas (>= 3.18),
          packagekit (>= 1.0.10),
          ${misc:Depends},




More information about the pkg-gnome-commits mailing list