diff options
author | Micah Anderson <micah@riseup.net> | 2013-05-30 22:45:35 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-05-30 22:45:35 -0400 |
commit | ac477de207b132f479efbaad28b1db985f908bb6 (patch) | |
tree | 21bb508d3f606348a6928844ccf63b01a8efee8b | |
parent | 2f4d6b60f5c5581a0e53ffa77b747485b1e64d7b (diff) |
remove unnecessary files from repository
-rw-r--r-- | debian/#control# | 14 | ||||
l--------- | debian/.#control | 1 | ||||
-rw-r--r-- | pkg/requirements-testing.pip | 1 | ||||
-rw-r--r-- | pkg/requirements.pip | 10 |
4 files changed, 0 insertions, 26 deletions
diff --git a/debian/#control# b/debian/#control# deleted file mode 100644 index 9f79cc3..0000000 --- a/debian/#control# +++ /dev/null @@ -1,14 +0,0 @@ -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, protobuf-c-compiler -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/.#control b/debian/.#control deleted file mode 120000 index cedfffd..0000000 --- a/debian/.#control +++ /dev/null @@ -1 +0,0 @@ -micah@muck.riseup.net.4743:1369862767
\ No newline at end of file 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 |