[rkward] /: Lintian recommends to write dependency like this, instead.
Thomas Friedrichsmeier
null at kde.org
Fri Apr 6 14:23:12 UTC 2018
Git commit 782efe20477cbeaadcaa25f46b843fd4e78602ef by Thomas Friedrichsmeier.
Committed on 06/04/2018 at 14:23.
Pushed by tfry into branch 'master'.
Lintian recommends to write dependency like this, instead.
M +1 -1 debian-official/control
M +1 -1 debian/control
https://commits.kde.org/rkward/782efe20477cbeaadcaa25f46b843fd4e78602ef
diff --git a/debian-official/control b/debian-official/control
index 27a6a439..21b76cd3 100644
--- a/debian-official/control
+++ b/debian-official/control
@@ -17,7 +17,7 @@ Vcs-Git: https://anongit.kde.org/rkward.git
Package: rkward
Architecture: any
-Depends: rkward-data (= ${binary:Version}), ${misc:Depends}, ${rvers}, ${rapivers}, ${shlibs:Depends}
+Depends: rkward-data (= ${source:Version}), ${misc:Depends}, ${rvers}, ${rapivers}, ${shlibs:Depends}
Recommends: r-base-html
Description: KDE frontend to the R statistics language
RKWard aims to become an easy to use, transparent frontend to R,
diff --git a/debian/control b/debian/control
index ffecfe13..9a89540a 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Vcs-Git: https://anongit.kde.org/rkward.git
Package: rkward
Architecture: any
-Depends: rkward-data (= ${binary:Version}), ${misc:Depends}, ${rvers}, ${shlibs:Depends}
+Depends: rkward-data (= ${source:Version}), ${misc:Depends}, ${rvers}, ${shlibs:Depends}
Recommends: r-base-html
Description: KDE frontend to the R statistics language
RKWard aims to become an easy to use, transparent frontend to R,
More information about the rkward-tracker
mailing list