[neon/extras/kdevelop-python/Neon/stable_jammy] debian: fix so version

Jonathan Riddell null at kde.org
Thu Jun 27 14:44:58 BST 2024


Git commit 7ddf201c7066faa593d0aba7dc112809dbf81bc3 by Jonathan Riddell.
Committed on 27/06/2024 at 13:44.
Pushed by jriddell into branch 'Neon/stable_jammy'.

fix so version

M  +2    -2    debian/rules

https://invent.kde.org/neon/extras/kdevelop-python/-/commit/7ddf201c7066faa593d0aba7dc112809dbf81bc3

diff --git a/debian/rules b/debian/rules
index 82f0e7e..d3b0fcd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 # from kdevelop
-export KDEV_PLUGIN_VERSION=514
+export KDEV_PLUGIN_VERSION=513
 
 %:
 	dh $@ --with kf5
@@ -13,4 +13,4 @@ execute_after_dh_auto_install:
 	# remove extra "license" files
 	find debian/tmp -name COPYING -print -delete
 
-.PHONY: override_dh_auto_test
\ No newline at end of file
+.PHONY: override_dh_auto_test


More information about the Neon-commits mailing list