[neon/neon-packaging/plasma-keyboard/Neon/unstable] debian: initial packaging

Carlos De Maine null at kde.org
Tue Jul 15 12:04:19 BST 2025


Git commit f338f0590ec961fba6cdfa5f9e927aff577ff322 by Carlos De Maine.
Committed on 15/07/2025 at 11:04.
Pushed by carlosdem into branch 'Neon/unstable'.

initial packaging

A  +1    -0    debian/.gitattributes
A  +5    -0    debian/changelog
A  +48   -0    debian/control
A  +82   -0    debian/copyright
A  +0    -0    debian/meta/cmake-ignore
A  +0    -0    debian/plasma-keyboard-dev.install
A  +14   -0    debian/plasma-keyboard.install
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/plasma-keyboard/-/commit/f338f0590ec961fba6cdfa5f9e927aff577ff322

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..101a5a7
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+plasma-keyboard (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..edfca3f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,48 @@
+Source: plasma-keyboard
+Section: libs
+Priority: optional
+Maintainer: KDE neon <neon at kde.org>
+Build-Depends: cmake,
+               debhelper-compat (= 13),
+               kf6-extra-cmake-modules,
+               kf6-kcmutils-dev,
+               kf6-kconfig-dev,
+               kf6-kcrash-dev,
+               kf6-kcoreaddons-dev,
+               kf6-ki18n-dev,
+               liblayershellqtinterface-dev,
+               libplasma-dev,
+               libwayland-dev,
+               pkg-kde-tools-neon,
+               qt6-base-dev,
+               qt6-declarative-dev,
+               qt6-virtualkeyboard-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: plasma-keyboard
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: KDE's plasma virtual keyboard
+ The plasma-keyboard is a virtual keyboard based on Qt Virtual Keyboard
+ designed to integrate in Plasma.
+ .
+ This package contains the plasma-keyboard main library.
+
+Package: plasma-keyboard-dev
+Section: libdevel
+Architecture: any
+Depends: kf6-extra-cmake-modules,
+         plasma-keyboard (= ${binary:Version}),
+         qt6-base-dev,
+         ${misc:Depends}
+Description: KDE's plasma virtual keyboard
+ The plasma-keyboard is a virtual keyboard based on Qt Virtual Keyboard
+ designed to integrate in Plasma.
+ .
+ This package contains the plasma-keyboard development files.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..b01bfd7
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,82 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: plasma-keyboard
+Source: https://invent.kde.org/plasma/plasma-keyboard
+Upstream-Contact: plasma-devel at kde.org
+
+Files: *
+Copyright: 2024 Arjen Hiemstra <ahiemstra at heimr.nl>
+License: LGPL-2.1-only_OR_LGPL-3.0-only_OR_LicenseRef-KDE-Accepted-LGPL
+
+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/meta/cmake-ignore b/debian/meta/cmake-ignore
new file mode 100644
index 0000000..e69de29
diff --git a/debian/plasma-keyboard-dev.install b/debian/plasma-keyboard-dev.install
new file mode 100644
index 0000000..e69de29
diff --git a/debian/plasma-keyboard.install b/debian/plasma-keyboard.install
new file mode 100644
index 0000000..ea12cbb
--- /dev/null
+++ b/debian/plasma-keyboard.install
@@ -0,0 +1,14 @@
+debian/Xsession etc/plasmalogin/
+debian/wayland-session etc/plasmalogin/
+usr/bin/
+usr/lib/systemd/
+usr/lib/sysusers.d/
+usr/lib/tmpfiles.d/
+usr/lib/*/libexec/
+usr/lib/*/qt6/plugins/
+usr/share/applications/
+usr/share/plasmalogin/scripts/
+usr/share/polkit-1/actions/
+usr/share/dbus-1/
+usr/share/locale/
+usr/share/man/
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