r51135 - in /desktop/unstable/gnome-software/debian: control control.in
mak at users.alioth.debian.org
mak at users.alioth.debian.org
Thu Sep 22 19:35:24 UTC 2016
Author: mak
Date: Thu Sep 22 19:35:23 2016
New Revision: 51135
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=51135
Log:
Make package binNMUable again
Strictly depend on the binary, not the source version.
Also drop superfluous recommends.
Modified:
desktop/unstable/gnome-software/debian/control
desktop/unstable/gnome-software/debian/control.in
Modified: desktop/unstable/gnome-software/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-software/debian/control?rev=51135&op=diff
==============================================================================
--- desktop/unstable/gnome-software/debian/control [utf-8] (original)
+++ desktop/unstable/gnome-software/debian/control [utf-8] Thu Sep 22 19:35:23 2016
@@ -79,11 +79,10 @@
Package: gnome-software-plugin-flatpak
Architecture: linux-any
-Depends: gnome-software (= ${source:Version}),
+Depends: gnome-software (= ${binary:Version}),
flatpak,
${misc:Depends},
${shlibs:Depends}
-Recommends: flatpak
Description: Flatpak support for GNOME Software
Software lets you install and update applications and system extensions.
.
@@ -97,7 +96,7 @@
Package: gnome-software-plugin-limba
Architecture: linux-any
-Depends: gnome-software (= ${source:Version}),
+Depends: gnome-software (= ${binary:Version}),
limba,
${misc:Depends},
${shlibs:Depends}
Modified: desktop/unstable/gnome-software/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-software/debian/control.in?rev=51135&op=diff
==============================================================================
--- desktop/unstable/gnome-software/debian/control.in [utf-8] (original)
+++ desktop/unstable/gnome-software/debian/control.in [utf-8] Thu Sep 22 19:35:23 2016
@@ -75,11 +75,10 @@
Package: gnome-software-plugin-flatpak
Architecture: linux-any
-Depends: gnome-software (= ${source:Version}),
+Depends: gnome-software (= ${binary:Version}),
flatpak,
${misc:Depends},
${shlibs:Depends}
-Recommends: flatpak
Description: Flatpak support for GNOME Software
Software lets you install and update applications and system extensions.
.
@@ -93,7 +92,7 @@
Package: gnome-software-plugin-limba
Architecture: linux-any
-Depends: gnome-software (= ${source:Version}),
+Depends: gnome-software (= ${binary:Version}),
limba,
${misc:Depends},
${shlibs:Depends}
More information about the pkg-gnome-commits
mailing list