Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules11
1 files changed, 4 insertions, 7 deletions
diff --git a/debian/rules b/debian/rules
index 67b56799d..b4d5133b9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,12 +1,9 @@
#!/usr/bin/make -f
-DPKG_EXPORT_BUILDFLAGS = 1
-include /usr/share/dpkg/default.mk
-
-export PYBUILD_NAME=gajim
-
%:
dh $@ --with python3 --buildsystem=pybuild
-# test target is broken
-override_dh_auto_test:
+
+# override_dh_auto_clean:
+# python3 setup.py clean -a
+# rm -rf $$(find gajim/ -name __pycache__)