[neon/extras/choqok/Neon/release] debian: use proper dh addon

Pino Toscano null at kde.org
Wed Sep 4 11:41:47 BST 2024


Git commit af3bf3c4090049929d436dd39390f0d67ddc6457 by Pino Toscano.
Committed on 03/01/2024 at 21:58.
Pushed by jriddell into branch 'Neon/release'.

use proper dh addon

M  +4    -0    debian/changelog
M  +1    -1    debian/rules

https://invent.kde.org/neon/extras/choqok/-/commit/af3bf3c4090049929d436dd39390f0d67ddc6457

diff --git a/debian/changelog b/debian/changelog
index 5d4c2da1..ab8f8423 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,10 @@ choqok (1.7.0-2) UNRELEASED; urgency=medium
   * Update Homepage in debian/control (Closes: #975462). Thanks Davide Prina
     for filing the bug!
 
+  [ Pino Toscano ]
+  * Switch the use of the kde dh addon with kf5: the former is for kdelibs 4.x
+    stuff, the latter is for KF5 stuff.
+
  -- Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org>  Sun, 22 Nov 2020 21:55:15 -0300
 
 choqok (1.7.0-1) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index fdc137cb..ae215673 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@ --with kde
+	dh $@ --with kf5
 
 override_dh_auto_clean:
 	rm -f choqok.1



More information about the Neon-commits mailing list