diff options
-rw-r--r-- | debian/changelog | 14 | ||||
-rw-r--r-- | debian/clean | 1 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 14 | ||||
-rw-r--r-- | debian/copyright | 30 | ||||
-rw-r--r-- | debian/pydist-overrides | 1 | ||||
-rwxr-xr-x | debian/rules | 9 | ||||
-rw-r--r-- | debian/source/format | 1 |
8 files changed, 71 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..10532e3 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,14 @@ +leap-mail (0.3.1) unstable; urgency=low + + * Update to 0.3.1 release. + * Add leap.common to pydist-overrides. + * Update debian/control extended description to fit length + * Add debian/copyright + + -- Micah Anderson <micah@leap.se> Tue, 27 Aug 2013 11:50:38 +0200 + +leap-mail (0.3.1~pre) unstable; urgency=low + + * Initial import + + -- Micah Anderson <micah@leap.se> Thu, 22 Aug 2013 17:30:34 -0400 diff --git a/debian/clean b/debian/clean new file mode 100644 index 0000000..2955dac --- /dev/null +++ b/debian/clean @@ -0,0 +1 @@ +src/leap.mail.egg-info/* 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..74fe573 --- /dev/null +++ b/debian/control @@ -0,0 +1,14 @@ +Source: leap-mail +Maintainer: Micah Anderson <micah@leap.se> +Section: python +Priority: optional +Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9) +Standards-Version: 3.9.4 + +Package: leap-mail +Architecture: all +Depends: ${misc:Depends}, ${python:Depends} +Suggests: bitmask +Description: Client-side python bindings for the LEAP mail client + This package contains the client-side python components for interacting with + bitmask, and the server-side leap_mx. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..f23ac59 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,30 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: leap-mail +Upstream-Contact: info@leap.se +Source: <http://github.com/leapcode/leap_mail/> + +Files: * +Copyright: 2012,2013 The LEAP Encryption Access Project +License: GPL-3+ OpenSSL + This package is released under the GNU GPL, version 3 or a later revision. + For further details see the COPYING file. + . + On Debian systems, the full text of the GNU General Public + License version 3 can be found in the file + `/usr/share/common-licenses/GPL-3'. + . + In addition, as a special exception, the copyright holders give + permission to link the code of portions of this program with the + OpenSSL library under certain conditions as described in each + individual source file, and distribute linked combinations including + the two. + . + You must obey the GNU General Public License in all respects for all + of the code used other than OpenSSL. If you modify file(s) with this + exception, you may extend this exception to your version of the + file(s), but you are not obligated to do so. If you do not wish to do + so, delete this exception statement from your version. If you delete + this exception statement from all source files in the program, then + also delete it here. + +# REVIEW-ME This needs a licensecheck -r run !!! -- kali diff --git a/debian/pydist-overrides b/debian/pydist-overrides new file mode 100644 index 0000000..2032d4d --- /dev/null +++ b/debian/pydist-overrides @@ -0,0 +1 @@ +leap.common python-leap-common (>=0.3.1) diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..dd02a20 --- /dev/null +++ b/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +# This file was automatically generated by stdeb 0.6.0+git at +# Thu, 22 Aug 2013 17:30:34 -0400 + +%: + dh $@ --with python2 --buildsystem=python_distutils + + diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..89ae9db --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native) |