From c2b5526b020967ff4cf7c5fd08d0d8483363095e Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 18 Jul 2013 14:39:45 -0400 Subject: initial debian packaging --- debian/changelog | 5 +++++ debian/clean | 1 + debian/compat | 1 + debian/control | 13 +++++++++++++ debian/copyright | 16 ++++++++++++++++ debian/doc | 2 ++ debian/files | 1 + debian/rules | 6 ++++++ debian/source/format | 1 + 9 files changed, 46 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/clean create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/doc create mode 100644 debian/files create mode 100755 debian/rules create mode 100644 debian/source/format (limited to 'debian') diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..fec9286 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +leap-keymanager (0.2.0) unstable; urgency=low + + * Initial debian package + + -- Micah Anderson Thu, 18 Jul 2013 14:08:30 -0400 diff --git a/debian/clean b/debian/clean new file mode 100644 index 0000000..8ea5a5b --- /dev/null +++ b/debian/clean @@ -0,0 +1 @@ +src/leap.keymanager.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..e4be973 --- /dev/null +++ b/debian/control @@ -0,0 +1,13 @@ +Source: leap-keymanager +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-keymanager +Architecture: all +Depends: ${misc:Depends}, ${python:Depends} +Description: LEAP's Key Manager + The Key Manager handles all types of keys to allow for point-to-point + encryption between parties communicating through LEAP infrastructure. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..85071d3 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,16 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: python-leap.keyring +Upstream-Contact: info@leap.se +Source: + +Files: * +Copyright: Copyright (C) 2013 LEAP +License: GPL-3+ + +Files: debian/* +Copyright: Copyright 2013 Micah Anderson +License: GPL-3+ + +License: GPL-3+ + On Debian systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL'. diff --git a/debian/doc b/debian/doc new file mode 100644 index 0000000..ed089a7 --- /dev/null +++ b/debian/doc @@ -0,0 +1,2 @@ +README.rst +CHANGELOG diff --git a/debian/files b/debian/files new file mode 100644 index 0000000..bae9bc1 --- /dev/null +++ b/debian/files @@ -0,0 +1 @@ +python-leap.keymanager_0.2.0-1_all.deb python optional 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) -- cgit v1.2.3