[neon/backports-jammy/software-properties/Neon/release] debian: add some exports
Carlos De Maine
null at kde.org
Fri Mar 15 23:22:51 GMT 2024
Git commit 561704c8be1b8682ab8f529c17021bbdcf70a8ee by Carlos De Maine.
Committed on 15/03/2024 at 23:22.
Pushed by carlosdem into branch 'Neon/release'.
add some exports
M +6 -5 debian/rules
https://invent.kde.org/neon/backports-jammy/software-properties/-/commit/561704c8be1b8682ab8f529c17021bbdcf70a8ee
diff --git a/debian/rules b/debian/rules
index 922d9f0..4fd6234 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
#!/usr/bin/make -f
-
+export DH_VERBOSE=1
+export PYBUILD_SYSTEM= distutils
+export PYBUILD_NAME= software-properties
%:
dh $@ --with python3,translations --buildsystem=pybuild
@@ -9,8 +11,7 @@ override_dh_missing:
override_dh_auto_test:
dbus-run-session -- dh_auto_test
-override_dh_clean:
- true
-
override_dh_auto_clean:
- true
+ :
+override_dh_auto_test:
+ :
More information about the Neon-commits
mailing list