[neon/kf6/kf6-kapidox/Neon/unstable] debian: clean up rules

Carlos De Maine null at kde.org
Fri Nov 17 02:12:57 GMT 2023


Git commit e159fc0791ba39f4e9fc94923a159c82e87fef74 by Carlos De Maine.
Committed on 17/11/2023 at 03:12.
Pushed by carlosdem into branch 'Neon/unstable'.

clean up rules

M  +3    -0    debian/control
M  +0    -15   debian/rules

https://invent.kde.org/neon/kf6/kf6-kapidox/-/commit/e159fc0791ba39f4e9fc94923a159c82e87fef74

diff --git a/debian/control b/debian/control
index 042fcf3..91b64c1 100644
--- a/debian/control
+++ b/debian/control
@@ -3,11 +3,14 @@ Section: libs
 Priority: optional
 Maintainer: Jonathan Esk-Riddell <jr at jriddell.org>
 Build-Depends: debhelper-compat (= 13),
+               dh-linktree,
                dh-python,
                dh-virtualenv,
                doxygen,
                graphviz,
                kf6-extra-cmake-modules,
+               libjs-bootstrap,
+               libjs-jquery
                python3-all,
                python3-gv,
                python3-pip,
diff --git a/debian/rules b/debian/rules
index b856de9..10700fc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,21 +1,6 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
-%:
-	dh $@ --with python3 --buildsystem=pybuild --with linktree
-
-override_dh_auto_clean:
-	python3 -m pip install -U --upgrade-strategy eager -r requirements.frozen.txt
-	dh_auto_clean -O--buildsystem=pybuild --
-
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-
-%:
-	dh $@ --with python3 --buildsystem=pybuild --with linktree
-
-override_dh_auto_clean:
-	-dh_auto-clean
-
 export DH_VIRTUALENV_INSTALL_ROOT=/opt/venvs
 SNAKE=/usr/bin/python3
 EXTRA_REQUIREMENTS=--upgrade-pip --preinstall "setuptools>=17.1" --preinstall "wheel"


More information about the Neon-commits mailing list