[SCM] kscreenlocker packaging branch, kubuntu_unstable, updated. 5e2a91fb8232255ab2ade97b3f867692007cb4af

Rohan Garg rohangarg-guest at moszumanska.debian.org
Tue Nov 10 15:33:03 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/plasma/kscreenlocker.git;a=commitdiff;h=5e2a91f

The following commit has been merged in the kubuntu_unstable branch:
commit 5e2a91fb8232255ab2ade97b3f867692007cb4af
Author: Rohan Garg <rohan at garg.io>
Date:   Tue Nov 10 16:32:18 2015 +0100

    Fix install files, adjust library packages to include so version
---
 debian/control                         | 12 +++++++++---
 debian/kde-config-screenlocker.install |  8 ++++++++
 debian/kscreenlocker-dev.install       |  4 +++-
 debian/kscreenlocker1.install          |  1 -
 debian/libkscreenlocker5.install       |  2 ++
 5 files changed, 22 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 99d5e1e..6b9891f 100644
--- a/debian/control
+++ b/debian/control
@@ -32,22 +32,28 @@ Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-kde/plasma/kscreenlocker.g
 Package: kscreenlocker-dev
 Section: libdevel
 Architecture: any
-Depends: kscreenlocker (= ${binary:Version}), ${misc:Depends}
+Depends: libkscreenlocker5 (= ${binary:Version}), ${misc:Depends}
 Description: Development files for kscreenlocker
  Library and components for secure lock screen architecture.
  .
  This package contains development files for kscreenlocker.
 
-Package: kscreenlocker
+Package: libkscreenlocker5
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: Secure lock screen architecture
  Library and components for secure lock screen architecture.
 
+Package: kde-config-screenlocker
+Architecture: any
+Depends: libkscreenlocker5 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Description: KCM Module for kscreenlocker
+ KDE systemsettings module to configure kscreenlocker
+
 Package: kscreenlocker-dbg
 Architecture: any
 Section: debug
-Depends: kscreenlocker (= ${binary:Version}), ${misc:Depends}
+Depends: libkscreenlocker5 (= ${binary:Version}), ${misc:Depends}
 Description: Debug files for kscreenlocker.
  Library and components for secure lock screen architecture.
  .
diff --git a/debian/kde-config-screenlocker.install b/debian/kde-config-screenlocker.install
new file mode 100644
index 0000000..79abb7b
--- /dev/null
+++ b/debian/kde-config-screenlocker.install
@@ -0,0 +1,8 @@
+usr/lib/*/libexec/
+usr/lib/*/qt5/plugins/screenlocker_kcm.so
+usr/share/plasma/kcms/screenlocker_kcm/*
+usr/share/dbus-1/interfaces/*
+usr/share/kconf_update/*
+usr/share/knotifications5/*
+usr/share/kservices5/*
+usr/share/ksmserver/*
diff --git a/debian/kscreenlocker-dev.install b/debian/kscreenlocker-dev.install
index f3800aa..63bcbc1 100644
--- a/debian/kscreenlocker-dev.install
+++ b/debian/kscreenlocker-dev.install
@@ -1,2 +1,4 @@
 usr/include/*
-usr/lib/*/lib*.so
+usr/lib/*/libKScreenLocker.so
+usr/lib/*/cmake/KScreenLocker/*
+usr/lib/*/cmake/ScreenSaverDBusInterface/
diff --git a/debian/kscreenlocker1.install b/debian/kscreenlocker1.install
deleted file mode 100644
index 3ddde58..0000000
--- a/debian/kscreenlocker1.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff --git a/debian/libkscreenlocker5.install b/debian/libkscreenlocker5.install
new file mode 100644
index 0000000..6ef36c4
--- /dev/null
+++ b/debian/libkscreenlocker5.install
@@ -0,0 +1,2 @@
+usr/lib/*/libKScreenLocker.so.5
+usr/lib/*/libKScreenLocker.so.5.4.90

-- 
kscreenlocker packaging



More information about the pkg-kde-commits mailing list