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

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorPhilipp Hörist <philipp@hoerist.com>2022-09-06 22:47:30 +0300
committerPhilipp Hörist <philipp@hoerist.com>2022-09-06 22:47:30 +0300
commite9c38fe4137db164b27af6037b10c3d0a404e4ed (patch)
tree27d6059841e5f915cc20f71aa5c91e159a572e8f /debian
parentc78455d043d715846714b90efe8075c71e493c56 (diff)
ci: Update debian control file
Diffstat (limited to 'debian')
-rw-r--r--debian/control17
1 files changed, 11 insertions, 6 deletions
diff --git a/debian/control b/debian/control
index fe35ac1..3c1c111 100644
--- a/debian/control
+++ b/debian/control
@@ -1,15 +1,16 @@
Source: python3-nbxmpp-nightly
-Section: python
+Section: net
Priority: optional
Maintainer: Gajim Maintainers <ci@gajim.org>
-Build-Depends: debhelper-compat (= 13),
+Build-Depends:
+ debhelper (>= 13),
dh-python,
libglib2.0-0 (>= 2.60),
gir1.2-soup-2.4,
python3-all,
python3-gi,
- python3-gssapi,
python3-idna,
+ python3-packaging,
python3-precis-i18n,
python3-setuptools,
Standards-Version: 4.1.4
@@ -22,10 +23,14 @@ Package: python3-nbxmpp-nightly
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
+ libglib2.0-0 (>= 2.60),
gir1.2-soup-2.4,
- python3-gi
+ python3-gi,
+ python3-idna,
+ python3-packaging,
+ python3-precis-i18n,
Recommends: python3-gssapi,
Breaks: gajim (<< 1.4~)
Description: Non blocking XMPP Python library
- nbxmpp is a Python library that provides a way for Python applications
- to use the XMPP network. This library was initially a fork of xmpppy.
+ python-nbxmpp is a Python library that provides a way for Python applications
+ to use the XMPP network. This library was initially a fork of xmpppy. \ No newline at end of file