[SCM] kwallet-pam packaging branch, kubuntu_unstable, updated. debian/5.4.3-1-62-g9dec954

Harald Sitter apachelogger-guest at moszumanska.debian.org
Wed Mar 2 14:32:22 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/plasma/kwallet-pam.git;a=commitdiff;h=9dec954

The following commit has been merged in the kubuntu_unstable branch:
commit 9dec9543d508abeab80170bb084048e6901655ce
Author: Harald Sitter <sitter at kde.org>
Date:   Wed Mar 2 15:31:41 2016 +0100

    install new login helper
---
 debian/control                  | 19 +++++++++++++++++--
 debian/pam-kwallet-init.install |  2 ++
 2 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 5cc4064..dfad415 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,9 @@ Vcs-Git: git://anonscm.debian.org/pkg-kde/plasma/kwallet-pam.git
 
 Package: libpam-kwallet4
 Architecture: any
-Depends: socat, ${misc:Depends}, ${shlibs:Depends}
+Depends: pam-kwallet-init (= ${binary:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Conflicts: pam-kwallet (<< 4:5.3.95), pam-kwallet4 (<< 4:5.5)
 Breaks: pam-kwallet (<< 4:5.3.95), pam-kwallet4 (<< 4:5.5)
 Description: KWallet (KDE 4) integration with PAM
@@ -30,7 +32,9 @@ Description: KWallet (KDE 4) integration with PAM
 
 Package: libpam-kwallet5
 Architecture: any
-Depends: socat, ${misc:Depends}, ${shlibs:Depends}
+Depends: pam-kwallet-init (= ${binary:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Conflicts: pam-kwallet5 (<< 4:5.5)
 Breaks: pam-kwallet5 (<< 4:5.5)
 Description: KWallet (Kf5) integration with PAM
@@ -40,3 +44,14 @@ Description: KWallet (Kf5) integration with PAM
  .
  This package provides a simple PAM integration for KWallet, so you can log in
  to open a KWallet.
+
+Package: pam-kwallet-init
+Architecture: any
+Depends: socat, ${misc:Depends}, ${shlibs:Depends}
+Description: KWallet integration with PAM - XDG login support
+ The KDE Wallet system provides a secure way to store passwords and other
+ secret information, allowing the user to remember only a single KDE Wallet
+ password instead of numerous different passwords and credentials.
+ .
+ This package provides an initialization helper to unlock KWallet in the
+ user session.
diff --git a/debian/pam-kwallet-init.install b/debian/pam-kwallet-init.install
new file mode 100644
index 0000000..a6063a1
--- /dev/null
+++ b/debian/pam-kwallet-init.install
@@ -0,0 +1,2 @@
+etc/xdg/autostart/pam_kwallet_init.desktop
+lib/*/libexec/pam_kwallet_init

-- 
kwallet-pam packaging



More information about the pkg-kde-commits mailing list