[neon/kde/mailimporter/Neon/unstable] debian: linting
Carlos De Maine
null at kde.org
Sun Dec 24 05:31:22 GMT 2023
Git commit 79c6d6786010a1914bef9a5058eec68f3df24f09 by Carlos De Maine.
Committed on 24/12/2023 at 06:31.
Pushed by carlosdem into branch 'Neon/unstable'.
linting
M +1 -1 debian/changelog
M +11 -10 debian/control
M +0 -52 debian/copyright
M +1 -2 debian/kpim6-mailimporter.lintian-overrides
M +1 -1 debian/rules
https://invent.kde.org/neon/kde/mailimporter/-/commit/79c6d6786010a1914bef9a5058eec68f3df24f09
diff --git a/debian/changelog b/debian/changelog
index 10a5aa6..ff643ac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -152,7 +152,7 @@ libkf5mailimporter (4:21.04.2-0neon) focal; urgency=medium
* New release
- -- Neon CI <neon at kde.org> Fri, 11 Jun 2021.12.08:44 +0000
+ -- Neon CI <neon at kde.org> Fri, 11 Jun 2021 12:08:44 +0000
libkf5mailimporter (4:21.04.1-0neon) focal; urgency=medium
diff --git a/debian/control b/debian/control
index 7eac8eb..b6ec1e2 100644
--- a/debian/control
+++ b/debian/control
@@ -54,7 +54,8 @@ Package: kpim6-mailimporter-dev
Architecture: any
X-Neon-MergedPackage: true
Multi-Arch: same
-Depends: kpim6-akonadi-dev,
+Depends: kf6-karchive-dev,
+ kpim6-akonadi-dev,
kpim6-akonadi-mime-dev,
kpim6-mailimporter (= ${binary:Version}),
kpim6-kmime-dev,
@@ -70,54 +71,54 @@ Description: KDE PIM Mail importer library, devel files
Package: libkpim6mailimporter6
Architecture: all
-Depends: kpim6-mailimporter
+Depends: kpim6-mailimporter, ${misc:Depends}
Description: Dummy transitional
Transitional dummy package.
Package: libkpim6mailimporterakonadi6
Architecture: all
-Depends: kpim6-mailimporter
+Depends: kpim6-mailimporter, ${misc:Depends}
Description: Dummy transitional
Transitional dummy package.
Package: libkpim6mailimporter-data
Architecture: all
-Depends: kpim6-mailimporter
+Depends: kpim6-mailimporter, ${misc:Depends}
Description: Dummy transitional
Transitional dummy package.
Package: libkpim6mailimporter-dev
Architecture: all
-Depends: kpim6-mailimporter-dev
+Depends: kpim6-mailimporter-dev, ${misc:Depends}
Description: Dummy transitional
Transitional dummy package.
Package: libkf5mailimporter5
Architecture: all
-Depends: kpim6-mailimporter
+Depends: kpim6-mailimporter, ${misc:Depends}
Description: Dummy transitional
Transitional dummy package.
Package: libkf5mailimporterakonadi5
Architecture: all
-Depends: kpim6-mailimporter
+Depends: kpim6-mailimporter, ${misc:Depends}
Description: Dummy transitional
Transitional dummy package.
Package: libkf5mailimporter-data
Architecture: all
-Depends: kpim6-mailimporter
+Depends: kpim6-mailimporter, ${misc:Depends}
Description: Dummy transitional
Transitional dummy package.
Package: libkf5mailimporter-dev
Architecture: all
-Depends: kpim6-mailimporter-dev
+Depends: kpim6-mailimporter-dev, ${misc:Depends}
Description: Dummy transitional
Transitional dummy package.
Package: libkf5mailimporterabi1
Architecture: all
-Depends: kpim6-mailimporter
+Depends: kpim6-mailimporter, ${misc:Depends}
Description: Dummy transitional
Transitional dummy package.
diff --git a/debian/copyright b/debian/copyright
index 131e383..d2c93b9 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -17,58 +17,6 @@ Copyright: 2004, Chris Howells
2003, Laurence Anderson
License: GPL-2+
-Files: autotests/filterclawsmailtest.cpp
- autotests/filterclawsmailtest.h
- autotests/filtericedovetest.cpp
- autotests/filtericedovetest.h
- autotests/filtersylpheedtest.cpp
- autotests/filtersylpheedtest.h
- autotests/filterthunderbirdtest.cpp
- autotests/filterthunderbirdtest.h
- src/filterbalsa.cpp
- src/filterbalsa.h
- src/filterclawsmail.cpp
- src/filterclawsmail.h
- src/filterevolution_v3.cpp
- src/filterevolution_v3.h
- src/filtericedove.cpp
- src/filtericedove.h
- src/filterinfogui.cpp
- src/filterinfogui.h
- src/filtermailmangzip.cpp
- src/filtermailmangzip.h
- src/importmailswidget.cpp
- src/importmailswidget.h
- src/mailimporter_utils.h
- src/othermailerutil.cpp
- src/othermailerutil.h
- src/selectthunderbirdprofilewidget.cpp
- src/selectthunderbirdprofilewidget.h
-Copyright: 2012-2016, Montel Laurent <montel at kde.org>
-License: GPL-2
-
-Files: src/filterkmailarchive.cpp
- src/filterkmailarchive.h
-Copyright: 2009-2010, Klarälvdalens Datakonsult AB
-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.
- .
- The complete text of the GNU General Public License version 2 can be found in
- `/usr/share/common-licenses/GPL-2', likewise, the complete text of the GNU
- General Public License version 2 can be found in
- `/usr/share/common-licenses/GPL-2'.
-
Files: debian/*
Copyright: 2016, Maximiliano Curia <maxy at debian.org>
License: GPL-2+
diff --git a/debian/kpim6-mailimporter.lintian-overrides b/debian/kpim6-mailimporter.lintian-overrides
index c01f076..2bb718c 100644
--- a/debian/kpim6-mailimporter.lintian-overrides
+++ b/debian/kpim6-mailimporter.lintian-overrides
@@ -1,2 +1 @@
-kpim6-mailimporter: package-name-doesnt-match-sonames libKPim6MailImporter6
-kpim6-mailimporter: package-name-doesnt-match-sonames libKPim6MailImporterAkonadi6
+kpim6-mailimporter: package-name-doesnt-match-sonames libKPim6MailImporter6 libKPim6MailImporterAkonadi6
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index 141287f..7ff1376 100644
--- a/debian/rules
+++ b/debian/rules
@@ -8,4 +8,4 @@
override_dh_auto_configure:
dh_auto_configure -- \
-DCOMPILE_WITH_UNITY_CMAKE_SUPPORT=ON \
- -DBUILD_QCH=ON
\ No newline at end of file
+ -DBUILD_QCH=ON
More information about the Neon-commits
mailing list