[Pkg-privacy-commits] [onionshare] 01/55: Update PPA script

Ulrike Uhlig u-guest at moszumanska.debian.org
Thu Sep 8 10:26:23 UTC 2016


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

u-guest pushed a commit to branch debian
in repository onionshare.

commit 5b9e8d5f134edb62bbb45cf187f9cefcde9513af
Author: Micah Lee <micah at micahflee.com>
Date:   Wed Apr 13 14:33:40 2016 -0700

    Update PPA script
---
 install/ppa_release.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/install/ppa_release.sh b/install/ppa_release.sh
index 859d182..e64fb86 100755
--- a/install/ppa_release.sh
+++ b/install/ppa_release.sh
@@ -7,10 +7,10 @@
 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && cd .. && pwd )"
 cd $DIR
 
-VERSION=`cat version`
+VERSION=`cat resources/version.txt`
 
 rm -rf deb_dist >/dev/null 2>&1
-python setup.py --command-packages=stdeb.command sdist_dsc
+python3 setup.py --command-packages=stdeb.command sdist_dsc
 cd deb_dist/onionshare-$VERSION
 dpkg-buildpackage -S
 cd ..

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



More information about the Pkg-privacy-commits mailing list