Codebase list kwallet-pam / d6a10f6
* Add pam-kwallet4 binary based on Kubuntu packages to provide legacy KDE 4 support for now (Closes: #798825) Scott Kitterman 8 years ago
5 changed file(s) with 40 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 kwallet-pam (5.4.1-2) UNRELEASED; urgency=medium
1
2 * Team upload.
3 * Add pam-kwallet4 binary based on Kubuntu packages to provide legacy KDE 4
4 support for now (Closes: #798825)
5
6 -- Scott Kitterman <scott@kitterman.com> Sun, 13 Sep 2015 16:38:50 -0400
7
08 kwallet-pam (5.4.1-1) unstable; urgency=medium
19
210 * New upstream release (5.4.1).
1212 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-kde/plasma/kwallet-pam.git
1313 Vcs-Git: git://anonscm.debian.org/pkg-kde/plasma/kwallet-pam.git
1414
15 Package: pam-kwallet4
16 Architecture: any
17 Depends: socat, ${misc:Depends}, ${shlibs:Depends}
18 Conflicts: pam-kwallet (<< 4:5.3.95)
19 Breaks: pam-kwallet (<< 4:5.3.95)
20 Description: KWallet (KDE 4) integration with PAM
21 Integrated KWallet with PAM so you can log in to open a KWallet.
22
1523 Package: libpam-kwallet5
1624 Architecture: any
1725 Depends: socat, ${misc:Depends}, ${shlibs:Depends}
18 Description: KWallet integration with PAM
26 Description: KWallet (Kf5) integration with PAM
1927 The KDE Wallet system provides a secure way to store passwords and other
2028 secret information, allowing the user to remember only a single KDE Wallet
2129 password instead of numerous different passwords and credentials.
0 lib/*/security/pam_kwallet.so
0 lib/*/security/pam_kwallet5.so
00 #!/usr/bin/make -f
11
22 include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
3
4 QT4_BUILD_DIR = build-qt4
5
6 override_dh_auto_clean:
7 dh_auto_clean
8 rm -rf $(QT4_BUILD_DIR)
9
10 override_dh_auto_configure:
11 dh_auto_configure
12 dh_auto_configure --builddirectory=$(QT4_BUILD_DIR) -- -DKWALLET4=1
13
14 override_dh_auto_build:
15 dh_auto_build
16 dh_auto_build --builddirectory=$(QT4_BUILD_DIR)
17
18 override_dh_auto_install:
19 dh_auto_install
20 dh_auto_install --builddirectory=$(QT4_BUILD_DIR)
21
22 override_dh_install:
23 dh_install --fail-missing