[SCM] kauth packaging branch, master, updated. debian/5.37.0-2-109-g294e9c8

Sandro Knauß hefee at moszumanska.debian.org
Tue Jan 23 17:31:57 UTC 2018


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

The following commit has been merged in the master branch:
commit 76378571d5df9b21e72f4acbdc212012cb032d34
Author: Sandro Knauß <sknauss at kde.org>
Date:   Tue Jan 23 15:17:34 2018 +0100

    rename libkf5auth-bin-dev -> libkf5auth-dev-bin
---
 debian/changelog                  |  1 +
 debian/control                    | 14 +++++++++-----
 debian/libkf5auth-bin-dev.install |  2 --
 debian/libkf5auth-dev-bin.install |  1 +
 debian/libkf5auth-dev.install     |  1 +
 5 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6f525de..8e8b9c8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ kauth (5.42.0-1~) UNRELEASED; urgency=medium
   [ Sandro Knauß ]
   * Added patch to make kauth-gen-policy ready for cross compilation 
     (Closes: #887521)
+  * rename libkf5auth-bin-dev -> libkf5auth-dev-bin
 
  -- Maximiliano Curia <maxy at debian.org>  Mon, 22 Jan 2018 16:21:48 -0300
 
diff --git a/debian/control b/debian/control
index 167173f..ebae9fc 100644
--- a/debian/control
+++ b/debian/control
@@ -21,12 +21,14 @@ Homepage: https://projects.kde.org/projects/frameworks/kauth
 Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/frameworks/kauth.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-kde/frameworks/kauth.git
 
-Package: libkf5auth-bin-dev
+Package: libkf5auth-dev-bin
 Section: libdevel
 Architecture: any
-Multi-Arch: same
-Breaks: libkf5auth-dev (<< 5.15.0-2~)
-Replaces: libkf5auth-dev (<< 5.15.0-2~)
+Multi-Arch: foreign
+Breaks: libkf5auth-dev (<< 5.42.0-1~),
+        libkf5auth-bin-dev (<< 5.42.0-1~)
+Replaces: libkf5auth-dev (<< 5.42.0-1~),
+          libkf5auth-bin-dev (<< 5.42.0-1~)
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: Abstraction to system policy and authentication features
  KAuth is a framework to let applications perform actions as a
@@ -52,11 +54,13 @@ Package: libkf5auth-dev
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libkf5auth-bin-dev ( = ${binary:Version}),
+Depends: libkf5auth-dev-bin (= ${binary:Version}),
          libkf5auth5 (= ${binary:Version}),
          libkf5coreaddons-dev (>= 5.41.0~),
          ${misc:Depends},
          ${shlibs:Depends},
+Breaks: libkf5auth-bin-dev (<< 5.41.0-1~),
+Replaces: libkf5auth-bin-dev (<< 5.41.0-1~)
 Recommends: libkf5auth-doc (= ${source:Version})
 Description: Abstraction to system policy and authentication features
  KAuth is a framework to let applications perform actions as a
diff --git a/debian/libkf5auth-bin-dev.install b/debian/libkf5auth-bin-dev.install
deleted file mode 100644
index bb56c77..0000000
--- a/debian/libkf5auth-bin-dev.install
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib/*/cmake/KF5Auth/KF5AuthToolsTargets*.cmake
-usr/lib/*/libexec/kauth/kauth-policy-gen
diff --git a/debian/libkf5auth-dev-bin.install b/debian/libkf5auth-dev-bin.install
new file mode 100644
index 0000000..120a72a
--- /dev/null
+++ b/debian/libkf5auth-dev-bin.install
@@ -0,0 +1 @@
+usr/lib/kauth/libexec/kauth-policy-gen
diff --git a/debian/libkf5auth-dev.install b/debian/libkf5auth-dev.install
index 1fb4ee9..2a8e197 100644
--- a/debian/libkf5auth-dev.install
+++ b/debian/libkf5auth-dev.install
@@ -4,5 +4,6 @@ usr/lib/*/cmake/KF5Auth/KF5AuthConfig*.cmake
 usr/lib/*/cmake/KF5Auth/KF5AuthMacros.cmake
 usr/lib/*/cmake/KF5Auth/KF5AuthQchTargets.cmake
 usr/lib/*/cmake/KF5Auth/KF5AuthTargets*.cmake
+usr/lib/*/cmake/KF5Auth/KF5AuthToolsTargets*.cmake
 usr/lib/*/libKF5Auth.so
 usr/lib/*/qt5/mkspecs/modules/qt_KAuth.pri

-- 
kauth packaging



More information about the pkg-kde-commits mailing list