-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Switch to `Arch: any` because the package contains compiled code and this enables debhelper's automatic shlibs dependency system. * Rename the binary to `securedrop-proxy` because that's the Rust name.
- Loading branch information
Showing
6 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ Source: securedrop-client | |
Section: unknown | ||
Priority: optional | ||
Maintainer: SecureDrop Team <[email protected]> | ||
Build-Depends: debhelper-compat (= 11), python3-virtualenv | ||
Build-Depends: debhelper-compat (= 11), python3-virtualenv, libssl-dev, pkg-config | ||
Standards-Version: 3.9.8 | ||
Homepage: https://github.com/freedomofpress/securedrop-client | ||
X-Python3-Version: >= 3.5 | ||
|
@@ -33,8 +33,8 @@ Description: Python module and qrexec service to store logs for SecureDrop Works | |
SecureDrop Workstation project in Qubes. | ||
|
||
Package: securedrop-proxy | ||
Architecture: all | ||
Depends: ${python3:Depends}, ${misc:Depends}, libyaml-0-2 | ||
Architecture: any | ||
Depends: ${misc:Depends}, ${shlibs:Depends} | ||
Description: This is securedrop Qubes proxy service | ||
This package provides the network proxy on Qubes to talk to the SecureDrop server. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
proxy/qubes/securedrop.Proxy etc/qubes-rpc/ | ||
target/release/securedrop-proxy usr/bin/ |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/usr/bin/sd-proxy /home/user/.securedrop_proxy/sd-proxy.yaml | ||
/usr/bin/securedrop-proxy |