[Pkg-privacy-commits] [torbrowser-launcher] 38/39: Support new release 0.3.0.dev in develop branch
Roger Shimizu
rosh at debian.org
Tue Mar 27 15:41:54 UTC 2018
This is an automated email from the git hooks/post-receive script.
rosh pushed a commit to branch rosh/experimental
in repository torbrowser-launcher.
commit aac63a10b7b10654c68e0c7518ef7b2e59627e37
Author: Roger Shimizu <rosh at debian.org>
Date: Wed Mar 28 00:15:54 2018 +0900
Support new release 0.3.0.dev in develop branch
debian/control:
- Update Build-Depends list to python3 series.
- Update Depends list to match current python3 implementation.
- Move debian/source.lintian-overrides
to debian/source/lintian-overrides to comfort lintian.
debian/rules:
- Use pybuild as buildsystem to avoid pyversions command error.
---
debian/changelog | 7 +++++++
debian/control | 17 +++++++----------
debian/rules | 2 +-
.../lintian-overrides} | 0
4 files changed, 15 insertions(+), 11 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2687964..8d39e1d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,13 @@ torbrowser-launcher (0.3.0~dev-1~exp1) UNRELEASED; urgency=medium
- Improved python style with flake8
* debian/patches:
- Refresh patches.
+ * debian/control:
+ - Update Build-Depends list to python3 series.
+ - Update Depends list to match current python3 implementation.
+ - Move debian/source.lintian-overrides
+ to debian/source/lintian-overrides to comfort lintian.
+ * debian/rules:
+ - Use pybuild as buildsystem to avoid pyversions command error.
-- Roger Shimizu <rosh at debian.org> Tue, 27 Mar 2018 22:22:51 +0900
diff --git a/debian/control b/debian/control
index 96395f8..c912910 100644
--- a/debian/control
+++ b/debian/control
@@ -9,8 +9,8 @@ Build-Depends:
dh-python,
help2man,
lsb-release,
- python-all (>= 2.7.3-4)
-X-Python-Version: >= 2.7
+ python3-all
+X-Python3-Version: >= 3.0
Standards-Version: 3.9.8
Homepage: https://micahflee.com/torbrowser-launcher/
Vcs-Git: https://anonscm.debian.org/git/pkg-privacy/packages/torbrowser-launcher.git
@@ -20,16 +20,13 @@ Package: torbrowser-launcher
Architecture: i386 amd64
Depends:
${misc:Depends},
- ${python:Depends},
+ ${python3:Depends},
ca-certificates,
- gnupg,
libdbus-glib-1-2,
- python-gtk2,
- python-lzma,
- python-parsley (>= 1.2),
- python-psutil,
- python-twisted,
- python-txsocksx (>= 1.13.0.1)
+ python3-pyqt5,
+ python3-gpg,
+ python3-requests,
+ python3-socks
Recommends: tor
Suggests: apparmor, python-pygame
Description: helps download and run the Tor Browser Bundle
diff --git a/debian/rules b/debian/rules
index ef22b28..340524a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
include /usr/share/dpkg/pkg-info.mk
%:
- dh $@ --with python2 --buildsystem=python_distutils
+ dh $@ --with python3 --buildsystem=pybuild
override_dh_install:
for PROFILE in torbrowser.Tor.tor torbrowser.Browser.firefox \
diff --git a/debian/source.lintian-overrides b/debian/source/lintian-overrides
similarity index 100%
rename from debian/source.lintian-overrides
rename to debian/source/lintian-overrides
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/torbrowser-launcher.git
More information about the Pkg-privacy-commits
mailing list