diff options
author | kali <kali@leap.se> | 2013-01-30 13:15:30 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2013-01-30 13:15:30 +0900 |
commit | 4c8d48b769c71a2ed694757d0c338f0fe8ec3950 (patch) | |
tree | b8e40c7ffe1188a17ec088ec0565d0c3eca58fc4 | |
parent | 4377854ebe486bda58411b4a54fe2087a2d4dbd5 (diff) |
remove dummy info and fix typos
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 17 | ||||
-rw-r--r-- | debian/copyright | 9 | ||||
-rw-r--r-- | debian/docs | 5 |
4 files changed, 17 insertions, 16 deletions
diff --git a/debian/changelog b/debian/changelog index 8ec41a4d..d839b8b3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -leap-client (0.2.0+xxx) unstable; urgency=low +leap-client (0.2.0+4377854) unstable; urgency=low [ Micah Anderson ] * removed unused comments from control file diff --git a/debian/control b/debian/control index 83df0e9f..b085db53 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Standards-Version: 3.9.3 Homepage: http://leap.se #Vcs-Git: git://git.debian.org/python-applications-team/leap-client.git #Vcs-Browser: http://git.debian.org/?p=python-applications-team/leap-client.git;a=summary -Build-Depends: debhelper (>= 8.0.0), python-support, python (>=2.6) +Build-Depends: debhelper (>= 8.0.0), python-support, python (>=2.6), python-sphinx (>= 1.0.7+dfsg) X-Python-Version: >= 2.6 Package: leap-client @@ -14,7 +14,7 @@ Architecture: any Depends: ${misc:Depends}, ${python:Depends}, python-qt4, python-openssl, - python-pycrypto, + python-crypto, python-keyring, python-srp, python-dateutil, @@ -24,15 +24,22 @@ Depends: ${misc:Depends}, ${python:Depends}, python-requests, python-xdg, python-jsonschema, - pithon-sh, + python-sh, python-nose, python-mock, - python-sphinx, pep8, openvpn #pyqt4-dev-tools, ??? +#python-sphinx, only build-depend, right? Suggests: resolvconf, python-geoip Conflicts: autoresolv Enhances: openvpn Description: Provides the desktop client for the LEAP Encryption Access Project Platform. - <insert long description, indented with spaces> + LEAP (LEAP Encryption Access Project) develops + a plan to secure everyday communication, breaking down + into discrete services. + . + The client for the current phase gives support to the EIP Service. + EIP (the Encrypted Internet Proxy) provides circumvention, location + anonymization, and traffic encryption in a hassle-free, + automatically self-configuring fashion, and has an enhanced level of security. diff --git a/debian/copyright b/debian/copyright index c4b8eef6..fff117e1 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,8 +3,6 @@ Upstream-Name: leap-client Upstream-Contact: info@leap.se Source: <http://github.com/leapcode/leap_client/> -# FIXME !!! This needs a licensecheck -r run !!! -- kali - Files: * Copyright: 2012,2013 The LEAP Encryption Access Project License: GPL-3+ @@ -15,10 +13,5 @@ License: GPL-3+ License version 3 can be found in the file `/usr/share/common-licenses/GPL-3'. -# Please also look if there are files or directories which have a -# different copyright/license attached and list them here. -# Please avoid to pick license terms that are more restrictive than the -# packaged work, as it may make Debian's contributions unacceptable upstream. - -# XXX TODO +# REVIEW-ME This needs a licensecheck -r run !!! -- kali # Do we need to add the GPL OpenSSL exception?? diff --git a/debian/docs b/debian/docs index a568514d..fc8df7fd 100644 --- a/debian/docs +++ b/debian/docs @@ -1,2 +1,3 @@ -NEWS.rst -README.rst +# XXX fix path... +#NEWS.rst +#README.rst |