Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gajim
python-nbxmpp
Commits
fd25cc18
Commit
fd25cc18
authored
May 23, 2022
by
Philipp Hörist
Browse files
ci: Update debian files
parent
242e2e4d
Pipeline
#9976
failed with stages
in 45 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.ci/debian_build.py
View file @
fd25cc18
...
@@ -81,7 +81,6 @@ def build(context: ReleaseContext) -> None:
...
@@ -81,7 +81,6 @@ def build(context: ReleaseContext) -> None:
subprocess
.
run
(
subprocess
.
run
(
[
[
'dpkg-buildpackage'
,
'dpkg-buildpackage'
,
'-rfakeroot'
,
'--no-sign'
'--no-sign'
],
],
cwd
=
context
.
release_dir
,
cwd
=
context
.
release_dir
,
...
...
debian/compat
deleted
100644 → 0
View file @
242e2e4d
10
debian/control
View file @
fd25cc18
Source: python3-nbxmpp-nightly
Source: python3-nbxmpp-nightly
Section: python
Section: python
Priority: optional
Priority: optional
Maintainer: Yann Leboulanger <asterix@lagaule.org>
Maintainer: Gajim Maintainers <ci@gajim.org>
Build-Depends:
Build-Depends: debhelper-compat (= 13),
debhelper (>= 9),
dh-python,
dh-python,
python3 (>= 3.9),
libglib2.0-0 (>= 2.60),
gir1.2-soup-2.4,
python3-all,
python3-gi,
python3-gi,
python3-gssapi,
python3-idna,
python3-precis-i18n,
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
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
Vcs-Browser: https://dev.gajim.org/gajim/python-nbxmpp/tree/master
Package: python3-nbxmpp-nightly
Package: python3-nbxmpp-nightly
Architecture: all
Architecture: all
Depends:
Depends: ${misc:Depends},
${misc:Depends},
${python3:Depends},
${python3:Depends},
python3 (>= 3.9),
python3-gi (>=3.32.0),
gir1.2-glib-2.0 (>= 1.48.0),
gir1.2-soup-2.4,
gir1.2-soup-2.4,
python3-
precis-i18n,
python3-
gi
python3-
idna
,
Recommends:
python3-
gssapi
,
Conflicts: python3-nbxmpp
Breaks: gajim (<< 1.4~)
Description: Non blocking XMPP Python library
Description: Non blocking XMPP Python library
nbxmpp is a Python library that provides a way for Python applications
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.
to use the XMPP network. This library was initially a fork of xmpppy.
\ No newline at end of file
debian/watch
deleted
100644 → 0
View file @
242e2e4d
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment