[neon/qt6/pyside6/Neon/release] debian: export DH_VERBOSE = 1 && rm -rf release build to not duplicate files

Carlos De Maine null at kde.org
Fri Nov 29 23:28:58 GMT 2024


Git commit e722ed4261be38e34abef8c19115576b16cefd78 by Carlos De Maine.
Committed on 29/11/2024 at 23:28.
Pushed by carlosdem into branch 'Neon/release'.

export DH_VERBOSE = 1 && rm -rf release build to not duplicate  files

M  +4    -3    debian/rules

https://invent.kde.org/neon/qt6/pyside6/-/commit/e722ed4261be38e34abef8c19115576b16cefd78

diff --git a/debian/rules b/debian/rules
index 92d3a6e..bf13455 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,8 @@
 
 include /usr/share/dpkg/default.mk
 
+export DH_VERBOSE = 1
+
 # Safety measure to ensure package names match SONAMEs
 PYSIDE_MAJOR := $(shell echo $(DEB_VERSION_UPSTREAM) | cut -d. -f1-2)
 ifeq ($(shell awk '/Package:/ {print $$2}' debian/control | grep -- -$(PYSIDE_MAJOR)$$),)
@@ -53,16 +55,15 @@ ifeq ($(filter nodoc,$(DEB_BUILD_PROFILES)),)
   PYBUILD_BUILD_ARGS += --build-docs
 endif
 
-
 export PYBUILD_BUILD_ARGS
 export PYBUILD_INSTALL_ARGS
 
-
-
 %:
 	dh $@ --buildsystem=pybuild
 
 execute_after_dh_auto_build:
+# remove release build
+	rm -rf build/qfp-py3.12-qt6.8.0-64bit-release
 	# Record build in build index for test runner
 	TODAY=`date -Id`; \
 	mkdir -p build_history/$$TODAY; \


More information about the Neon-commits mailing list