[neon/extras/okteta/Neon/unstable] debian: lints

Carlos De Maine null at kde.org
Wed Nov 29 03:19:47 GMT 2023


Git commit 8ab275bdf02900755fe505eddcf7901cebd1090e by Carlos De Maine.
Committed on 29/11/2023 at 04:19.
Pushed by carlosdem into branch 'Neon/unstable'.

lints

D  +0    -1    debian/compat
M  +8    -14   debian/control
M  +0    -114  debian/copyright

https://invent.kde.org/neon/extras/okteta/-/commit/8ab275bdf02900755fe505eddcf7901cebd1090e

diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index b4de394..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-11
diff --git a/debian/control b/debian/control
index 6ad02e9..a6ecbfd 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: Sune Vuorela <sune at debian.org>,
            George Kiagiadakis <kiagiadakis.george at gmail.com>,
            Maximiliano Curia <maxy at debian.org>
 Build-Depends: cmake (>= 3.0~),
-               debhelper (>= 11~),
+               debhelper-compat (= 13),
                extra-cmake-modules (>= 5.38.0~),
                libkf5bookmarks-dev (>= 5.38.0~),
                libkf5codecs-dev (>= 5.38.0~),
@@ -35,7 +35,7 @@ Build-Depends: cmake (>= 3.0~),
                shared-mime-info (>= 0.30),
                xauth,
                xvfb
-Standards-Version: 4.1.2
+Standards-Version: 4.6.2
 Homepage: http://www.kde.org/
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/extras/okteta
 Vcs-Git: https://salsa.debian.org/qt-kde-team/extras/okteta.git
@@ -66,8 +66,7 @@ Description: core Kasten library for Okteta
 
 Package: libkasten3core3
 Architecture: all
-Section: oldlibs
-Priority: optional
+Depends: libkasten4core0, ${misc:Depends}
 Description: transitional package
  transitional package which can be removed
 
@@ -112,8 +111,7 @@ Description: kastencore library for Okteta
 
 Package: libkasten3okteta1core1
 Architecture: all
-Section: oldlibs
-Priority: optional
+Depends: libkasten4okteta2core0, ${misc:Depends}
 Description: transitional package
  transitional package for libkasten4okteta2core0 which can be removed
 
@@ -146,11 +144,9 @@ Description: core Okteta library
 
 Package: libokteta2core2
 Architecture: all
-Section: oldlibs
-Priority: optional
-Depends: libokteta3core0
+Depends: libokteta3core0, ${misc:Depends}
 Description: transitional package
- transitional package for libokteta3core0
+ Transitional package for libokteta3core0
 
 Package: libokteta3gui0
 Architecture: any
@@ -168,11 +164,9 @@ Description: gui Okteta library
 
 Package: libokteta2gui2
 Architecture: all
-Section: oldlibs
-Priority: optional
-Depends: libokteta3gui0
+Depends: libokteta3gui0, ${misc:Depends}
 Description: transitional package
- transitional package for libokteta3gui0
+ Transitional package for libokteta3gui0
 
 Package: okteta
 Architecture: any
diff --git a/debian/copyright b/debian/copyright
index ec351f6..208b0aa 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -30,120 +30,6 @@ License: LGPL-2.1-KDEeV
  versions 2.1 and 3 can be found in `/usr/share/common-licenses/LGPL-2.1' and
  `/usr/share/common-licenses/LGPL-3'.
 
-Files: COPYING.LIB
-       kasten/controllers/test/allprimitivetypestest.cpp
-       kasten/controllers/test/arraydatainformationtest.cpp
-       kasten/controllers/test/basicdatainformationtest.cpp
-       kasten/controllers/test/customtostringtest.cpp
-       kasten/controllers/test/jsparsertest.cpp
-       kasten/controllers/test/locktooffsettest.cpp
-       kasten/controllers/test/osdparsertest.cpp
-       kasten/controllers/test/primitivearraytest.cpp
-       kasten/controllers/test/primitivedatainformationtest.cpp
-       kasten/controllers/test/scriptclassestest.cpp
-       kasten/controllers/test/scriptvalueconvertertest.cpp
-       kasten/controllers/test/testutils.h
-       kasten/controllers/test/uniondatainformationtest.cpp
-       kasten/controllers/view/structures/datatypes/strings/utf32stringdata.h
-Copyright: 2011-2013, Alex Richardson <alex.richardson at gmx.de>
-           1991-1999, Free Software Foundation, Inc
-License: LGPL-2.1+
- 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) 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 full text of the GNU Lesser General Public License
- versions 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'.
-
-Files: program/about.cpp
-       program/about.h
-       program/main.cpp
-       program/mainwindow.cpp
-       program/mainwindow.h
-       program/program.cpp
-       program/program.h
-Copyright: 2006-2014, Friedrich W. H. Kossebau <kossebau at kde.org>
-License: GPL-2+3+KDEeV
- 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) 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 14 of version 3 of the license.
- .
- 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, see <http://www.gnu.org/licenses/>.
- .
- On Debian systems, the full text of the GNU General Public License
- versions 2 and 3 can be found in `/usr/share/common-licenses/GPL-2' and
- `/usr/share/common-licenses/GPL-3'.
-
-Files: libs/kasten/core/tests/util/filesystem.cpp
-       libs/kasten/core/tests/util/filesystem.h
-Copyright: 2007, Friedrich W. H. Kossebau
-License: LGPL-2
- This library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public
- License version 2 as published by the Free Software Foundation.
- .
- On Debian systems, the full text of the GNU Library General Public License
- versions 2 can be found in `/usr/share/common-licenses/LGPL-2'.
-
-Files: kasten/controllers/view/structures/modeltest.cpp
-       kasten/controllers/view/structures/modeltest.h
-Copyright: 2007, Trolltech ASA
-License: GPL-2
- This file may be used under the terms of the GNU General Public
- License version 2.0 as published by the Free Software Foundation
- and appearing in the file LICENSE.GPL included in the packaging of
- this file.  Please review the following information to ensure GNU
- General Public Licensing requirements will be met:
- http://www.trolltech.com/products/qt/opensource.html
- .
- If you are unsure which license is appropriate for your use, please
- review the following information:
- http://www.trolltech.com/products/qt/licensing.html or contact the
- sales department at sales at trolltech.com.
- .
- This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
- WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
- .
- On Debian systems, the full text of the GNU General Public License versions 2
- can be found in `/usr/share/common-licenses/GPL-2'.
-
-Files: designer/examples/main.cpp
-       kasten/controllers/view/libbytearraychecksum/algorithm/template/template_bytearraychecksumalgorithm.cpp
-       kasten/controllers/view/libbytearraychecksum/algorithm/template/template_bytearraychecksumalgorithm.h
-       kasten/controllers/view/libbytearraychecksum/algorithm/template/template_bytearraychecksumparameterset.cpp
-       kasten/controllers/view/libbytearraychecksum/algorithm/template/template_bytearraychecksumparameterset.h
-       kasten/controllers/view/libbytearraychecksum/algorithm/template/template_bytearraychecksumparametersetedit.cpp
-       kasten/controllers/view/libbytearraychecksum/algorithm/template/template_bytearraychecksumparametersetedit.h
-       kasten/controllers/view/libbytearrayfilter/filter/template/template_bytearrayfilter.cpp
-       kasten/controllers/view/libbytearrayfilter/filter/template/template_bytearrayfilter.h
-       kasten/controllers/view/libbytearrayfilter/filter/template/template_bytearrayfilterparameterset.cpp
-       kasten/controllers/view/libbytearrayfilter/filter/template/template_bytearrayfilterparameterset.h
-       kasten/controllers/view/libbytearrayfilter/filter/template/template_bytearrayfilterparametersetedit.cpp
-       kasten/controllers/view/libbytearrayfilter/filter/template/template_bytearrayfilterparametersetedit.h
-Copyright: 2009-2011, Friedrich W. H. Kossebau <kossebau at kde.org>
-License: public-domain
- These files have no copyright restrictions.
-
 Files: doc/*
 Copyright: 2008-2011, Alex Richardson <alex.richardson at gmx.de>
            2008-2011, Friedrich W. H. Kossebau <kossebau at kde.org>


More information about the Neon-commits mailing list