[neon/extras/kdevelop-python/Neon/unstable] debian: rebase

Carlos De Maine null at kde.org
Wed Aug 28 07:45:27 BST 2024


Git commit af3f049c2d95e9c1e2f9d7a1604dd10e18094370 by Carlos De Maine.
Committed on 28/08/2024 at 06:45.
Pushed by carlosdem into branch 'Neon/unstable'.

rebase

M  +4    -11   debian/rules

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

diff --cc debian/rules
index bf3b09b,d0a9c65..359b898
--- a/debian/rules
+++ b/debian/rules
@@@ -1,16 -1,9 +1,9 @@@
  #!/usr/bin/make -f
- 
- # from kdevelop
- export KDEV_PLUGIN_VERSION=514
+ # SPDX-License-Identifier: LGPL-2.0-or-later
+ # # SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
  
  %:
- 	dh $@ --with kf5
+ 	dh $@ --with kf6 --buildsystem kf6
  
  override_dh_auto_configure:
- 	dh_auto_configure -Skf5 -- -DBUILD_TESTING=OFF
- 
- execute_after_dh_auto_install:
- 	# remove extra "license" files
- 	find debian/tmp -name COPYING -print -delete
- 
- .PHONY: override_dh_auto_test
 -	dh_auto_configure -- -DBUILD_WITH_QT6=ON
++	dh_auto_configure -- -DBUILD_WITH_QT6=ON


More information about the Neon-commits mailing list