Feature #7756
Reintroduce WhisperBack in Jessie ISOs
100%
Description
WhisperBack is not installable on Jessie, so it was removed (commits f7a46c27b and 5ae5b11). Once it’s installable again, we’ll want to revert these commits.
Subtasks
Feature #8723: Update WhisperBack configuration for Jessie | Resolved | alant | 0 |
||
Feature #8724: Reinstall WhisperBack and its dependencies in Tails/Jessie | Resolved | 100 |
History
#1 Updated by intrigeri 2014-08-08 14:00:42
- Description updated
#2 Updated by BitingBird 2015-01-02 20:13:52
- blocked by
Bug #7755: Migrate WhisperBack to Python 3 added
#3 Updated by BitingBird 2015-01-02 20:14:18
- % Done changed from 80 to 0
#4 Updated by alant 2015-01-19 11:19:02
- Assignee set to alant
- Feature Branch set to feature/7756-reintroduce-whisperback
#5 Updated by alant 2015-01-19 11:21:29
- Status changed from Confirmed to In Progress
#6 Updated by alant 2015-01-21 14:53:29
- Assignee changed from alant to intrigeri
- QA Check set to Ready for QA
#7 Updated by intrigeri 2015-03-07 17:25:00
- Assignee changed from intrigeri to alant
- QA Check changed from Ready for QA to Dev Needed
I see we still have (in config/chroot_local-packageslists/tails-common.list
):
# needed by WhisperBack
python-gnutls
python-gtk2
python-pyme
This list is clearly outdated, and anyway it’s useless since we install WhisperBack as a Debian package, that’s supposed to express its dependencies itself. I suggest simply removing there 4 lines.
Otherwise, yay, code review passes! (not tested it yet)
#8 Updated by intrigeri 2015-05-16 09:30:47
- Assignee changed from alant to intrigeri
- QA Check changed from Dev Needed to Ready for QA
intrigeri wrote:
> I see we still have (in config/chroot_local-packageslists/tails-common.list
):
I killed those explicit dependencies in another branch that was merged for 1.4, so we’re done here. Will now test.
#9 Updated by intrigeri 2015-05-16 10:09:51
- Status changed from In Progress to Resolved
Applied in changeset commit:a716e575e99b7ecd4d39489d9465808a322d3454.
#10 Updated by intrigeri 2015-05-16 10:13:23
- Assignee deleted (
intrigeri) - QA Check changed from Ready for QA to Pass
Merged => next step is to make it actually work (Bug #9412).