Skip to content

Commit

Permalink
changed version to 0.3-1
Browse files Browse the repository at this point in the history
  • Loading branch information
vinc3nt committed Apr 25, 2014
1 parent d405c6b commit 8f2da11
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions create-debian-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ python setup.py sdist

# Creates Debian source package from Python package
cd dist
py2dsc -m 'freepto <deb@freepto.mx>' tortp-0.2.tar.gz
py2dsc -m 'freepto <deb@freepto.mx>' tortp-0.3.tar.gz

# Configure build
cd deb_dist/tortp-0.2
cd deb_dist/tortp-0.3
echo 'tortp.egg-info/*' > debian/clean
sed -i 's/source package automatically created by stdeb 0.6.0+git/Initial release. Closes: 1.0/' debian/changelog

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from distutils.core import setup
setup(name='tortp',
version='0.2',
version='0.3',
py_modules=['tortp'],
)
2 changes: 1 addition & 1 deletion tortp-deb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Priority: optional
Standards-Version: 3.9.2

Package: tortp
Version: 0.2-1
Version: 0.3-1
Maintainer: vinc3nt <vinc3nt@riseup.net>
Depends: tor, curl, python-tortp, dnsmasq, wipe, python-stem
Files: tortp /usr/bin
Expand Down

0 comments on commit 8f2da11

Please sign in to comment.