Philipp Hörist pushed to branch master at gajim / python-nbxmpp
Commits:
fd25cc18 by lovetox at 2022-05-23T23:45:24+02:00
ci: Update debian files
- - - - -
4 changed files:
- .ci/debian_build.py
- − debian/compat
- debian/control
- − debian/watch
Changes:
=====================================
.ci/debian_build.py
=====================================
@@ -81,7 +81,6 @@ def build(context: ReleaseContext) -> None:
subprocess.run(
[
'dpkg-buildpackage',
- '-rfakeroot',
'--no-sign'
],
cwd=context.release_dir,
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-10
=====================================
debian/control
=====================================
@@ -1,34 +1,31 @@
Source: python3-nbxmpp-nightly
Section: python
Priority: optional
-Maintainer: Yann Leboulanger <[email protected]>
-Build-Depends:
- debhelper (>= 9),
+Maintainer: Gajim Maintainers <[email protected]>
+Build-Depends: debhelper-compat (= 13),
dh-python,
- python3 (>= 3.9),
+ libglib2.0-0 (>= 2.60),
+ gir1.2-soup-2.4,
+ python3-all,
python3-gi,
+ python3-gssapi,
+ python3-idna,
python3-precis-i18n,
-Standards-Version: 5.6.11
+ python3-setuptools,
+Standards-Version: 4.1.4
+Rules-Requires-Root: no
Homepage: https://dev.gajim.org/gajim/python-nbxmpp
-Vcs-Svn: https://dev.gajim.org/gajim/python-nbxmpp.git
+Vcs-Git: https://dev.gajim.org/gajim/python-nbxmpp.git
Vcs-Browser: https://dev.gajim.org/gajim/python-nbxmpp/tree/master
Package: python3-nbxmpp-nightly
Architecture: all
-Depends:
- ${misc:Depends},
+Depends: ${misc:Depends},
${python3:Depends},
- python3 (>= 3.9),
- python3-gi (>=3.32.0),
- gir1.2-glib-2.0 (>= 1.48.0),
gir1.2-soup-2.4,
- python3-precis-i18n,
- python3-idna,
-Conflicts: python3-nbxmpp
+ python3-gi
+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.
-
-
-
-
\ No newline at end of file
=====================================
debian/watch deleted
=====================================
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/fd25cc1843696b1a0ca325eec19aaef5146bc847
--
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/fd25cc1843696b1a0ca325eec19aaef5146bc847
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits