summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2013-06-05 05:55:11 +0900
committerKali Kaneko <kali@leap.se>2013-06-05 05:55:11 +0900
commite928b53ad205912079e86754ead68cc58852ac69 (patch)
treea2e0bed6e02896914090e0e5d46100359d08cdf9
parentdbbf33d27268266088ee1ab15fc04cef33259250 (diff)
parentcc8dd1e7f3d64ae6d7d69ed08a4346bfabfe7b22 (diff)
Merge remote-tracking branch 'micah/debian' into debian
-rw-r--r--PKG-INFO20
-rw-r--r--changes/bug_add-data-files1
-rw-r--r--changes/bug_allow-absolute-paths1
-rw-r--r--changes/bug_fix-deprecation-warning1
-rw-r--r--changes/bug_fix-do-not-attempt-to-fetch-privkeys-from-server1
-rw-r--r--changes/bug_fix-imports1
-rw-r--r--changes/feature_events_signals1
-rw-r--r--changes/feature_improve_which2
-rw-r--r--changes/feature_key-manager1
-rw-r--r--changes/feature_openpgp-context-manager1
-rw-r--r--changes/feature_openpgp-sign-verify1
-rw-r--r--changes/feature_raise-window-event1
-rw-r--r--changes/feature_use-pycrypto-for-symmetric-encryption1
-rw-r--r--debian/changelog12
-rw-r--r--debian/clean1
-rw-r--r--debian/compat1
-rw-r--r--debian/control14
-rw-r--r--debian/copyright16
-rwxr-xr-xdebian/rules5
-rw-r--r--debian/source/format1
-rw-r--r--pkg/requirements-testing.pip1
-rw-r--r--pkg/requirements.pip10
-rw-r--r--setup.cfg5
23 files changed, 75 insertions, 24 deletions
diff --git a/PKG-INFO b/PKG-INFO
new file mode 100644
index 0000000..a504e67
--- /dev/null
+++ b/PKG-INFO
@@ -0,0 +1,20 @@
+Metadata-Version: 1.1
+Name: leap.common
+Version: 0.2.5
+Summary: Common files used by the LEAP project.
+Home-page: https://leap.se/
+Author: The LEAP Encryption Access Project
+Author-email: info@leap.se
+License: GPLv3+
+Description: Common files used by the LEAP Client project.
+Platform: UNKNOWN
+Classifier: Development Status :: 3 - Alpha
+Classifier: Intended Audience :: Developers
+Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
+Classifier: Operating System :: OS Independent
+Classifier: Programming Language :: Python
+Classifier: Programming Language :: Python :: 2.6
+Classifier: Programming Language :: Python :: 2.7
+Classifier: Topic :: Communications
+Classifier: Topic :: Security
+Classifier: Topic :: Utilities
diff --git a/changes/bug_add-data-files b/changes/bug_add-data-files
deleted file mode 100644
index 5231fb8..0000000
--- a/changes/bug_add-data-files
+++ /dev/null
@@ -1 +0,0 @@
- o Add data files to setup and manifest (certificates for tests)
diff --git a/changes/bug_allow-absolute-paths b/changes/bug_allow-absolute-paths
deleted file mode 100644
index deaff1f..0000000
--- a/changes/bug_allow-absolute-paths
+++ /dev/null
@@ -1 +0,0 @@
- o Allow absolute paths in baseconfig.load
diff --git a/changes/bug_fix-deprecation-warning b/changes/bug_fix-deprecation-warning
deleted file mode 100644
index ac58117..0000000
--- a/changes/bug_fix-deprecation-warning
+++ /dev/null
@@ -1 +0,0 @@
- o Fix deprecation warnings
diff --git a/changes/bug_fix-do-not-attempt-to-fetch-privkeys-from-server b/changes/bug_fix-do-not-attempt-to-fetch-privkeys-from-server
deleted file mode 100644
index 4c8c0eb..0000000
--- a/changes/bug_fix-do-not-attempt-to-fetch-privkeys-from-server
+++ /dev/null
@@ -1 +0,0 @@
- o Fix attempt to fetch private keys from server.
diff --git a/changes/bug_fix-imports b/changes/bug_fix-imports
deleted file mode 100644
index 509f2f4..0000000
--- a/changes/bug_fix-imports
+++ /dev/null
@@ -1 +0,0 @@
- o Fix missing imports
diff --git a/changes/feature_events_signals b/changes/feature_events_signals
deleted file mode 100644
index ae0b7b0..0000000
--- a/changes/feature_events_signals
+++ /dev/null
@@ -1 +0,0 @@
- o Add a mechanism for events signaling between components.
diff --git a/changes/feature_improve_which b/changes/feature_improve_which
deleted file mode 100644
index d1d1fb5..0000000
--- a/changes/feature_improve_which
+++ /dev/null
@@ -1,2 +0,0 @@
- o Prioritize the path_extension in the which method so it finds our bundled
- app before the system one, if any.
diff --git a/changes/feature_key-manager b/changes/feature_key-manager
deleted file mode 100644
index 47a62ed..0000000
--- a/changes/feature_key-manager
+++ /dev/null
@@ -1 +0,0 @@
- o Move the Key Manager to leap client repository.
diff --git a/changes/feature_openpgp-context-manager b/changes/feature_openpgp-context-manager
deleted file mode 100644
index 4dbf759..0000000
--- a/changes/feature_openpgp-context-manager
+++ /dev/null
@@ -1 +0,0 @@
- o Refactor opengpg utility functions implementation so it uses a context manager.
diff --git a/changes/feature_openpgp-sign-verify b/changes/feature_openpgp-sign-verify
deleted file mode 100644
index 9422edc..0000000
--- a/changes/feature_openpgp-sign-verify
+++ /dev/null
@@ -1 +0,0 @@
- o Add OpenPGP sign/verify
diff --git a/changes/feature_raise-window-event b/changes/feature_raise-window-event
deleted file mode 100644
index 382ff3f..0000000
--- a/changes/feature_raise-window-event
+++ /dev/null
@@ -1 +0,0 @@
- o Add RAISE_WINDOW event
diff --git a/changes/feature_use-pycrypto-for-symmetric-encryption b/changes/feature_use-pycrypto-for-symmetric-encryption
deleted file mode 100644
index 5448483..0000000
--- a/changes/feature_use-pycrypto-for-symmetric-encryption
+++ /dev/null
@@ -1 +0,0 @@
- o Add AES-256 (CTR mode) encrypting/decrypting functions using PyCrypto.
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..098528e
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,12 @@
+leap-common (0.2.5) unstable; urgency=low
+
+ * Upgrade to 0.2.5
+ * Change to native package
+
+ -- Micah Anderson <micah@debian.org> Tue, 04 Jun 2013 16:16:29 -0400
+
+leap-common (0.2.3-dev1) unstable; urgency=low
+
+ * Initial debianization
+
+ -- Micah Anderson <micah@debian.org> 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..02f1b79
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,14 @@
+Source: leap-common
+Maintainer: Micah Anderson <micah@debian.org>
+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.4
+
+Package: python-leap-common
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python-jsonschema, python-xdg, python-protobuf, python-protobuf.socketrpc,
+ python-dateutil, python-autopep8, 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: <git://code.leap.se/leap_pycommon/>
+
+Files: *
+Copyright: Copyright (C) 2013 LEAP
+License: GPL-3+
+
+Files: debian/*
+Copyright: Copyright 2013 Micah Anderson <micah@leap.se>
+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..7bf6077
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,5 @@
+#!/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)
diff --git a/pkg/requirements-testing.pip b/pkg/requirements-testing.pip
deleted file mode 100644
index 932a895..0000000
--- a/pkg/requirements-testing.pip
+++ /dev/null
@@ -1 +0,0 @@
-mock
diff --git a/pkg/requirements.pip b/pkg/requirements.pip
deleted file mode 100644
index 141c325..0000000
--- a/pkg/requirements.pip
+++ /dev/null
@@ -1,10 +0,0 @@
-jsonschema<=0.8
-pyxdg
-protobuf
-pyopenssl
-python-dateutil
-autopep8
-python-gnupg
-PyCrypto
-
-https://protobuf-socket-rpc.googlecode.com/files/protobuf.socketrpc-1.3.2.tar.gz
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..861a9f5
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,5 @@
+[egg_info]
+tag_build =
+tag_date = 0
+tag_svn_revision = 0
+