summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog5
-rw-r--r--debian/clean1
-rw-r--r--debian/compat1
-rw-r--r--debian/control14
-rwxr-xr-xdebian/rules9
-rw-r--r--debian/source/format1
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)