[Pkg-privacy-commits] [flashproxy] 08/65: some more fixes - latest standards version - simplify secure-install shell snippet - rm redundant deps

Ximin Luo infinity0 at moszumanska.debian.org
Fri Aug 21 13:49:39 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch _volatile-rc
in repository flashproxy.

commit bd8821a9e8f4b7af5365e8bcbb5a143171275d35
Author: Ximin Luo <infinity0 at gmx.com>
Date:   Tue Jan 7 15:42:53 2014 +0000

    some more fixes
    - latest standards version
    - simplify secure-install shell snippet
    - rm redundant deps
---
 debian/control                         | 6 +++---
 debian/flashproxy-facilitator.postinst | 3 +--
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 6e96c51..2dfa76d 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 9),
  python-m2crypto,
  python-setuptools,
  rhino,
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
 X-Python-Version: >= 2.7
 Homepage: https://crypto.stanford.edu/flashproxy/
 Vcs-Git: git://git.torproject.org/debian/flashproxy.git
@@ -35,7 +35,7 @@ Description: Pluggable transport for ephemeral IP addresses - common library
 
 Package: flashproxy-client
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, flashproxy-common, python, python-m2crypto
+Depends: ${misc:Depends}, ${python:Depends}, flashproxy-common
 Description: Pluggable transport for ephemeral IP addresses - client transport plugin
  Tor has bridge relays, but in some cases even these can be blocked despite the
  fact that their addresses are handed out only a few at a time. The purpose of
@@ -49,7 +49,7 @@ Description: Pluggable transport for ephemeral IP addresses - client transport p
 
 Package: flashproxy-facilitator
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, flashproxy-common, python, python-m2crypto, openssl
+Depends: ${misc:Depends}, ${python:Depends}, flashproxy-common, openssl
 Recommends: httpd-cgi | apache2
 Suggests: flashproxy-proxy
 Description: Pluggable transport for ephemeral IP addresses - facilitator
diff --git a/debian/flashproxy-facilitator.postinst b/debian/flashproxy-facilitator.postinst
index 92b564b..1f144e8 100644
--- a/debian/flashproxy-facilitator.postinst
+++ b/debian/flashproxy-facilitator.postinst
@@ -46,8 +46,7 @@ case "$1" in
           openssl genrsa 2048 | tee ${pkgconfdir}/reg-daemon.key | \
           openssl rsa -pubout > ${pkgconfdir}/reg-daemon.pub; }
         test -f ${pkgconfdir}/reg-email.pass || { \
-          install -m 600 /dev/null ${pkgconfdir}/reg-email.pass && \
-          cat ${exampledir}/reg-email.pass > ${pkgconfdir}/reg-email.pass; }
+          install -m 600 ${exampledir}/reg-email.pass ${pkgconfdir}/reg-email.pass; }
     ;;
 
     abort-upgrade|abort-remove|abort-deconfigure)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/flashproxy.git



More information about the Pkg-privacy-commits mailing list