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:
authorlovetox <philipp@hoerist.com>2022-05-23 22:48:57 +0300
committerlovetox <philipp@hoerist.com>2022-05-23 22:48:57 +0300
commit6249ce7cfdd7a49d40d4a9ecc6d789cef17ba15c (patch)
treee6354fb409ad1356e54810fc14f201bbca3fa32f /debian
parent217a40e8aaae81211044e25a87b8017533c1ed43 (diff)
ci: Update debian files
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/compat2
-rw-r--r--debian/control25
-rw-r--r--debian/copyright25
4 files changed, 30 insertions, 29 deletions
diff --git a/debian/changelog b/debian/changelog
index 3ebc807..42eab56 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,5 @@
-python3-nbxmpp-nightly (20161014) unstable; urgency=low
+python3-nbxmpp-nightly ({DATE}) unstable; urgency=low
- * daily snapshot
-
- -- Yann Leboulanger <asterix@lagaule.org> Fri, 14 Oct 2016 21:23:01 +0200
+ * https://dev.gajim.org/gajim/python-nbxmpp/-/commits/master
+ -- nbxmpp CI <ci@gajim.org> {DATE_TIME}
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 0aa53bf..d244e90 100644
--- a/debian/control
+++ b/debian/control
@@ -5,19 +5,30 @@ Maintainer: Yann Leboulanger <asterix@lagaule.org>
Build-Depends:
debhelper (>= 9),
dh-python,
- python3-all,
+ python3 (>= 3.9),
python3-gi,
-Standards-Version: 3.9.8
+ python3-precis-i18n,
+Standards-Version: 5.6.11
Homepage: https://dev.gajim.org/gajim/python-nbxmpp
Vcs-Svn: 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},${python3:Depends}, python3-gi, gir1.2-soup-2.4
+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
Description: Non blocking XMPP Python library
- python-nbxmpp is a XMPP library forked from xmpppy but which uses non-blocking
- sockets. It supports many authentication mechanisms, TLS, proxies, BOSH, ...
- .
- This is the Python 3 version of this 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
diff --git a/debian/copyright b/debian/copyright
index 6cf7b9a..131ba84 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,27 +1,18 @@
-This package was debianized by Yann L. asterix@lagaule.org on
-Tue, 27 Nov 2012 12:21:05 +0100.
-
-It was downloaded from:
- http://python-nbxmpp.gajim.org/downloads
-
Upstream Authors:
- Yann Leboulanger <asterix@lagaule.org>
+ - Philipp Hörist <philipp@hoerist.com>
+Copyright: (c) 2022 Gajim Team
-Copyright: (c) 2012 Gajim Team
-
-This program is free software; you can redistribute it and/or modify
+This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 2, or (at your option)
-any later version.
-
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with Debian system; see the file /usr/share/common-licenses/GPL. If not,
-write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-Boston, MA 02110-1301, USA.
+You should have received a copy of the GNU General Public License
+along with this program. If not, see <http://www.gnu.org/licenses/>.