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
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2022-05-22 20:00:45 +0300
committerYann Leboulanger <asterix@lagaule.org>2022-05-22 20:05:58 +0300
commit217a40e8aaae81211044e25a87b8017533c1ed43 (patch)
treefb4ec1791da85936784f8a1ca2b3ba904795c3f7
parent319eb623e7bc72483f4a37d1445fae4a492a6b53 (diff)
chore: Add debian folder
-rw-r--r--debian/changelog6
-rw-r--r--debian/compat1
-rw-r--r--debian/control23
-rw-r--r--debian/copyright27
-rwxr-xr-xdebian/rules9
-rw-r--r--debian/source/format1
-rw-r--r--debian/watch0
7 files changed, 67 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..3ebc807
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+python3-nbxmpp-nightly (20161014) unstable; urgency=low
+
+ * daily snapshot
+
+ -- Yann Leboulanger <asterix@lagaule.org> Fri, 14 Oct 2016 21:23:01 +0200
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..0aa53bf
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,23 @@
+Source: python3-nbxmpp-nightly
+Section: python
+Priority: optional
+Maintainer: Yann Leboulanger <asterix@lagaule.org>
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python3-all,
+ python3-gi,
+Standards-Version: 3.9.8
+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
+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.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..6cf7b9a
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,27 @@
+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>
+
+
+Copyright: (c) 2012 Gajim Team
+
+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.
+
+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.
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..ae7a9ab
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/default.mk
+
+export PYBUILD_NAME=nbxmpp
+
+%:
+ dh $@ --with python3 --buildsystem=pybuild
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/debian/watch