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
path: root/debian
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2022-08-22 22:24:44 +0300
committerYann Leboulanger <asterix@lagaule.org>2022-08-22 22:24:44 +0300
commit7fd1302ef0e51b07851c02fa138d1ed1a008bc54 (patch)
tree6ce3773e3a021549eede5dd27e0384487b8949f8 /debian
parentca38dd5ec54dc0134cc25d969e92fadac141c1a9 (diff)
ci: Fix debian build
Diffstat (limited to 'debian')
-rw-r--r--debian/compat1
-rw-r--r--debian/control3
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000000000..b1bd38b62
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+13
diff --git a/debian/control b/debian/control
index e835c0b1e..40629032d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: net
Priority: optional
Maintainer: Gajim Maintainers <ci@gajim.org>
Build-Depends:
- debhelper-compat (= 13),
+ debhelper (>= 13),
dh-python,
gettext (>= 0.17-4),
libglib2.0-dev,
@@ -13,6 +13,7 @@ Build-Depends:
python3-gi-cairo,
python3-nbxmpp-nightly (>=20220727),
python3-setuptools,
+ python3-packaging,
python3-pil,
gir1.2-gtk-3.0 (>=3.24.30),
Rules-Requires-Root: no