summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-06-06 16:33:05 -0400
committerMicah Anderson <micah@riseup.net>2013-06-13 21:10:08 -0400
commit2198696c369d53bcaeb32cd5d25c526f76808ab4 (patch)
tree96125d6802547d1dc7d55c4860d50db230e0fc09 /debian
parentb3dc32412f78da03192e0ddae9648012620c444d (diff)
initial debian packaging
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
-rw-r--r--debian/clean1
-rw-r--r--debian/compat1
-rw-r--r--debian/control12
-rw-r--r--debian/leap-mx.doc3
-rwxr-xr-xdebian/rules6
-rw-r--r--debian/source/format1
7 files changed, 29 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..4340754
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+leap-mx (0.2.2) unstable; urgency=low
+
+ * Initial Debian package
+
+ -- Micah Anderson <micah@debian.org> Thu, 06 Jun 2013 16:20:55 -0400
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..4a664ba
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+src/leap.mx.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..78528af
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,12 @@
+Source: leap-mx
+Maintainer: Micah Anderson <micah@debian.org>
+Section: python
+Priority: optional
+Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9)
+Standards-Version: 3.9.4
+
+Package: python-leap-mx
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: An asynchronous, transparently-encrypting remailer for the L
+ An asynchronous, transparently-encrypting remailer using BigCouch/CouchDB and PGP/GnuPG, written in Twisted Python.
diff --git a/debian/leap-mx.doc b/debian/leap-mx.doc
new file mode 100644
index 0000000..875a55c
--- /dev/null
+++ b/debian/leap-mx.doc
@@ -0,0 +1,3 @@
+../doc
+../README.md
+../VERSION.md
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..bcebae9
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+%:
+ 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)