From 40cd0620fd135d5b7104165b90143fa6db36fbad Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 4 Jun 2013 16:38:03 -0400 Subject: initial debian package --- debian/changelog | 5 +++++ debian/clean | 1 + debian/compat | 1 + debian/control | 17 +++++++++++++++++ debian/copyright | 16 ++++++++++++++++ debian/rules | 6 ++++++ debian/source/format | 1 + 7 files changed, 47 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 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 00000000..68502a14 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +soledad (0.1.1) unstable; urgency=low + + * Initial debian package + + -- Micah Anderson Thu, 30 May 2013 15:11:11 -0400 diff --git a/debian/clean b/debian/clean new file mode 100644 index 00000000..c9349d36 --- /dev/null +++ b/debian/clean @@ -0,0 +1 @@ +src/leap.soledad.egg-info/* diff --git a/debian/compat b/debian/compat new file mode 100644 index 00000000..7f8f011e --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/control b/debian/control new file mode 100644 index 00000000..840a0a9a --- /dev/null +++ b/debian/control @@ -0,0 +1,17 @@ +Source: soledad +Maintainer: Micah Anderson +Section: python +Priority: optional +Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7), + python-configparser, python-couchdb, python-leap-common, python-scrypt +Standards-Version: 3.9.4 + +Package: python-soledad +Architecture: all +Depends: ${misc:Depends}, ${python:Depends}, python-configparser, python-couchdb, + python-leap-common, python-scrypt, python-gnupg, python-simplejson, python-requests, + python-six, python-twisted-web, python-sqlcipher +Description: Synchronization of locally encrypted data among devices. + Soledad is the part of LEAP that allows application data to be securely + shared among devices. It provides, to other parts of the LEAP client, an + API for data storage and sync. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 00000000..d811209b --- /dev/null +++ b/debian/copyright @@ -0,0 +1,16 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: soledad +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/rules b/debian/rules new file mode 100755 index 00000000..bcebae9f --- /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 00000000..89ae9db8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native) -- cgit v1.2.3