summaryrefslogtreecommitdiff
path: root/debian/python-leap.common/DEBIAN
diff options
context:
space:
mode:
Diffstat (limited to 'debian/python-leap.common/DEBIAN')
-rw-r--r--debian/python-leap.common/DEBIAN/control12
-rw-r--r--debian/python-leap.common/DEBIAN/md5sums33
-rwxr-xr-xdebian/python-leap.common/DEBIAN/postinst9
-rwxr-xr-xdebian/python-leap.common/DEBIAN/prerm14
4 files changed, 68 insertions, 0 deletions
diff --git a/debian/python-leap.common/DEBIAN/control b/debian/python-leap.common/DEBIAN/control
new file mode 100644
index 0000000..7ec433d
--- /dev/null
+++ b/debian/python-leap.common/DEBIAN/control
@@ -0,0 +1,12 @@
+Package: python-leap.common
+Source: leap-common
+Version: 0.2.3-dev1
+Architecture: all
+Maintainer: Micah Anderson <micah@debian.org>
+Installed-Size: 234
+Depends: python (>= 2.7), python (<< 2.8), python-jsonschema, python-xdg, python-protobuf, python-protobuf.socketrpc, python-openssl, python-dateutil, python-autopep8, python-gnupg
+Section: python
+Priority: optional
+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/python-leap.common/DEBIAN/md5sums b/debian/python-leap.common/DEBIAN/md5sums
new file mode 100644
index 0000000..1bfa617
--- /dev/null
+++ b/debian/python-leap.common/DEBIAN/md5sums
@@ -0,0 +1,33 @@
+31fd2c104cd4c1d193ec9aa4f20e6001 usr/share/doc/python-leap.common/changelog.Debian.gz
+21d310049c19f5d33ba5ea6c60e5dca8 usr/share/doc/python-leap.common/copyright
+d22e9cf7bd13e4ede09bac84421f142d usr/share/pyshared/leap.common-0.2.3_dev-nspkg.pth
+990b94e8f6be8bb2739002e88ab33b2b usr/share/pyshared/leap.common-0.2.3_dev.egg-info/PKG-INFO
+37c1614b30fee94ef7e62c0eb4045f65 usr/share/pyshared/leap.common-0.2.3_dev.egg-info/SOURCES.txt
+e8d5c7c249b5856392d6448fd5899f5e usr/share/pyshared/leap.common-0.2.3_dev.egg-info/dependency_links.txt
+15efee23227e2dd46960cbb8a3b1a9f0 usr/share/pyshared/leap.common-0.2.3_dev.egg-info/namespace_packages.txt
+613023c3d0b371605285222494503930 usr/share/pyshared/leap.common-0.2.3_dev.egg-info/requires.txt
+15efee23227e2dd46960cbb8a3b1a9f0 usr/share/pyshared/leap.common-0.2.3_dev.egg-info/top_level.txt
+533cda9d3cb16103fbcc42de8fac6a34 usr/share/pyshared/leap/common/__init__.py
+4435367cd0c437d5b2d4a191b26dabd1 usr/share/pyshared/leap/common/certs.py
+6c883a1051129c65f75c53378f0e7a1d usr/share/pyshared/leap/common/check.py
+d41d8cd98f00b204e9800998ecf8427e usr/share/pyshared/leap/common/config/__init__.py
+877407026ce9d42d0da03d3b72301740 usr/share/pyshared/leap/common/config/baseconfig.py
+ff1eb89cf37e042e1b572e9138ae5269 usr/share/pyshared/leap/common/config/pluggableconfig.py
+f5284b4e8d3aaae6de58ad42043e1162 usr/share/pyshared/leap/common/config/prefixers.py
+33eb1eeb41079ad0234afba2edbf0a9d usr/share/pyshared/leap/common/events/__init__.py
+732e2b7ca5f22d151c42ce64c736b82e usr/share/pyshared/leap/common/events/component.py
+a861976eef97e7ed95bb33f6dbeb05f4 usr/share/pyshared/leap/common/events/daemon.py
+cb7221fa887ff5e2e08c47bf13f6a23e usr/share/pyshared/leap/common/events/events_pb2.py
+c8dbde173372f58602fe6dd19fc30cf1 usr/share/pyshared/leap/common/events/mac_auth.py
+bd6ebdc4f0441b689d6f0101f3b9fa80 usr/share/pyshared/leap/common/events/server.py
+8a9d3a856b42c4a5c5e69dcfe8982307 usr/share/pyshared/leap/common/files.py
+77bbd4d03995b6f4652958516d710efa usr/share/pyshared/leap/common/keymanager/__init__.py
+ddef5455c3b7964365267184a3fa2c0c usr/share/pyshared/leap/common/keymanager/errors.py
+05828143ff4d2b9da92227da4bc12c4d usr/share/pyshared/leap/common/keymanager/gpg.py
+b85230945b9a597bed40bfadb5f01178 usr/share/pyshared/leap/common/keymanager/keys.py
+0f7ea32cb387a08d9a043decd51d0f03 usr/share/pyshared/leap/common/keymanager/openpgp.py
+d41d8cd98f00b204e9800998ecf8427e usr/share/pyshared/leap/common/testing/__init__.py
+5dd5c2a35014c45510c0cec0874c3cb1 usr/share/pyshared/leap/common/testing/basetest.py
+8f232808fe0fa9ab35baee7290a1081b usr/share/pyshared/leap/common/testing/https_server.py
+848e9db64230b00a1b4047f1f0ce4e7d usr/share/pyshared/leap/common/testing/test_basetest.py
+15efee23227e2dd46960cbb8a3b1a9f0 usr/share/python/ns/python-leap.common
diff --git a/debian/python-leap.common/DEBIAN/postinst b/debian/python-leap.common/DEBIAN/postinst
new file mode 100755
index 0000000..5dc39f3
--- /dev/null
+++ b/debian/python-leap.common/DEBIAN/postinst
@@ -0,0 +1,9 @@
+#!/bin/sh
+set -e
+
+# Automatically added by dh_python2:
+if which pycompile >/dev/null 2>&1; then
+ pycompile -p python-leap.common
+fi
+
+# End automatically added section
diff --git a/debian/python-leap.common/DEBIAN/prerm b/debian/python-leap.common/DEBIAN/prerm
new file mode 100755
index 0000000..702eec2
--- /dev/null
+++ b/debian/python-leap.common/DEBIAN/prerm
@@ -0,0 +1,14 @@
+#!/bin/sh
+set -e
+
+# Automatically added by dh_python2:
+if which pyclean >/dev/null 2>&1; then
+ pyclean -p python-leap.common
+else
+ dpkg -L python-leap.common | grep \.py$ | while read file
+ do
+ rm -f "${file}"[co] >/dev/null
+ done
+fi
+
+# End automatically added section