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

Carlos De Maine null at kde.org
Fri Nov 17 09:52:03 GMT 2023


Git commit 41e54f32c21415b06110363ffcfde053d00e0155 by Carlos De Maine.
Committed on 17/11/2023 at 10:52.
Pushed by carlosdem into branch 'Neon/unstable'.

lints

M  +3    -2    debian/control
M  +0    -29   debian/copyright
D  +0    -1    debian/docs
M  +0    -3    debian/rules

https://invent.kde.org/neon/kf6/kf6-kimageformats/-/commit/41e54f32c21415b06110363ffcfde053d00e0155

diff --git a/debian/control b/debian/control
index 89ca9d3..25f476c 100644
--- a/debian/control
+++ b/debian/control
@@ -13,15 +13,16 @@ Build-Depends: cmake (>= 3.0~),
                libraw-dev,
                pkg-config,
                pkg-kde-tools-neon,
+               python3-imath,
                qt6-base-dev,
-Standards-Version: 4.1.4
+Standards-Version: 4.6.2
 Homepage: https://projects.kde.org/projects/frameworks/kimageformats
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kimageformats
 Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kimageformats.git
 
 Package: kf6-kimageformat-plugins
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: python3-imath, ${misc:Depends}, ${shlibs:Depends}
 Description: additional image format plugins for QtGui
  This framework provides additional image format plugins for QtGui.  As
  such it is not required for the compilation of any other software, but
diff --git a/debian/copyright b/debian/copyright
index 2b29bab..e12af53 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -60,35 +60,6 @@ License: LGPL-2.1+3+KDEeV
  the complete text of the GNU Lesser General Public License version 3 can be
  found in "/usr/share/common-licenses/LGPL-3".
 
-Files: autotests/read/eps/bw.eps
-       autotests/read/eps/rgb.eps
-       autotests/write/bw.eps
-       autotests/write/rgb.eps
-       COPYING.LIB
-       src/imageformats/xcf.cpp
-       src/imageformats/xcf_p.h
-       src/imageformats/gimp_p.h
-Copyright: 1991-1999, Free Software Foundation, Inc
-           2001 lignum Computing, Inc. <allen at lignumcomputing.com>
-           2004 Melchior FRANZ <mfranz at kde.org>
-           1996-2011, Glyph & Cog, LLC
-License: LGPL-2.1+
- This plug-in 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) any later version.
- .
- 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, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
- .
- On Debian systems, the complete text of the GNU Library General
- Public License version 2 can be found in "/usr/share/common-licenses/LGPL-2.1".
 
 Files: debian/*
 Copyright: 2014, Jonathan Riddell <jriddell at ubuntu.com>
diff --git a/debian/docs b/debian/docs
deleted file mode 100644
index b43bf86..0000000
--- a/debian/docs
+++ /dev/null
@@ -1 +0,0 @@
-README.md
diff --git a/debian/rules b/debian/rules
index db48379..97ef693 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,3 @@
 
 override_dh_auto_configure:
 	dh_auto_configure -- -DKIMAGEFORMATS_HEIF=ON
-
-override_dh_shlibdeps:
-	dh_shlibdeps -l$(CURDIR)/debian/$(shell dh_listpackages | head -n1)/usr/kf6/lib/$(DEB_HOST_MULTIARCH)/


More information about the Neon-commits mailing list