[neon/backports-jammy/software-properties/Neon/unstable] debian: strip it back and start again

Carlos De Maine null at kde.org
Thu Mar 14 12:40:46 GMT 2024


Git commit eb473173de95f450c61f48cc50d936ca731d87df by Carlos De Maine.
Committed on 14/03/2024 at 12:40.
Pushed by carlosdem into branch 'Neon/unstable'.

strip it back and start again

it works locally, i don't understand why it doesn't on tooling

M  +2    -12   debian/rules

https://invent.kde.org/neon/backports-jammy/software-properties/-/commit/eb473173de95f450c61f48cc50d936ca731d87df

diff --git a/debian/rules b/debian/rules
index 425812e..56bbb4d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,19 +4,9 @@ export DH_VERBOSE=1
 export PYBUILD_SYSTEM= distutils
 export PYBUILD_NAME= software-properties
 %:
-	dh $@ --buildsystem=pybuild --with python3,translations --sourcedirectory=./build/source
+	dh $@ --buildsystem=pybuild --with python3,translations
 
 override_dh_auto_clean:
 	:
-
-override_dh_auto_configure:
-	dh_auto_configure -- --sourcedirectory=./build/source
-
-override_dh_auto_build:
-	dh_auto_build -- --sourcedirectory=./build/source
-
-override_dh_missing:
-	dh_missing --list-missing
-
 override_dh_auto_test:
-	dbus-run-session -- dh_auto_test
+	:


More information about the Neon-commits mailing list