[neon/kde/kmime/Neon/unstable] debian: lints

Carlos De Maine null at kde.org
Sun Nov 26 22:32:42 GMT 2023


Git commit 119691b728572f36c4e7ce2b7ce17135ec7e06f3 by Carlos De Maine.
Committed on 26/11/2023 at 23:32.
Pushed by carlosdem into branch 'Neon/unstable'.

lints

M  +36   -16   debian/control
M  +1    -1    debian/rules

https://invent.kde.org/neon/kde/kmime/-/commit/119691b728572f36c4e7ce2b7ce17135ec7e06f3

diff --git a/debian/control b/debian/control
index 1b2c122..ad20c2d 100644
--- a/debian/control
+++ b/debian/control
@@ -19,6 +19,20 @@ Homepage: https://projects.kde.org/projects/kde/pim/kmime
 Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/applications/kmime.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-kde/applications/kmime.git
 
+Package: kpim6-kmime
+Architecture: any
+Multi-Arch: same
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Replaces: libkf6mime6, libkf6mime-data, libkf5mime5, libkf5mime-data
+Description: library for handling MIME data
+ This library provides an API for handling MIME data. MIME (Multipurpose
+ Internet Mail Extensions) is an Internet Standard that extends the format
+ of e-mail to support text in character sets other than US-ASCII, non-text
+ attachments, multi-part message bodies, and header information in non-ASCII
+ character sets.
+ .
+ This package is part of the KDE Development Platform PIM libraries module.
+
 Package: kpim6-kmime-dev
 Section: libdevel
 Architecture: any
@@ -28,6 +42,7 @@ Depends: kf6-kcodecs-dev,
          qt6-base-dev,
          qt6-tools-dev,
          ${misc:Depends}
+Replaces: libkf6mime-dev, libkf5mime-dev
 Description: library for handling MIME data - development files
  This library provides an API for handling MIME data. MIME (Multipurpose
  Internet Mail Extensions) is an Internet Standard that extends the format
@@ -37,33 +52,38 @@ Description: library for handling MIME data - development files
  .
  This package contains the development files.
 
-Package: kpim6-kmime
-Architecture: any
-Multi-Arch: same
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: library for handling MIME data
- This library provides an API for handling MIME data. MIME (Multipurpose
- Internet Mail Extensions) is an Internet Standard that extends the format
- of e-mail to support text in character sets other than US-ASCII, non-text
- attachments, multi-part message bodies, and header information in non-ASCII
- character sets.
- .
- This package is part of the KDE Development Platform PIM libraries module.
-
 Package: libkf6mime-dev
 Architecture: all
-Depends: kpim6-kmime-dev
+Depends: kpim6-kmime-dev, ${misc:Depends}
 Description: Dummy transitional
  Transitional dummy package.
 
 Package: libkf6mime6
 Architecture: all
-Depends: kpim6-kmime
+Depends: kpim6-kmime, ${misc:Depends}
 Description: Dummy transitional
  Transitional dummy package.
 
 Package: libkf6mime-data
 Architecture: all
-Depends: kpim6-kmime
+Depends: kpim6-kmime, ${misc:Depends}
+Description: Dummy transitional
+ Transitional dummy package.
+
+Package: libkf5mime-dev
+Architecture: all
+Depends: kpim6-kmime-dev, ${misc:Depends}
 Description: Dummy transitional
  Transitional dummy package.
+
+Package: libkf5mime5
+Architecture: all
+Depends: kpim5-kmime, ${misc:Depends}
+Description: Dummy transitional
+ Transitional dummy package.
+
+Package: libkf5mime-data
+Architecture: all
+Depends: kpim6-kmime, ${misc:Depends}
+Description: Dummy transitional
+ Transitional dummy package.
\ 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