[neon/kde/ktnef/Neon/unstable] debian: lint me green

Carlos De Maine null at kde.org
Sat Dec 23 03:38:55 GMT 2023


Git commit 9d7f2f40663184eefa743ceccce524d0168e8e9f by Carlos De Maine.
Committed on 23/12/2023 at 04:38.
Pushed by carlosdem into branch 'Neon/unstable'.

lint me green

M  +18   -2    debian/control
M  +0    -1    debian/rules

https://invent.kde.org/neon/kde/ktnef/-/commit/9d7f2f40663184eefa743ceccce524d0168e8e9f

diff --git a/debian/control b/debian/control
index 621de45..2f2163a 100644
--- a/debian/control
+++ b/debian/control
@@ -29,6 +29,8 @@ Depends: kf6-kcalendarcore-dev,
          qt6-base-dev,
          qt6-tools-dev,
          ${misc:Depends}
+Provides: libkpim6tnef-dev, libkf5tnef-dev,
+Replaces: libkpim6tnef-dev, libkf5tnef-dev,
 Description: library for handling TNEF data - development files
  Ktnef is a library for handling data in the TNEF format (Transport Neutral
  Encapsulation Format, a proprietary format of e-mail attachment used by
@@ -43,6 +45,8 @@ Architecture: any
 X-Neon-MergedPackage: true
 Multi-Arch: same
 Depends:  ${misc:Depends}, ${shlibs:Depends}
+Provides: libkpim6tnef6, libkf5tnef5,
+Replaces: libkpim6tnef6, libkf5tnef5,
 Description: library for handling TNEF data
  Ktnef is a library for handling data in the TNEF format (Transport Neutral
  Encapsulation Format, a proprietary format of e-mail attachment used by
@@ -50,14 +54,26 @@ Description: library for handling TNEF data
  to the actual attachments, the message properties (TNEF/MAPI), and allows
  one to view/extract message formatted text in Rich Text Format.
 
+Package: libkpim6tnef-dev
+Architecture: all
+Depends: kpim6-ktnef-dev, ${misc:Depends}
+Description: Dummy transitional
+ Transitional dummy package.
+
+Package: libkpim6tnef6
+Architecture: all
+Depends: kpim6-ktnef, ${misc:Depends}
+Description: Dummy transitional
+ Transitional dummy package.
+
 Package: libkf5tnef-dev
 Architecture: all
-Depends: kpim6-ktnef-dev
+Depends: kpim6-ktnef-dev, ${misc:Depends}
 Description: Dummy transitional
  Transitional dummy package.
 
 Package: libkf5tnef5
 Architecture: all
-Depends: kpim6-ktnef
+Depends: kpim6-ktnef, ${misc:Depends}
 Description: Dummy transitional
  Transitional dummy package.
diff --git a/debian/rules b/debian/rules
index 5e34ba2..7ff1376 100644
--- a/debian/rules
+++ b/debian/rules
@@ -9,4 +9,3 @@ override_dh_auto_configure:
 	dh_auto_configure -- \
 		-DCOMPILE_WITH_UNITY_CMAKE_SUPPORT=ON \
 		-DBUILD_QCH=ON
-		
\ No newline at end of file


More information about the Neon-commits mailing list