[Pkg-privacy-commits] [onionshare] 19/55: Added python-nautilus as a dependency (#293)
Ulrike Uhlig
u-guest at moszumanska.debian.org
Thu Sep 8 10:26:45 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 1295399d346824c69006834721b8e1684c595f85
Author: Micah Lee <micah at micahflee.com>
Date: Fri Jun 10 18:03:34 2016 -0700
Added python-nautilus as a dependency (#293)
---
BUILD.md | 6 +++---
install/build_rpm.sh | 2 +-
stdeb.cfg | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/BUILD.md b/BUILD.md
index 4fec194..6c25c76 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -14,7 +14,7 @@ cd onionshare
Then install the needed dependencies:
```sh
-sudo apt-get install -y python3-flask python3-stem python3-pyqt5
+sudo apt-get install -y python3-flask python3-stem python3-pyqt5 python-nautilus
```
After that you can try both the CLI and the GUI version of OnionShare:
@@ -27,7 +27,7 @@ After that you can try both the CLI and the GUI version of OnionShare:
A script to build a .deb package and install OnionShare easily is also provided for your convenience:
```sh
-sudo apt-get install -y build-essential fakeroot python3-all python3-stdeb dh-python
+sudo apt-get install -y build-essential fakeroot python3-all python3-stdeb dh-python python-nautilus
./install/build_deb.sh
sudo dpkg -i deb_dist/onionshare_*.deb
```
@@ -36,7 +36,7 @@ Note that OnionShare uses stdeb to generate Debian packages, and `python3-stdeb`
*For .rpm-based distros (Red Hat, Fedora, CentOS):*
```sh
-sudo sudo dnf install -y rpm-build python3-flask python3-stem python3-qt5
+sudo sudo dnf install -y rpm-build python3-flask python3-stem python3-qt5 nautilus-python
./install/build_rpm.sh
sudo yum install -y dist/onionshare-*.rpm
```
diff --git a/install/build_rpm.sh b/install/build_rpm.sh
index b127eed..7be77bb 100755
--- a/install/build_rpm.sh
+++ b/install/build_rpm.sh
@@ -9,7 +9,7 @@ VERSION=`cat resources/version.txt`
rm -r build dist >/dev/null 2>&1
# build binary package
-python3 setup.py bdist_rpm --requires="python3-flask, python3-stem, python3-qt5"
+python3 setup.py bdist_rpm --requires="python3-flask, python3-stem, python3-qt5, nautilus-python"
# install it
echo ""
diff --git a/stdeb.cfg b/stdeb.cfg
index e502ec8..4dc410b 100644
--- a/stdeb.cfg
+++ b/stdeb.cfg
@@ -1,6 +1,6 @@
[DEFAULT]
Package3: onionshare
-Depends3: python3-flask, python3-stem, python3-pyqt5
+Depends3: python3-flask, python3-stem, python3-pyqt5, python-nautilus
Build-Depends3: python3-nose, python3-flask, python3-stem, python3-pyqt5
Build-Depends: python3-nose, python3-flask, python3-stem, python3-pyqt5
Suite: wily
--
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