[neon/neon-packaging/keepsecret/Neon/unstable] debian: initial packaging
Carlos De Maine
null at kde.org
Thu Jul 17 00:05:30 BST 2025
Git commit d95fe13d39e4164244f597e11e6d37ebcf90fb91 by Carlos De Maine.
Committed on 16/07/2025 at 23:05.
Pushed by carlosdem into branch 'Neon/unstable'.
initial packaging
A +1 -0 debian/.gitattributes
A +5 -0 debian/changelog
A +45 -0 debian/control
A +82 -0 debian/copyright
A +0 -0 debian/keepsecret-dev.install
A +4 -0 debian/keepsecret.install
A +1 -0 debian/keepsecret.lintian-overrides
A +0 -0 debian/meta/cmake-ignore
A +10 -0 debian/rules
A +1 -0 debian/source/format
A +0 -0 debian/source/lintian-overrides
A +6 -0 debian/upstream/metadata
A +0 -0 debian/upstream/signing-key.asc
A +2 -0 debian/watch
https://invent.kde.org/neon/neon-packaging/keepsecret/-/commit/d95fe13d39e4164244f597e11e6d37ebcf90fb91
diff --git a/debian/.gitattributes b/debian/.gitattributes
new file mode 100644
index 0000000..6a03163
--- /dev/null
+++ b/debian/.gitattributes
@@ -0,0 +1 @@
+changelog merge=dpkg-mergechangelogs
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..993de26
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+keepsecret (0.0.0-0neon) noble; urgency=medium
+
+ * Initial packaging
+
+ -- Neon CI <neon at kde.org> Sun, 13 Jul 2025 16:44:11 +1000
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..76528c3
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,45 @@
+Source: keepsecret
+Section: libs
+Priority: optional
+Maintainer: KDE neon <neon at kde.org>
+Build-Depends: cmake,
+ debhelper-compat (= 13),
+ kf6-extra-cmake-modules,
+ kf6-kconfig-dev,
+ kf6-kcrash-dev,
+ kf6-kcoreaddons-dev,
+ kf6-ki18n-dev,
+ libsecret-1-dev,
+ pkg-kde-tools-neon,
+ qt6-base-dev,
+ qt6-declarative-dev,
+ qt6-svg-dev,
+ qt6-wayland-dev,
+ wayland-protocols,
+Standards-Version: 4.6.2
+Homepage: https://invent.kde.org/plasma/plasma-login-manager
+Vcs-Browser: https://invent.kde.org/neon/neon-packaging/plasma-login-manager
+Vcs-Git: https://invent.kde.org/neon/neon-packaging/plasma-login-manager.git
+Rules-Requires-Root: no
+
+Package: keepsecret
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: KDE plasma's secrets/password manager
+ KeepSecret is a Password manager GUI intended to be a client for a Secret
+ Service compatible provider.
+ .
+ This package contains the keepsecret main library.
+
+Package: keepsecret-dev
+Section: libdevel
+Architecture: any
+Depends: kf6-extra-cmake-modules,
+ keepsecret (= ${binary:Version}),
+ qt6-base-dev,
+ ${misc:Depends}
+Description: KDE plasma's secrets/password manager
+ KeepSecret is a Password manager GUI intended to be a client for a Secret
+ Service compatible provider.
+ .
+ This package contains the keepsecret development files.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..f18fc4a
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,82 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: keepsecret
+Source: https://invent.kde.org/plasma/keepsecret
+Upstream-Contact: plasma-devel at kde.org
+
+Files: *
+Copyright: 2025 Marco Martin <notmart at gmail.com>
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: 2022 Jonathan Esk-Riddell <jr at jriddell.org>
+ 2022 Rik Mills <rikmills at kde.org>
+License: GPL-2+
+
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without modification,
+ are permitted provided that the following conditions are met:
+ .
+ 1. Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+ .
+ 2. Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+ .
+ 3. Neither the name of the copyright holder nor the names of its contributors
+ may be used to endorse or promote products derived from this software without
+ specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
+ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+License: LGPL-2.1-only_OR_LGPL-3.0-only_OR_LicenseRef-KDE-Accepted-LGPL
+ This library is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation; either version 2.1 of the
+ License, or (at your option) version 3, or any later version
+ accepted by the membership of KDE e.V. (or its successor approved by
+ the membership of KDE e.V.), which shall act as a proxy defined in
+ Section 6 of version 3 of the license.
+ .
+ This library is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library. If not, see
+ <https://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License version 2.1 can be found in
+ `/usr/share/common-licenses/LGPL-2.1’, likewise, the complete text
+ of the GNU Lesser General Public License version 3 can be found in
+ `/usr/share/common-licenses/LGPL-3’.
+
+License: GPL-2+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ .
+ On Debian systems, the full text of the GNU General Public License
+ version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
diff --git a/debian/keepsecret-dev.install b/debian/keepsecret-dev.install
new file mode 100644
index 0000000..e69de29
diff --git a/debian/keepsecret.install b/debian/keepsecret.install
new file mode 100644
index 0000000..5dc38fa
--- /dev/null
+++ b/debian/keepsecret.install
@@ -0,0 +1,4 @@
+usr/bin/keepsecret
+usr/share/applications/
+usr/share/metainfo
+#usr/share/locale
diff --git a/debian/keepsecret.lintian-overrides b/debian/keepsecret.lintian-overrides
new file mode 100644
index 0000000..54ae03d
--- /dev/null
+++ b/debian/keepsecret.lintian-overrides
@@ -0,0 +1 @@
+plasma-keyboard: desktop-command-not-in-package systemsettings [usr/share/applications/kcm_plasmakeyboard.desktop]
diff --git a/debian/meta/cmake-ignore b/debian/meta/cmake-ignore
new file mode 100644
index 0000000..e69de29
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..8ba14a8
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
+
+%:
+ dh $@ --with kf6 --buildsystem kf6
+
+override_dh_auto_test:
+ #do not run tests
+ true
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 0000000..e69de29
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..c359997
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,6 @@
+Bug-Database: https://bugs.kde.org/buglist.cgi?product=krdp
+Changelog: https://kde.org/announcements/
+Donation: https://www.kde.org/community/donations/index.php
+Repository: https://invent.kde.org/plasma/krdp.git
+Repository-Browse: https://invent.kde.org/plasma/krdp/
+Security-Contact: security at kde.org
diff --git a/debian/upstream/signing-key.asc b/debian/upstream/signing-key.asc
new file mode 100644
index 0000000..e69de29
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..2ad67ac
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=4
+opts=pgpsigurlmangle=s/$/.sig/ https://download.kde.org/stable/plasma/([\d.]+)/@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@
More information about the Neon-commits
mailing list