[neon/kf6/kf6-kcodecs/Neon/unstable] debian: lints
Carlos De Maine
null at kde.org
Fri Nov 17 03:36:47 GMT 2023
Git commit 5b2f43f3a426a3a7db4e009dd87e1437bd556370 by Carlos De Maine.
Committed on 17/11/2023 at 04:36.
Pushed by carlosdem into branch 'Neon/unstable'.
lints
M +2 -2 debian/changelog
M +4 -4 debian/control
M +0 -52 debian/copyright
D +0 -1 debian/docs
M +1 -1 debian/rules
https://invent.kde.org/neon/kf6/kf6-kcodecs/-/commit/5b2f43f3a426a3a7db4e009dd87e1437bd556370
diff --git a/debian/changelog b/debian/changelog
index 0cf96fe..186a15d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,8 @@ kf6-kcodecs (5.245.0-0neon) jammy; urgency=medium
-- Neon CI <neon at kde.org> Fri, 17 Nov 2023 01:18:08 +0000
- kf6-kcodecs (0.0-0neon) UNRELEASED; urgency=medium
+kf6-kcodecs (0.0-0neon) UNRELEASED; urgency=medium
* New release
- -- Jonathan Esk-Riddell <jr at jriddell.org> Mon, 12 Dec 2022 13:04:30 +0000
+ -- Jonathan Esk-Riddell <jr at jriddell.org> Mon, 12 Dec 2022 13:04:30 +0000
\ No newline at end of file
diff --git a/debian/control b/debian/control
index 3bfb6a2..fefe64d 100644
--- a/debian/control
+++ b/debian/control
@@ -43,24 +43,24 @@ Description: development files for kcodecs
Package: libkf6codecs-data
Architecture: all
-Depends: kf6-kcodecs
+Depends: kf6-kcodecs, ${misc:Depends}
Description: Dummy transitional
Transitional dummy package.
Package: libkf6codecs-doc
Architecture: all
-Depends: kf6-kcodecs
+Depends: kf6-kcodecs-dev, ${misc:Depends}
Description: Dummy transitional
Transitional dummy package.
Package: libkf6codecs6
Architecture: all
-Depends: kf6-kcodecs
+Depends: kf6-kcodecs, ${misc:Depends}
Description: Dummy transitional
Transitional dummy package.
Package: libkf6codecs-dev
Architecture: all
-Depends: kf6-kcodecs-dev
+Depends: kf6-kcodecs-dev, ${misc:Depends}
Description: Dummy transitional
Transitional dummy package.
diff --git a/debian/copyright b/debian/copyright
index 7daf038..6b53dd1 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -27,58 +27,6 @@ Copyright: 1999, Lars Knoll <knoll at kde.org>
2001, translate.org.za
License: LGPL-2+
-Files: src/probers/*
-Copyright: 1998, <developer at mozilla.org>
- 2008, <wkai at gmail.com>
- 2008, <zealot.kai at gmail.com>
-License: Expat
-
-Files: autotests/kcodecstest.cpp
- autotests/kcodecstest.h
- autotests/kemailaddresstest.cpp
- autotests/kemailaddresstest.h
- autotests/rfc2047test.cpp
- autotests/rfc2047test.h
- src/kcodecs.cpp
- src/kcodecs.h
- src/kcodecs_p.h
-Copyright: 2014, Daniel Vrátil <dvratil at redhat.com>
- 2004, David Faure <faure at kde.org>
- 2000-2001, Dawit Alemayehu <adawit at kde.org>
- 2001-2002, Marc Mutz <mutz at kde.org>
- 2001, Rik Hemsley (rikkus) <rik at kde.org>
- 2009, Thomas McGuire <mcguire at kde.org>
- 2006, Volker Krause <vkrause at kde.org>
- 1991-1992, RSA Data Security Inc.
- 1995, Mordechai T. Abzug
- 1996-1999, Ronald Tschalär
-License: LGPL-2
-
-Files: COPYING
- autotests/kcharsetstest.cpp
- autotests/kcharsetstest.h
- autotests/kencodingprobertest.cpp
- autotests/kencodingprobertest.h
-Copyright: 1989-1991, Free Software Foundation, Inc
- 2012, Ni Hui <shuizhuyuanluo at 126.com>
- 2011, Romain Perier <bambi at kubuntu.org>
-License: GPL-2+
-
-Files: po/ca/*
- po/ca at valencia/*
- po/uk/*
-Copyright: 2014-2017, This_file_is_part_of_KDE
-License: LGPL-2.1+3+KDEeV
-
-Files: src/probers/nsSBCSGroupProber.h
- src/probers/nsSJISProber.h
-Copyright: 1998-2001, Netscape Communications Corporation
-License: MPL-1.1 or GPL-2+ or LGPL-2.1+
-
-Files: cmake/*
-Copyright: 2016, Stephen Kelly <steveire at gmail.com>
-License: BSD-3-clause
-
Files: debian/*
Copyright: 2014, Rohan Garg <rohangarg at kubuntu.org>
License: LGPL-2+
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 93368ba..c1dd599 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,4 +5,4 @@
dh $@ --with kf6 --buildsystem kf6
override_dh_auto_configure:
- dh_auto_configure -- -DBUILD_QCH=ON
\ No newline at end of file
+ dh_auto_configure -- -DBUILD_QCH=ON
More information about the Neon-commits
mailing list