[neon/kf6/kf6-kuserfeedback/Neon/unstable] debian: lints

Carlos De Maine null at kde.org
Fri Nov 17 16:37:20 GMT 2023


Git commit bb9ebf4fbaf23fa8065110a04244f1c83a161301 by Carlos De Maine.
Committed on 17/11/2023 at 17:37.
Pushed by carlosdem into branch 'Neon/unstable'.

lints

M  +5    -5    debian/control
M  +0    -24   debian/copyright
A  +3    -0    debian/kf6-kuserfeedback.lintian-overrides
M  +4    -1    debian/rules

https://invent.kde.org/neon/kf6/kf6-kuserfeedback/-/commit/bb9ebf4fbaf23fa8065110a04244f1c83a161301

diff --git a/debian/control b/debian/control
index 80952c9..01d4b8e 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Build-Depends: bison,
                xvfb <!nocheck>,
 #Build-Depends-Indep: qt6-doc
 Rules-Requires-Root: no
-Standards-Version: 4.6.0
+Standards-Version: 4.6.2
 Homepage: https://invent.kde.org/libraries/kuserfeedback
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/extras/kuserfeedback
 Vcs-Git: https://salsa.debian.org/qt-kde-team/extras/kuserfeedback.git
@@ -76,25 +76,25 @@ Description: development files for KUserFeedback
 
 Package: kuserfeedback6-bin
 Architecture: all
-Depends: kf6-kuserfeedback
+Depends: kf6-kuserfeedback, ${misc:Depends}
 Description: Dummy transitional
  Transitional dummy package.
 
 Package: kuserfeedback6-dev
 Architecture: all
-Depends: kf6-kuserfeedback
+Depends: kf6-kuserfeedback, ${misc:Depends}
 Description: Dummy transitional
  Transitional dummy package.
 
 Package: kuserfeedback6-doc
 Architecture: all
-Depends: kf6-kuserfeedback
+Depends: kf6-kuserfeedback-dev, ${misc:Depends}
 Description: Dummy transitional
  Transitional dummy package.
 
 Package: libkuserfeedback6core1
 Architecture: all
-Depends: kf6-kuserfeedback
+Depends: kf6-kuserfeedback, ${misc:Depends}
 Description: Dummy transitional
  Transitional dummy package.
 
diff --git a/debian/copyright b/debian/copyright
index d3a657f..568dfb8 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -8,30 +8,6 @@ Copyright: 2017, Aleix Pol Gonzalez <aleixpol at kde.org>
            2016-2020, Volker Krause <vkrause at kde.org>
 License: MIT
 
-Files: po/ca/*
-       po/ca at valencia/*
-       po/uk/*
-Copyright: 2017-2020, This_file_is_part_of_KDE
-License: LGPL-2.1+3+KDEeV
-
-Files: po/da/userfeedbackconsole5_qt.po
-       po/fi/userfeedbackconsole5_qt.po
-       po/tr/userfeedbackconsole5_qt.po
-Copyright: 2017, Volker Krause <vkrause at kde.org>
-License: LGPL-2+
-
-Files: cmake/FindQmlLint.cmake
-Copyright: 2016-2017, Klarälvdalens Datakonsult AB, a KDAB Group company <info at kdab.com>
-           2016, Volker Krause <volker.krause at kdab.com>
-License: BSD-3-Clause
-
-Files: src/console/org.kde.kuserfeedback-console.appdata.xml
-Copyright: 2020, Volker Krause <vkrause at kde.org>
-License: CC0-1.0
- On Debian systems, the full text of the Creative Commons CC0 1.0
- Universal license can be found in the file
- `/usr/share/common-licenses/CC0-1.0’.
-
 Files: debian/*
 Copyright: 2020-2022, Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 License: MIT
diff --git a/debian/kf6-kuserfeedback.lintian-overrides b/debian/kf6-kuserfeedback.lintian-overrides
new file mode 100644
index 0000000..f14353d
--- /dev/null
+++ b/debian/kf6-kuserfeedback.lintian-overrides
@@ -0,0 +1,3 @@
+kf6-kuserfeedback: arch-dependent-file-not-in-arch-specific-directory usr/bin/UserFeedbackConsole
+kf6-kuserfeedback: arch-dependent-file-not-in-arch-specific-directory usr/bin/userfeedbackctl
+kf6-kuserfeedback: package-name-doesnt-match-sonames libKUserFeedbackCoreQt6-1 libKUserFeedbackWidgetsQt6-1
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index 0c9d532..12f4a0c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,4 +3,7 @@
 # SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
 
 %:
-	dh $@ --with kf6 --buildsystem kf6
\ No newline at end of file
+	dh $@ --with kf6 --buildsystem kf6
+
+override_dh_auto_configure:
+	dh_auto_configure -- -DBUILD_QCH=ON


More information about the Neon-commits mailing list