debian/0000755000000000000000000000000012230107650007162 5ustar debian/watch0000644000000000000000000000013012230052371010204 0ustar version=3 https://pypi.python.org/packages/source/p/python-potr/python-potr-(.*).tar.gz debian/copyright0000644000000000000000000000473112222661412011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: pure-python-otr Upstream-Contact: Kjell Braden Source: https://github.com/afflux/pure-python-otr Files: * Copyright: 2011-2013, Kjell Braden License: LGPL-3+ Files: src/gajim-plugin/* Copyright: 2011-2013, Kjell Braden License: GPL-3 Files: debian/* Copyright: Hans-Christoph Steiner License: public-domain License: LGPL-3+ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. . This library 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 Lesser General Public License for more details. . You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA X-Comment: On Debian systems the full text of the GNU Lesser General Public License can be found in the `/usr/share/common-licenses/LGPL-3' file. License: GPL-3 Gajim 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; version 3 only. . Gajim 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. X-Comment: On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-3'. License: public-domain To the best of our knowledge, with the exceptions noted below or within the files themselves, the files that constitute the debian/ folder of this project are in the public domain. Most are distributed with the following notice: . The contents of this file are dedicated to the public domain. To the extent that dedication to the public domain is not available, everyone is granted a worldwide, perpetual, royalty-free, non-exclusive license to exercise all rights associated with the contents of this file for any purpose whatsoever. No rights are reserved. debian/gbp.conf0000644000000000000000000000024512220106307010577 0ustar [DEFAULT] upstream-branch = upstream debian-branch = master upstream-tag = upstream/%(version)s debian-tag = debian/%(version)s pristine-tar = True sign-tags = True debian/changelog0000644000000000000000000000112512230107322011027 0ustar python-potr (1.0.0-1) unstable; urgency=low * new upstream version, yay 1.0! * gajim-plugin source removed from upstream tarball -- Hans-Christoph Steiner Thu, 17 Oct 2013 17:27:04 -0400 python-potr (1.0.0~beta7-1) unstable; urgency=low * update to the latest upstream release * add python3 package * upload to unstable -- Hans-Christoph Steiner Mon, 23 Sep 2013 14:49:05 -0400 python-potr (1.0.0~beta6-1) experimental; urgency=low * Initial release (Closes: #651324) -- Hans-Christoph Steiner Thu, 20 Dec 2012 16:25:37 -0500 debian/control0000644000000000000000000000421112220124572010564 0ustar Source: python-potr Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Hans-Christoph Steiner Build-Depends: python-all (>= 2.6.6-3~), python3-all, debhelper (>= 8.0.0~), python-setuptools (>= 0.6b3), python3-setuptools, python-crypto (>= 2.1), python3-crypto (>= 2.1) X-Python-Version: >= 2.6 X-Python3-Version: >= 3.1 Standards-Version: 3.9.4 Homepage: http://python-otr.pentabarf.de Vcs-Git: git://anonscm.debian.org/collab-maint/python-potr.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/python-potr.git;a=summary Package: python-potr Architecture: all Depends: ${python:Depends}, ${misc:Depends} Provides: ${python:Provides} Description: Pure Python implementation of the OTR protocol pure-python-otr is a pure Python implementation of the OTR protocol (Off-the-Record encryption, see the OTR website for more information). This gives developers the flexibility to implement OTR encryption for their Python-based Instant Messaging clients. A gajim-otr plugin will be available in the next major Gajim release to provide IM encryption independently of the underlying chat protocol. . This package also includes the command line utility 'convertkey' for converting the old OTR file format to the new one. Package: python3-potr Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Provides: ${python3:Provides} Description: Pure Python implementation of the OTR protocol (Python 3) pure-python-otr is a pure Python implementation of the OTR protocol (Off-the-Record encryption, see the OTR website for more information). This gives developers the flexibility to implement OTR encryption for their Python-based Instant Messaging clients. A gajim-otr plugin will be available in the next major Gajim release to provide IM encryption independently of the underlying chat protocol. . This package also includes the command line utility 'convertkey' for converting the old OTR file format to the new one. . This is the Python 3 version of the package. debian/manpages0000644000000000000000000000002412220106307010671 0ustar debian/convertkey.1 debian/compat0000644000000000000000000000000212220106307010355 0ustar 8 debian/convertkey.10000644000000000000000000000275112220106307011437 0ustar .\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, 1, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH CONVERTKEY 1 "December 2012" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME convertkey \- convert OTR key file from old to new format .SH SYNOPSIS .B convertkey [\fIFILE\fR] .SH DESCRIPTION This manual page documents briefly the .B convertkey command. .PP .\" TeX users may be more comfortable with the \fB\fP and .\" \fI\fP escape sequences to invode bold face and italics, .\" respectively. \fBconvertkey\fP is a program that converts a file containing OTR private keys from the old libotr format to the current S-expressions libotr format. It reads the file name as the first argument and then writes the results to a file with the same name as the input, but with a "2" appended to the end. .SH AUTHOR convertkey was written by Kjell Braden. .PP This manual page was written by Hans-Christoph Steiner , for the Debian project (and may be used by others). debian/python-potr.install0000644000000000000000000000002112220121161013036 0ustar usr/lib/python2* debian/rules0000755000000000000000000000115412220121161010233 0ustar #!/usr/bin/make -f PYTHON2=$(shell pyversions -vr) PYTHON3=$(shell py3versions -vr) %: dh $@ --with python2,python3 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) test-python%: python$* setup.py test -vv override_dh_auto_test: $(PYTHON2:%=test-python%) $(PYTHON3:%=test-python%) endif build-python%: python$* setup.py build override_dh_auto_build: $(PYTHON3:%=build-python%) dh_auto_build install-python%: python$* setup.py install --root=$(CURDIR)/debian/tmp --install-layout=deb override_dh_auto_install: $(PYTHON3:%=install-python%) dh_auto_install override_dh_auto_clean: dh_auto_clean rm -rf build debian/python3-potr.install0000644000000000000000000000002112220121161013121 0ustar usr/lib/python3* debian/source/0000755000000000000000000000000012220106307010457 5ustar debian/source/format0000644000000000000000000000001412220106307011665 0ustar 3.0 (quilt)