diff options
author | Micah Anderson <micah@riseup.net> | 2013-08-22 17:40:43 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-08-22 17:44:02 -0400 |
commit | a53ccbddfb206454a08f5d96ee1d18c01a8c1e3c (patch) | |
tree | d03b68457ab6f939949f157546c14f4f472526d8 /debian | |
parent | 6fc99777f1eeb23756aa0902a46aa8dad2f90ed2 (diff) |
initial debian packaging
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/clean | 1 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 14 | ||||
-rwxr-xr-x | debian/rules | 9 | ||||
-rw-r--r-- | debian/source/format | 1 |
6 files changed, 31 insertions, 0 deletions
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 <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..824d4b3 --- /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/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) |