Yann Leboulanger pushed to branch master at gajim / python-nbxmpp
Commits: 217a40e8 by Yann Leboulanger at 2022-05-22T19:05:58+02:00 chore: Add debian folder - - - - - 7 changed files: - + debian/changelog - + debian/compat - + debian/control - + debian/copyright - + debian/rules - + debian/source/format - + debian/watch Changes: ===================================== debian/changelog ===================================== @@ -0,0 +1,6 @@ +python3-nbxmpp-nightly (20161014) unstable; urgency=low + + * daily snapshot + + -- Yann Leboulanger <[email protected]> Fri, 14 Oct 2016 21:23:01 +0200 + ===================================== debian/compat ===================================== @@ -0,0 +1 @@ +9 ===================================== debian/control ===================================== @@ -0,0 +1,23 @@ +Source: python3-nbxmpp-nightly +Section: python +Priority: optional +Maintainer: Yann Leboulanger <[email protected]> +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. ===================================== debian/copyright ===================================== @@ -0,0 +1,27 @@ +This package was debianized by Yann L. [email protected] on +Tue, 27 Nov 2012 12:21:05 +0100. + +It was downloaded from: + http://python-nbxmpp.gajim.org/downloads + +Upstream Authors: + - Yann Leboulanger <[email protected]> + + +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. + ===================================== 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 ===================================== debian/source/format ===================================== @@ -0,0 +1 @@ +3.0 (quilt) ===================================== debian/watch ===================================== View it on GitLab: https://dev.gajim.org/gajim/python-nbxmpp/-/commit/217a40e8aaae81211044e25a87b8017533c1ed43 -- View it on GitLab: https://dev.gajim.org/gajim/python-nbxmpp/-/commit/217a40e8aaae81211044e25a87b8017533c1ed43 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
