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:
authorYann Leboulanger <asterix@lagaule.org>2022-05-22 20:06:30 +0300
committerYann Leboulanger <asterix@lagaule.org>2022-05-22 20:06:51 +0300
commitc88a131bc02ea7d1fe04d0960c8c28cb594f0b77 (patch)
treef460bc105f6358923532e5919a45482b435ce8a3 /debian/rules
parent6f7925e5e6c22e4cf5f4023a285bf179aec013b9 (diff)
chore: Add debian folder
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules12
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 000000000..67b56799d
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,12 @@
+#!/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: