[neon/kde/kio-extras/Neon/unstable] debian: lintings

Carlos De Maine null at kde.org
Fri Dec 8 06:49:45 GMT 2023


Git commit f5a110f8e30d9f0968889e582eb3e451b05cd454 by Carlos De Maine.
Committed on 08/12/2023 at 07:49.
Pushed by carlosdem into branch 'Neon/unstable'.

lintings

M  +5    -1    debian/control
M  +3    -23   debian/copyright
M  +11   -2    debian/kio-extras.lintian-overrides
M  +0    -1    debian/meta/cmake-ignore
D  +0    -7    debian/not-installed

https://invent.kde.org/neon/kde/kio-extras/-/commit/f5a110f8e30d9f0968889e582eb3e451b05cd454

diff --git a/debian/control b/debian/control
index b14a202..c9acf0e 100644
--- a/debian/control
+++ b/debian/control
@@ -63,7 +63,9 @@ Description: Extra functionality for KF6 based kioslaves.
 
 Package: kio-extras-dev
 Architecture: all
-Depends: kio-extras (= ${binary:Version}), ${misc:Depends}, ${shlib:Depends}
+Depends: kio-extras (= ${binary:Version}), 
+         kf6-kio-dev, 
+         ${misc:Depends}, 
 Breaks: kio-extras6-dev
 Replaces: kio-extras6-dev
 Description: Extra functionality for KF6 based kioslaves - development files.
@@ -78,5 +80,7 @@ Description: Extra functionality for KF6 based kioslaves - development files.
 Package: kio-extras-data
 Architecture: all
 Depends: kio-extras, ${misc:Depends}
+Breaks: kio-extras6-data
+Replaces: kio-extras6-data
 Description: Dummy transitional
  Transitional dummy package.
\ No newline at end of file
diff --git a/debian/copyright b/debian/copyright
index 8f7b3b4..ccfbfbf 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -21,14 +21,10 @@ Copyright: 2016, Anthony Fieroni <bvbfan at abv.bg>
            2001-2016, This_file_is_part_of_KDE
 License: LGPL-2.1+3+KDEeV
 
-Files: about/kio_about.cpp
-       about/kio_about.h
-       archive/autotests/testkioarchive.cpp
+Files: archive/autotests/testkioarchive.cpp
        archive/autotests/testkioarchive.h
        archive/kio_archive.cpp
        archive/kio_archive.h
-       archive/kio_archive_debug.cpp
-       archive/kio_archive_debug.h
        archive/kio_archivebase.cpp
        archive/kio_archivebase.h
        nfs/kio_nfs.cpp
@@ -37,11 +33,8 @@ Files: about/kio_about.cpp
        nfs/nfsv2.h
        nfs/nfsv3.cpp
        nfs/nfsv3.h
-       settings/kio_settings.cpp
        sftp/kio_sftp.cpp
        sftp/kio_sftp.h
-       sftp/kio_smtp_debug.cpp
-       sftp/kio_smtp_debug.h
        smb/kio_smb_mount.cpp
        thumbnail/cursorcreator.cpp
        thumbnail/cursorcreator.h
@@ -49,8 +42,6 @@ Files: about/kio_about.cpp
        thumbnail/djvucreator.h
        thumbnail/exrcreator.cpp
        thumbnail/exrcreator.h
-       thumbnail/htmlcreator.cpp
-       thumbnail/htmlcreator.h
        thumbnail/imagecreator.cpp
        thumbnail/imagecreator.h
        thumbnail/jpegcreator.cpp
@@ -88,8 +79,6 @@ License: LGPL-2+
 
 Files: man/CMakeLists.txt
        man/Messages.sh
-       man/kmanpart.desktop
-       man/man.protocol
        man/man2html.cpp
        man/man2html.h
        man/requests.gperf
@@ -100,12 +89,7 @@ Copyright: 2011, Martin Koller <kollix at aon.at>
            2000, Stephan Kulow <coolo at kde.org>
 License: Expat
 
-Files: bookmarks/kio_bookmarks.cpp
-       bookmarks/kio_bookmarks.css
-       bookmarks/kio_bookmarks.h
-       bookmarks/kio_bookmarks_html.cpp
-       bookmarks/kio_bookmarks_pixmap.cpp
-       filenamesearch/kio_filenamesearch.cpp
+Files: filenamesearch/kio_filenamesearch.cpp
        filenamesearch/kio_filenamesearch.h
        fish/*
        mtp/*
@@ -150,8 +134,6 @@ Files: smb/kio_smb.cpp
        smb/kio_smb_config.cpp
        smb/kio_smb_dir.cpp
        smb/kio_smb_file.cpp
-       smb/kio_smb_internal.cpp
-       smb/kio_smb_internal.h
 Copyright: 2000, Caldera Systems, Inc
 License: GPL-2.1+
 Comment: There is no GPLv2.1 (and the was no GPLv3 in the 2000), this is a typo.
@@ -172,9 +154,7 @@ Copyright: 2003, Carsten Pfeiffer <pfeiffer at kde.org>
            2006-2007, Matthias Kretz <kretz at kde.org>
 License: LGPL-2
 
-Files: smb/kio_smb_win.cpp
-       smb/kio_smb_win.h
-       thumbnail/imagefilter.cpp
+Files: thumbnail/imagefilter.cpp
        thumbnail/imagefilter.h
 Copyright: 2009, Carlo Segato <brandon.ml at gmail.com>
            2006-2008, Fredrik Höglund <fredrik at kde.org>
diff --git a/debian/kio-extras.lintian-overrides b/debian/kio-extras.lintian-overrides
index 6b7e93d..8ec6362 100644
--- a/debian/kio-extras.lintian-overrides
+++ b/debian/kio-extras.lintian-overrides
@@ -1,4 +1,13 @@
 # private library
-kio-extras: package-name-doesnt-match-sonames libkioarchive5 libmolletnetwork5-*
-# private library
 kio-extras: no-symbols-control-file
+
+kio-extras: desktop-command-not-in-package usr/share/applications/kcm_netpref.desktop systemsettings
+kio-extras: desktop-command-not-in-package usr/share/applications/kcm_proxy.desktop systemsettings
+kio-extras: desktop-command-not-in-package usr/share/applications/kcm_trash.desktop kcmshell6
+kio-extras: desktop-command-not-in-package usr/share/applications/kcm_webshortcuts.desktop kcmshell6
+
+kio-extras: lacks-unversioned-link-to-shared-library usr/lib/x86_64-linux-gnu/libkioarchive6.so.6.0.0 usr/lib/x86_64-linux-gnu/libkioarchive6.so
+
+kio-extras: package-name-doesnt-match-sonames libkioarchive6-6
+
+kio-extras: unknown-locale-code tok
\ No newline at end of file
diff --git a/debian/meta/cmake-ignore b/debian/meta/cmake-ignore
index a32fecd..e69de29 100644
--- a/debian/meta/cmake-ignore
+++ b/debian/meta/cmake-ignore
@@ -1 +0,0 @@
-KDSoapWSDiscoveryClient
diff --git a/debian/not-installed b/debian/not-installed
deleted file mode 100644
index 83e7e00..0000000
--- a/debian/not-installed
+++ /dev/null
@@ -1,7 +0,0 @@
-usr/include/KioArchive/
-usr/lib/*/cmake/KioArchive/KioArchiveConfig.cmake
-usr/lib/*/cmake/KioArchive/KioArchiveConfigVersion.cmake
-usr/lib/*/cmake/KioArchive/KioArchiveTargets.cmake
-usr/lib/*/cmake/KioArchive/KioArchiveTargets-debian.cmake
-usr/lib/*/cmake/KioArchive/KioArchiveTargets-relwithdebinfo.cmake
-usr/lib/*/cmake/KioArchive/KioArchiveTargets-release.cmake


More information about the Neon-commits mailing list