[neon/kde/kimap/Neon/unstable] debian: lintings

Carlos De Maine null at kde.org
Wed Nov 29 09:31:47 GMT 2023


Git commit 0b023b26e686d51fb21dd44a90879eda920464ab by Carlos De Maine.
Committed on 29/11/2023 at 10:31.
Pushed by carlosdem into branch 'Neon/unstable'.

lintings

M  +1    -1    debian/changelog
M  +28   -2    debian/control
M  +1    -7    debian/copyright
M  +1    -1    debian/rules

https://invent.kde.org/neon/kde/kimap/-/commit/0b023b26e686d51fb21dd44a90879eda920464ab

diff --git a/debian/changelog b/debian/changelog
index 7265721..c19b0ab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -206,7 +206,7 @@ kimap (20.12.1-0neon) focal; urgency=medium
 
   * New release
 
- -- Neon CI <neon at kde.org>  Thu, 07 Jan 2021.12.27:06 +0000
+ -- Neon CI <neon at kde.org>  Thu, 07 Jan 2021 12:27:06 +0000
 
 kimap (20.12.0-0neon) focal; urgency=medium
 
diff --git a/debian/control b/debian/control
index e9a5019..0c6c0b2 100644
--- a/debian/control
+++ b/debian/control
@@ -47,14 +47,40 @@ Description: library for handling IMAP data
  IMAP (Internet Message Access Protocol) is one of the two most prevalent
  Internet standard protocols for e-mail retrieval.
 
+Package: libkpim6imap-dev
+Architecture: all
+Depends: kpim6-kimap-dev, ${misc:Depends}
+Replaces: libkf6imap-dev, libkf5imap-dev
+Description: Dummy transitional
+ Transitional dummy package.
+
+Package: libkpim6imap6
+Architecture: all
+Depends: kpim6-kimap, ${misc:Depends}
+Replaces: libkf6imap6, libkf5imap5
+Description: Dummy transitional
+ Transitional dummy package.
+
 Package: libkf6imap-dev
 Architecture: all
-Depends: kpim6-kimap-dev
+Depends: libkpim6kimap-dev, ${misc:Depends}
 Description: Dummy transitional
  Transitional dummy package.
 
 Package: libkf6imap6
 Architecture: all
-Depends: kpim6-kimap
+Depends: libkpim6imap6, ${misc:Depends}
 Description: Dummy transitional
  Transitional dummy package.
+
+Package: libkf5imap-dev
+Architecture: all
+Depends: libkpim6imap-dev, ${misc:Depends}
+Description: Dummy transitional
+ Transitional dummy package.
+
+Package: libkf5imap5
+Architecture: all
+Depends: libkpim6imap6, ${misc:Depends}
+Description: Dummy transitional
+ Transitional dummy package.
\ No newline at end of file
diff --git a/debian/copyright b/debian/copyright
index 625c76f..0554e2d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -14,8 +14,7 @@ Copyright: 2007, Allen Winter <winter at kde.org>
            2000, s.carstens at gmx.de
 License: LGPL-2+
 
-Files: COPYING
-       autotests/appendjobtest.cpp
+Files: autotests/appendjobtest.cpp
        autotests/capabilitiesjobtest.cpp
        autotests/createjobtest.cpp
        autotests/deletejobtest.cpp
@@ -49,11 +48,6 @@ Copyright: 2009-2011, Andras Mantia <amantia at kde.org>
            2008, Omat Holding B.V <info at omat.nl>
 License: GPL-2+
 
-Files: cmake/COPYING-CMAKE-SCRIPTS
-       cmake/FindSasl2.cmake
-Copyright: 2006-2007, Laurent Montel <montel at kde.org>
-License: BSD-3-clause
-
 Files: autotests/testrfccodecs.cpp
 Copyright: 2007 Tom Albers <tomalbers at kde.nl>
            2007 Allen Winter <winter at kde.org>
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