[neon/kf6/kf6-kitemmodels/Neon/unstable] debian: lintings

Carlos De Maine null at kde.org
Fri Nov 17 07:55:40 GMT 2023


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

lintings

M  +1    -1    debian/control
M  +0    -30   debian/copyright
M  +1    -0    debian/kf6-kitemmodels-dev.install
A  +1    -0    debian/kf6-kitemsmodels.lintian-overrides
M  +2    -2    debian/rules

https://invent.kde.org/neon/kf6/kf6-kitemmodels/-/commit/e3b0de676831ea1b9b503c0da776359e6f2cbd8b

diff --git a/debian/control b/debian/control
index da2c13b..21dfe7c 100644
--- a/debian/control
+++ b/debian/control
@@ -68,4 +68,4 @@ Package: libkf6itemmodels-dev
 Architecture: all
 Depends: kf6-kitemmodels-dev
 Description: Dummy transitional
-  Transitional dummy package.
+ Transitional dummy package.
diff --git a/debian/copyright b/debian/copyright
index 035258c..49a4ae7 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -13,36 +13,6 @@ Copyright: 2016, Ableton AG <info at ableton.com>
            a KDAB Group company <info at kdab.net>
 License: LGPL-2+
 
-Files: COPYING.LIB
-       autotests/kdescendantsproxymodeltest.cpp
-       tests/proxymodeltestapp/descendantpmwidget.cpp
-       tests/proxymodeltestapp/descendantpmwidget.h
-       tests/proxymodeltestapp/lessthanwidget.cpp
-       tests/proxymodeltestapp/lessthanwidget.h
-       tests/proxymodeltestapp/main.cpp
-       tests/proxymodeltestapp/mainwindow.cpp
-       tests/proxymodeltestapp/mainwindow.h
-       tests/proxymodeltestapp/proxymodeltestwidget.cpp
-       tests/proxymodeltestapp/proxymodeltestwidget.h
-       tests/proxymodeltestapp/recursivefilterpmwidget.cpp
-       tests/proxymodeltestapp/recursivefilterpmwidget.h
-       tests/proxymodeltestapp/reparentingpmwidget.cpp
-       tests/proxymodeltestapp/reparentingpmwidget.h
-       tests/proxymodeltestapp/selectioninqmlwidget.cpp
-       tests/proxymodeltestapp/selectioninqmlwidget.h
-       tests/proxymodeltestapp/selectionpmwidget.cpp
-       tests/proxymodeltestapp/selectionpmwidget.h
-Copyright: 1991-1999, Free Software Foundation, Inc
-           2009-2015, Stephen Kelly <steveire at gmail.com>
-           2016, Sune Vuorela <sune at debian.org>
-License: LGPL-2.1+
-
-Files: autotests/proxymodeltestsuite/modeltest.cpp
-       autotests/proxymodeltestsuite/modeltest.h
-Copyright: 2013, Digia Plc and/or its subsidiary(-ies)
-           2010, Stephen Kelly <steveire at gmail.com>
-License: LGPL-2.1
-
 Files: debian/*
 Copyright: 2014, Jonathan Riddell <jriddell at ubuntu.com>
 License: LGPL-2+
diff --git a/debian/kf6-kitemmodels-dev.install b/debian/kf6-kitemmodels-dev.install
index 6524d98..15c4455 100644
--- a/debian/kf6-kitemmodels-dev.install
+++ b/debian/kf6-kitemmodels-dev.install
@@ -1,3 +1,4 @@
 usr/include/KF6/KItemModels/
 usr/lib/*/cmake/KF6ItemModels/
 usr/lib/*/libKF6ItemModels.so
+usr/share/qt6/doc/
\ No newline at end of file
diff --git a/debian/kf6-kitemsmodels.lintian-overrides b/debian/kf6-kitemsmodels.lintian-overrides
new file mode 100644
index 0000000..89e4c87
--- /dev/null
+++ b/debian/kf6-kitemsmodels.lintian-overrides
@@ -0,0 +1 @@
+kf6-kitemmodels: package-name-doesnt-match-sonames libKF6ItemModels6
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index fa0af1d..c1dd599 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,5 +4,5 @@
 %:
 	dh $@ --with kf6 --buildsystem kf6
 
-override_dh_shlibdeps:
-	dh_shlibdeps -l$(CURDIR)/debian/$(shell dh_listpackages | head -n1)/usr/kf6/lib/$(DEB_HOST_MULTIARCH)/
+override_dh_auto_configure:
+	dh_auto_configure -- -DBUILD_QCH=ON


More information about the Neon-commits mailing list