1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137
|
Source: kf6-kwallet
Section: libs
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Aurélien COUDERC <coucouf@debian.org>,
Patrick Franz <deltaone@debian.org>,
Build-Depends: debhelper-compat (= 13),
dh-sequence-kf6,
dh-sequence-pkgkde-symbolshelper,
cmake (>= 3.27~),
doxygen,
extra-cmake-modules (>= 6.23.0~),
libgcrypt20-dev (>= 1.5.0~),
libgpgme-dev | libgpgme11-dev,
libgpgmepp-dev (>= 1.7.0~),
libkf6colorscheme-dev (>= 6.23.0~),
libkf6config-dev (>= 6.23.0~),
libkf6coreaddons-dev (>= 6.23.0~),
libkf6crash-dev (>= 6.23.0~),
libkf6dbusaddons-dev (>= 6.23.0~),
libkf6doctools-dev (>= 6.23.0~),
libkf6i18n-dev (>= 6.23.0~),
libkf6notifications-dev (>= 6.23.0~),
libkf6widgetsaddons-dev (>= 6.23.0~),
libkf6windowsystem-dev (>= 6.23.0~),
libqca-qt6-dev (>= 2.3.1~),
libqca-qt6-plugins <!nocheck>,
libqt6sql6-sqlite <!nocheck>,
libsecret-1-dev,
libxkbcommon-dev,
pkgconf,
qt6-base-dev (>= 6.8.0~),
qt6-declarative-dev (>= 6.5.0~),
Standards-Version: 4.7.3
Homepage: https://invent.kde.org/frameworks/kwallet
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kf6-kwallet
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kf6-kwallet.git
Package: kwallet6
Architecture: any
Multi-Arch: foreign
Depends: libkf6wallet-data (= ${source:Version}),
libkf6walletbackend6 (= ${binary:Version}),
libqca-qt6-plugins,
${misc:Depends},
${shlibs:Depends},
Breaks: libkf5wallet-bin (<< 5.115.0-3~),
libkf6wallet-bin,
libpam-kwallet5 (<< 6.3.4-2~),
Replaces: libkf5wallet-bin (<< 5.115.0-3~),
libkf6wallet-bin,
Description: safe desktop-wide storage for passwords - kwalletd daemon
This framework contains two main components:
- Interface to KWallet, the safe desktop-wide storage for
passwords on KDE work spaces.
- The kwalletd used to safely store the passwords on KDE work spaces.
.
This package contains the kwalletd runtime daemon.
Package: libkf6wallet-data
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
Description: safe desktop-wide storage for passwords - data files
This framework contains two main components:
- Interface to KWallet, the safe desktop-wide storage for
passwords on KDE work spaces.
- The kwalletd used to safely store the passwords on KDE work spaces.
.
This package contains the translation files for the KWallet framework.
Package: libkf6wallet-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libkf6colorscheme-dev (>= 6.23.0~),
libkf6config-dev (>= 6.23.0~),
libkf6coreaddons-dev (>= 6.23.0~),
libkf6dbusaddons-dev (>= 6.23.0~),
libkf6i18n-dev (>= 6.23.0~),
libkf6notifications-dev (>= 6.23.0~),
libkf6wallet6 (= ${binary:Version}),
libkf6walletbackend6 (= ${binary:Version}),
libkf6widgetsaddons-dev (>= 6.23.0~),
libkf6windowsystem-dev (>= 6.23.0~),
libqca-qt6-dev (>= 2.3.1~),
qt6-base-dev (>= 6.8.0~),
${misc:Depends},
Recommends: libkf6wallet-doc (= ${source:Version}),
Description: safe desktop-wide storage for passwords - development files
This framework contains two main components:
- Interface to KWallet, the safe desktop-wide storage for
passwords on KDE work spaces.
- The kwalletd used to safely store the passwords on KDE work spaces.
.
This package contains the development files for the KWallet framework.
Package: libkf6wallet-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
Description: safe desktop-wide storage for passwords - developer documentation
This framework contains two main components:
- Interface to KWallet, the safe desktop-wide storage for
passwords on KDE work spaces.
- The kwalletd used to safely store the passwords on KDE work spaces.
.
This package contains the QCH developer documentation for the KWallet
framework.
Package: libkf6wallet6
Architecture: any
Multi-Arch: same
Depends: libkf6wallet-data (= ${source:Version}),
${misc:Depends},
${shlibs:Depends},
Description: safe desktop-wide storage for passwords - shared library
This framework contains two main components:
- Interface to KWallet, the safe desktop-wide storage for
passwords on KDE work spaces.
- The kwalletd used to safely store the passwords on KDE work spaces.
.
This package contains the shared library to interface with KWallet.
Package: libkf6walletbackend6
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends},
Description: safe desktop-wide storage for passwords - backend library
This framework contains two main components:
- Interface to KWallet, the safe desktop-wide storage for
passwords on KDE work spaces.
- The kwalletd used to safely store the passwords on KDE work spaces.
.
This package contains the library with the password storage backend
implementation for the kwalletd daemon.
|