Skip to content

Commit

Permalink
Merge pull request #2178 from freedomofpress/client-any
Browse files Browse the repository at this point in the history
Switch securedrop-client to Architecture: any
  • Loading branch information
rocodes authored Aug 28, 2024
2 parents 29f6575 + dd35225 commit 23eb945
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
6 changes: 3 additions & 3 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Homepage: https://github.com/freedomofpress/securedrop-client
X-Python3-Version: >= 3.5

Package: securedrop-client
Architecture: all
Depends: ${python3:Depends},${misc:Depends}, python3-pyqt5, python3-pyqt5.qtsvg, python3-qubesdb, desktop-file-utils
Architecture: any
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}, python3-pyqt5, python3-pyqt5.qtsvg, python3-qubesdb, desktop-file-utils
Description: securedrop client for qubes workstation

Package: securedrop-export
Expand Down Expand Up @@ -53,7 +53,7 @@ Architecture: all
Depends: ${misc:Depends}, securedrop-qubesdb-tools, tor
Description: Whonix configuration for SecureDrop.
This package configures Whonix/Tor for SecureDrop.

Package: securedrop-workstation-config
Architecture: all
Depends: ${python3:Depends}, python3-qubesdb, rsyslog, mailcap, apparmor, nautilus, securedrop-keyring, xfce4-terminal
Expand Down
9 changes: 0 additions & 9 deletions debian/securedrop-client.lintian-overrides
Original file line number Diff line number Diff line change
@@ -1,24 +1,15 @@
securedrop-client: arch-independent-package-contains-binary-or-object

# This is intentional
securedrop-client: dir-or-file-in-opt

# FIXME
securedrop-client: extended-description-is-empty

# FIXME: fix by switching to arch: any
securedrop-client: missing-dependency-on-libc

# FIXME: remove __pycache__ directories
securedrop-client: package-installs-python-pycache-dir

# FIXME: section shouldn't be "unknown"
securedrop-client: section-is-dh_make-template

# FIXME: fix by switching to arch: any
securedrop-client: unstripped-binary-or-object [opt/venvs/securedrop-client/lib/python3.*/site-packages/markupsafe/*]
securedrop-client: unstripped-binary-or-object [opt/venvs/securedrop-client/lib/python3.*/site-packages/sqlalchemy/*]

# We don't care
securedrop-client: no-manual-page

Expand Down

0 comments on commit 23eb945

Please sign in to comment.