[neon/neon-packaging/ktactilefeedback/Neon/unstable] debian: initial packaging

Carlos De Maine null at kde.org
Thu Jul 17 03:05:58 BST 2025


Git commit 18e1cfc0230c1ab22c85169caae06323c39daf07 by Carlos De Maine.
Committed on 17/07/2025 at 02:05.
Pushed by carlosdem into branch 'Neon/unstable'.

initial packaging

A  +1    -0    debian/.gitattributes
A  +5    -0    debian/changelog
A  +39   -0    debian/control
A  +82   -0    debian/copyright
A  +4    -0    debian/ktactilefeedback-dev.install
A  +4    -0    debian/ktactilefeedback.install
A  +0    -0    debian/ktactilefeedback.lintian-overrides
A  +0    -0    debian/meta/cmake-ignore
A  +14   -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/ktactilefeedback/-/commit/18e1cfc0230c1ab22c85169caae06323c39daf07

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..eb2e315
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+ktactilefeedback (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..79349ec
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,39 @@
+Source: ktactilefeedback
+Section: libs
+Priority: optional
+Maintainer: KDE neon <neon at kde.org>
+Build-Depends: cmake,
+               debhelper-compat (= 13),
+               kf6-extra-cmake-modules,
+#               libfeedback-dev,
+               pkg-kde-tools-neon,
+               qt6-base-dev,
+               qt6-declarative-dev,
+               qt6-multimedia-dev,
+Standards-Version: 4.6.2
+Homepage: https://invent.kde.org/plasma/ktactilefeedback
+Vcs-Browser: https://invent.kde.org/neon/neon-packaging/ktactilefeedback
+Vcs-Git: https://invent.kde.org/neon/neon-packaging/ktactilefeedback.git
+Rules-Requires-Root: no
+
+Package: ktactilefeedback
+Architecture: any
+Depends: feedbackd-device-themes,
+         ${misc:Depends},
+         ${shlibs:Depends},
+Description: KDE tactile feedback provider library
+ work in progress repository for working on QtFeedback patches.
+ .
+ This package contains the ktactilefeedback main library.
+
+Package: ktactilefeedback-dev
+Section: libdevel
+Architecture: any
+Depends: kf6-extra-cmake-modules,
+         ktactilefeedback (= ${binary:Version}),
+         qt6-base-dev,
+         ${misc:Depends}
+Description: KDE tactile feedback provider library
+ work in progress repository for working on QtFeedback patches.
+ .
+ This package contains the ktactilefeedback development files.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..40a2ee7
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,82 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: ktactilefeedback
+Source: https://invent.kde.org/plasma/ktactilefeedback
+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/ktactilefeedback-dev.install b/debian/ktactilefeedback-dev.install
new file mode 100644
index 0000000..32a29ce
--- /dev/null
+++ b/debian/ktactilefeedback-dev.install
@@ -0,0 +1,4 @@
+usr/include/KTactileFeedback/
+usr/lib/*/cmake/KTactileFeedback/
+usr/lib/*/libKTactileFeedback.so
+
diff --git a/debian/ktactilefeedback.install b/debian/ktactilefeedback.install
new file mode 100644
index 0000000..0076595
--- /dev/null
+++ b/debian/ktactilefeedback.install
@@ -0,0 +1,4 @@
+usr/lib/*/libKTactileFeedback.so.1
+usr/lib/*/libKTactileFeedback.so.1.*
+usr/lib/x86_64-linux-gnu/qt6/qml/org/kde/tactilefeedback/
+usr/lib/x86_64-linux-gnu/qt6/plugins/feedback/
diff --git a/debian/ktactilefeedback.lintian-overrides b/debian/ktactilefeedback.lintian-overrides
new file mode 100644
index 0000000..e69de29
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..c219c93
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,14 @@
+#!/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_configure:
+	dh_auto_configure -- \
+		-DBUILD_QCH=ON
+
+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