[SCM] kwallet-pam packaging branch, master, updated. debian/5.4.1-1-1-gd6a10f6

Scott Kitterman kitterman at moszumanska.debian.org
Sun Sep 13 20:47:00 UTC 2015


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

The following commit has been merged in the master branch:
commit d6a10f602acef2d09ee85dd1b9c0af597ddbb08c
Author: Scott Kitterman <scott at kitterman.com>
Date:   Sun Sep 13 16:46:45 2015 -0400

    * Add pam-kwallet4 binary based on Kubuntu packages to provide legacy KDE 4 support for now (Closes: #798825)
---
 debian/changelog            |  8 ++++++++
 debian/control              | 10 +++++++++-
 debian/pam-kwallet4.install |  1 +
 debian/pam-kwallet5.install |  1 +
 debian/rules                | 21 +++++++++++++++++++++
 5 files changed, 40 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c5da86a..f1e9e31 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+kwallet-pam (5.4.1-2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Add pam-kwallet4 binary based on Kubuntu packages to provide legacy KDE 4
+    support for now (Closes: #798825)
+
+ -- Scott Kitterman <scott at kitterman.com>  Sun, 13 Sep 2015 16:38:50 -0400
+
 kwallet-pam (5.4.1-1) unstable; urgency=medium
 
   * New upstream release (5.4.1).
diff --git a/debian/control b/debian/control
index 8752d33..ca29481 100644
--- a/debian/control
+++ b/debian/control
@@ -13,10 +13,18 @@ Homepage: https://projects.kde.org/projects/kde/workspace/kwallet-pam
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-kde/plasma/kwallet-pam.git
 Vcs-Git: git://anonscm.debian.org/pkg-kde/plasma/kwallet-pam.git
 
+Package: pam-kwallet4
+Architecture: any
+Depends: socat, ${misc:Depends}, ${shlibs:Depends}
+Conflicts: pam-kwallet (<< 4:5.3.95)
+Breaks: pam-kwallet (<< 4:5.3.95)
+Description: KWallet (KDE 4) integration with PAM
+ Integrated KWallet with PAM so you can log in to open a KWallet.
+
 Package: libpam-kwallet5
 Architecture: any
 Depends: socat, ${misc:Depends}, ${shlibs:Depends}
-Description: KWallet integration with PAM
+Description: KWallet (Kf5) integration with PAM
  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.
diff --git a/debian/pam-kwallet4.install b/debian/pam-kwallet4.install
new file mode 100644
index 0000000..96b69df
--- /dev/null
+++ b/debian/pam-kwallet4.install
@@ -0,0 +1 @@
+lib/*/security/pam_kwallet.so
diff --git a/debian/pam-kwallet5.install b/debian/pam-kwallet5.install
new file mode 100644
index 0000000..2f03fab
--- /dev/null
+++ b/debian/pam-kwallet5.install
@@ -0,0 +1 @@
+lib/*/security/pam_kwallet5.so
diff --git a/debian/rules b/debian/rules
index b57f3e9..404230b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,24 @@
 #!/usr/bin/make -f
 
 include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
+
+QT4_BUILD_DIR = build-qt4
+
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -rf $(QT4_BUILD_DIR)
+
+override_dh_auto_configure:
+	dh_auto_configure
+	dh_auto_configure --builddirectory=$(QT4_BUILD_DIR) -- -DKWALLET4=1
+
+override_dh_auto_build:
+	dh_auto_build
+	dh_auto_build --builddirectory=$(QT4_BUILD_DIR)
+
+override_dh_auto_install:
+	dh_auto_install
+	dh_auto_install --builddirectory=$(QT4_BUILD_DIR)
+
+override_dh_install:
+	dh_install --fail-missing

-- 
kwallet-pam packaging



More information about the pkg-kde-commits mailing list