[neon/kf6/kf6-kapidox/Neon/unstable] debian: simplify
Carlos De Maine
null at kde.org
Fri Nov 17 03:52:12 GMT 2023
Git commit 79c78087ebba6234ac1cbf2291958083ac0dbcc4 by Carlos De Maine.
Committed on 17/11/2023 at 04:52.
Pushed by carlosdem into branch 'Neon/unstable'.
simplify
M +2 -3 debian/rules
https://invent.kde.org/neon/kf6/kf6-kapidox/-/commit/79c78087ebba6234ac1cbf2291958083ac0dbcc4
diff --git a/debian/rules b/debian/rules
index 20f0e90..cd68cfa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,11 +3,10 @@
export DH_VIRTUALENV_INSTALL_ROOT=/opt/venvs
SNAKE=/usr/bin/python3
-EXTRA_REQUIREMENTS=--upgrade-pip --preinstall "wheel"
-NODEENV_VERSION=1.3.1
+EXTRA_REQUIREMENTS=--upgrade-pip"
PACKAGE=$(shell dh_listpackages)
-DH_VENV_ARGS=--buildsystem=none --python $(SNAKE) --with linktree $(EXTRA_REQUIREMENTS)
+DH_VENV_ARGS=--python $(SNAKE) --with linktree $(EXTRA_REQUIREMENTS)
DH_VENV_DIR=debian/$(PACKAGE)$(DH_VIRTUALENV_INSTALL_ROOT)/$(PACKAGE)
%:
More information about the Neon-commits
mailing list