From bdc3543a23d92aba62e880e56827298df3d03942 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 1 Jun 2015 14:31:11 -0400 Subject: add debian folder, with changelog updated to 0.4.0 --- debian/changelog | 86 ++++++++++++++++++++++++++++++++++++++++++++++++++++ debian/clean | 1 + debian/compat | 1 + debian/control | 15 +++++++++ debian/copyright | 16 ++++++++++ debian/rules | 7 +++++ debian/source/format | 1 + 7 files changed, 127 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 diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..fbfd6d3 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,86 @@ +leap-common (0.4.10) unstable; urgency=medium + + * Update to 0.4.0 release + + -- Ben Carrillo Mon, 01 Jun 2015 14:30:27 -0400 + +leap-common (0.3.9) unstable; urgency=medium + + * Update to 0.3.9 release + + -- Ben Carrillo Fri, 07 Nov 2014 18:50:11 +0100 + +leap-common (0.3.8) unstable; urgency=medium + + * Update to 0.3.8 release + + -- Ben Carrillo Tue, 10 Jun 2014 09:24:12 -0500 + +leap-common (0.3.7) unstable; urgency=low + + * Update to 0.3.7 release + + -- Ben Carrillo Wed, 09 Apr 2014 14:26:10 -0500 + +leap-common (0.3.6) unstable; urgency=low + + * Update to 0.3.6 release + + -- Micah Anderson Tue, 10 Dec 2013 16:02:51 -0400 + +leap-common (0.3.5) unstable; urgency=low + + * Update to 0.3.5 release. + + -- Micah Anderson Tue, 05 Nov 2013 11:05:40 -0200 + +leap-common (0.3.4) unstable; urgency=low + + * Update to 0.3.4 release. + * Install LEAP changelog too. + + -- Micah Anderson Mon, 14 Oct 2013 03:40:42 -0300 + +leap-common (0.3.3) unstable; urgency=low + + * Update to 0.3.3 release. + + -- Micah Anderson Tue, 24 Sep 2013 17:02:57 -0400 + +leap-common (0.3.2) unstable; urgency=low + + * Update to 0.3.2 + + -- Ben Carrillo Thu, 12 Sep 2013 14:00:01 +0200 + +leap-common (0.3.1) unstable; urgency=low + + * Update protobuf dependency to be more accurate + * Update to 0.3.1 + + -- Ben Carrillo Mon, 26 Aug 2013 21:55:19 +0200 + +leap-common (0.3.0.1) unstable; urgency=low + + * Regenerate events_pb2.py with protobuf 2.4.1 + + -- Micah Anderson Thu, 15 Aug 2013 10:11:43 -0400 + +leap-common (0.3.0) unstable; urgency=low + + * Update to 0.3.0 + + -- Micah Anderson Tue, 13 Aug 2013 14:26:37 -0400 + +leap-common (0.2.5) unstable; urgency=low + + * Upgrade to 0.2.5 + * Change to native package + + -- Micah Anderson Tue, 04 Jun 2013 16:16:29 -0400 + +leap-common (0.2.3-dev1) unstable; urgency=low + + * Initial debianization + + -- Micah Anderson Thu, 30 May 2013 14:06:16 -0400 diff --git a/debian/clean b/debian/clean new file mode 100644 index 0000000..8dbc13e --- /dev/null +++ b/debian/clean @@ -0,0 +1 @@ +src/leap.common.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..ce369f3 --- /dev/null +++ b/debian/control @@ -0,0 +1,15 @@ +Source: leap-common +Maintainer: Micah Anderson +Uploaders: Ben Carrillo +Section: python +Priority: optional +Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9), python-protobuf, python-protobuf.socketrpc +Standards-Version: 3.9.5 + +Package: python-leap-common +Architecture: all +Depends: ${misc:Depends}, ${python:Depends}, python-jsonschema, python-dirspec, python-protobuf (>=2.4.1), python-protobuf.socketrpc, + python-dateutil, python-openssl, python-gnupg +Description: Common python files needed by LEAP projects. + This package contains common python functions that are needed + for the LEAP Client project diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..353207a --- /dev/null +++ b/debian/copyright @@ -0,0 +1,16 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: leap-common +Upstream-Contact: kali@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 0000000..734e561 --- /dev/null +++ b/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +%: + dh $@ --with python2 --buildsystem=python_distutils + +override_dh_installchangelogs: + dh_installchangelogs CHANGELOG 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