From a53ccbddfb206454a08f5d96ee1d18c01a8c1e3c Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 22 Aug 2013 17:40:43 -0400 Subject: initial debian packaging --- debian/changelog | 5 +++++ debian/clean | 1 + debian/compat | 1 + debian/control | 14 ++++++++++++++ debian/rules | 9 +++++++++ debian/source/format | 1 + 6 files changed, 31 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/clean create mode 100644 debian/compat create mode 100644 debian/control create mode 100755 debian/rules create mode 100644 debian/source/format diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..095bc73 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +leap-mail (0.3.1pre) unstable; urgency=low + + * Initial import + + -- Micah Anderson 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..824d4b3 --- /dev/null +++ b/debian/control @@ -0,0 +1,14 @@ +Source: leap-mail +Maintainer: Micah Anderson +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/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) -- cgit v1.2.3