[neon/extras/plasma-pass/Neon/stable] debian: QGpgmeConfig.cmake

Jonathan Riddell null at kde.org
Mon Oct 18 12:04:26 BST 2021


Git commit d58cecd34cfc68754197075f7fbc3532e75e4e96 by Jonathan Riddell.
Committed on 18/10/2021 at 11:04.
Pushed by jriddell into branch 'Neon/stable'.

QGpgmeConfig.cmake

M  +14   -17   debian/control

https://invent.kde.org/neon/extras/plasma-pass/commit/d58cecd34cfc68754197075f7fbc3532e75e4e96

diff --git a/debian/control b/debian/control
index 1db4534..a7a6196 100644
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,18 @@ Section: utils
 Priority: optional
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
 Uploaders: Pino Toscano <pino at debian.org>
-Build-Depends: debhelper-compat (= 13),
- cmake (>= 3.5.0),
- gettext,
- pkg-kde-tools (>= 0.15.16),
- extra-cmake-modules (>= 5.57.0~),
- qtbase5-dev (>= 5.11.0~),
- qtdeclarative5-dev (>= 5.11.0~),
- libkf5plasma-dev (>= 5.57.0~),
- libkf5i18n-dev (>= 5.57.0~),
- libkf5itemmodels-dev (>= 5.57.0~),
- liboath-dev,
+Build-Depends: cmake (>= 3.5.0),
+               debhelper-compat (= 13),
+               extra-cmake-modules (>= 5.57.0~),
+               gettext,
+               libgpgmepp-dev,
+               libkf5i18n-dev (>= 5.57.0~),
+               libkf5itemmodels-dev (>= 5.57.0~),
+               libkf5plasma-dev (>= 5.57.0~),
+               liboath-dev,
+               pkg-kde-tools (>= 0.15.16),
+               qtbase5-dev (>= 5.11.0~),
+               qtdeclarative5-dev (>= 5.11.0~)
 Standards-Version: 4.5.1
 Rules-Requires-Root: no
 Vcs-Git: https://salsa.debian.org/qt-kde-team/extras/plasma-pass.git
@@ -22,12 +23,8 @@ Homepage: https://invent.kde.org/plasma/plasma-pass
 
 Package: plasma-pass
 Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends},
- gnupg2,
-Suggests:
- pass,
- pass-extension-otp,
+Depends: gnupg2, ${misc:Depends}, ${shlibs:Depends}
+Suggests: pass, pass-extension-otp
 Description: Plasma applet to access passwords from "pass"
  Plasma Pass is a Plasma applet to access password from pass, the standard
  UNIX password manager: https://www.passwordstore.org.


More information about the Neon-commits mailing list