[SCM] kauth packaging branch, kubuntu_wily_archive, updated. debian/5.9.0-1-3-g981f224
Jonathan Riddell
jriddell-guest at moszumanska.debian.org
Tue May 19 10:53:42 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kauth.git;a=commitdiff;h=c6cd6a0
The following commit has been merged in the kubuntu_wily_archive branch:
commit c6cd6a056ccac40cc3c8e0762ca04b95eba30b6a
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date: Sun Jan 25 19:04:50 2015 +0100
Add shlibs:Depends to the -dev package.
---
debian/changelog | 1 +
debian/control | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 2673619..9cf3179 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ kauth (5.6.0-1~) UNRELEASED; urgency=medium
* Bump Standards-Version to 3.9.6, no changes needed.
* Update install files.
* Update build dependencies to follow cmake.
+ * Add shlibs:Depends to the -dev package.
-- Maximiliano Curia <maxy at debian.org> Sun, 25 Jan 2015 09:02:37 +0100
diff --git a/debian/control b/debian/control
index 55e2b16..3787778 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,8 @@ Section: libdevel
Architecture: any
Depends: libkf5auth5 (= ${binary:Version}),
libkf5coreaddons-dev,
- ${misc:Depends}
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: Abstraction to system policy and authentication features
KAuth is a framework to let applications perform actions as a
privileged user.
--
kauth packaging
More information about the pkg-kde-commits
mailing list