forked from freedomofpress/securedrop
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create securedrop-app-code Debian package with dh-virtualenv
Building on freedomofpress#4555, change the packaging of securedrop-app-code to use dh-virtualenv. This means we don't have to include wheels and pip install them during postinst. Not requiring python3-pip, which isn't available in the apt repositories in /etc/apt/security.list, means upgrading to Python 3 is going to be smoother. The securedrop-app-code Debian package now Conflicts/Replaces libapache2-mod-wsgi. This requires updates to the builder Docker image, so I've made changes under molecule/builder-xenial to support building the Debian packages with a local image.
- Loading branch information
Showing
43 changed files
with
161 additions
and
791 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
recursive-include securedrop/* *.py *.mako *.sass *.ini *.* | ||
recursive-include securedrop *.py *.mako *.sass *.ini *.cfg | ||
prune securedrop/tests | ||
include securedrop/alembic/*.ini | ||
include files/etc/apparmor.d/* | ||
include files/var/www/* | ||
include *.ini | ||
include requirements.txt | ||
include setup.py | ||
include setup.py | ||
recursive-exclude . *.pyc | ||
recursive-exclude . .coverage | ||
recursive-exclude . .coverage.* |
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,8 +2,6 @@ | |
|
||
## 1.0.0~rc1 | ||
|
||
|
||
|
||
## 0.14.0 | ||
|
||
### Web Applications | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.