[neon/kf6/kf6-kapidox/Neon/unstable] debian: loose quote

Carlos De Maine null at kde.org
Fri Nov 17 17:04:58 GMT 2023


Git commit 7442c5ec65a5b1e95d6430e385a30fb47c08bd53 by Carlos De Maine.
Committed on 17/11/2023 at 18:04.
Pushed by carlosdem into branch 'Neon/unstable'.

loose quote

M  +2    -2    debian/rules

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

diff --git a/debian/rules b/debian/rules
index cd68cfa..7bad7e6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 
 export DH_VIRTUALENV_INSTALL_ROOT=/opt/venvs
 SNAKE=/usr/bin/python3
-EXTRA_REQUIREMENTS=--upgrade-pip"
+EXTRA_REQUIREMENTS=--upgrade-pip
 
 PACKAGE=$(shell dh_listpackages)
 DH_VENV_ARGS=--python $(SNAKE) --with linktree $(EXTRA_REQUIREMENTS)
@@ -17,4 +17,4 @@ DH_VENV_DIR=debian/$(PACKAGE)$(DH_VIRTUALENV_INSTALL_ROOT)/$(PACKAGE)
 override_dh_virtualenv:
 	dh_virtualenv $(DH_VENV_ARGS)
 	$(DH_VENV_DIR)/bin/python $(DH_VENV_DIR)/bin/pip install -U --upgrade-strategy eager -r requirements.frozen.txt
-        
\ No newline at end of file
+        


More information about the Neon-commits mailing list