[SCM] kontactinterface packaging branch, kubuntu_wily_archive, updated. ubuntu/15.08.1-0ubuntu1-3-gb405e01
Scarlett Clark
sgclark-guest at moszumanska.debian.org
Wed Oct 14 01:19:00 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/kontactinterface.git;a=commitdiff;h=b405e01
The following commit has been merged in the kubuntu_wily_archive branch:
commit b405e01882e74cde2221f4dcecb94c2b27979fc8
Author: Scarlett Clark <scarlett at scarlettgatelyclark.com>
Date: Tue Oct 13 18:17:01 2015 -0700
Fix not-binnmuable-any-depends-all lintian error by using (= ${source:Version}) as suggested by lintian.
---
debian/changelog | 2 ++
debian/control | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index eadce34..5da2f06 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ kontactinterface (15.08.2-0ubuntu1) UNRELEASED; urgency=medium
* Vivid backport
* New upstream release
+ * Fix not-binnmuable-any-depends-all lintian error
+ by using (= ${source:Version}) as suggested by lintian.
-- Scarlett Clark <sgclark at kubuntu.org> Fri, 09 Oct 2015 14:32:10 -0700
diff --git a/debian/control b/debian/control
index 4b6869c..ff51e0b 100644
--- a/debian/control
+++ b/debian/control
@@ -46,7 +46,7 @@ Description: Kontact interface library - data files
Package: libkf5kontactinterface5
Architecture: any
Multi-Arch: same
-Depends: libkf5kontactinterface-data (= ${binary:Version}),
+Depends: libkf5kontactinterface-data (= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Kontact interface library
--
kontactinterface packaging
More information about the pkg-kde-commits
mailing list