[SCM] kauth packaging branch, kubuntu_unstable, updated. debian/5.9.0-1-6-g21ed0e3

Rohan Garg rohangarg-guest at moszumanska.debian.org
Sat Jun 13 22:53:39 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kauth.git;a=commitdiff;h=21ed0e3

The following commit has been merged in the kubuntu_unstable branch:
commit 21ed0e3d4d6759fca21f67a735aafbc4ee16eeb8
Author: Rohan Garg <rohan at garg.io>
Date:   Sun Jun 14 00:53:27 2015 +0200

    Multi arch libkf5auth
---
 debian/control                    | 19 ++++++++++++++++++-
 debian/libkf5auth-bin-dev.install |  1 +
 debian/libkf5auth-dev.install     |  1 -
 3 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 87d194f..a508f41 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,9 @@ Vcs-Git: git://anonscm.debian.org/pkg-kde/frameworks/kauth.git
 Package: libkf5auth-dev
 Section: libdevel
 Architecture: any
-Depends: libkf5auth5 (= ${binary:Version}),
+Multi-Arch: foreign
+Depends: libkf5auth-bin-dev ( = ${binary:Version}),
+         libkf5auth5 (= ${binary:Version}),
          libkf5coreaddons-dev (>= 5.10.0),
          ${misc:Depends},
          ${shlibs:Depends}
@@ -34,6 +36,21 @@ Description: Abstraction to system policy and authentication features
  .
  This package contains development files for kauth.
 
+Package: libkf5auth-bin-dev
+Section: libdevel
+Architecture: any
+Multi-Arch: same
+Breaks: libkf5auth-dev (<< 5.10+git20150615)
+Replaces: libkf5auth-dev (<< 5.10+git20150615)
+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 is part of KDE Frameworks 5.
+ .
+ This package contains development files for kauth.
+
 Package: libkf5auth5
 Architecture: any
 Multi-Arch: same
diff --git a/debian/libkf5auth-bin-dev.install b/debian/libkf5auth-bin-dev.install
new file mode 100644
index 0000000..107f441
--- /dev/null
+++ b/debian/libkf5auth-bin-dev.install
@@ -0,0 +1 @@
+usr/lib/*/libexec/kauth/kauth-policy-gen
diff --git a/debian/libkf5auth-dev.install b/debian/libkf5auth-dev.install
index d8538b4..2e74e16 100644
--- a/debian/libkf5auth-dev.install
+++ b/debian/libkf5auth-dev.install
@@ -2,5 +2,4 @@ usr/include/KF5/KAuth/
 usr/include/KF5/kauth_version.h
 usr/lib/*/cmake/KF5Auth/
 usr/lib/*/libKF5Auth.so
-usr/lib/*/libexec/kauth/kauth-policy-gen
 usr/lib/*/qt5/mkspecs/modules/qt_KAuth.pri

-- 
kauth packaging



More information about the pkg-kde-commits mailing list