SCAP Workbench

PPA description

Backport of Debian scap-workbench 1.2.1 to Ubuntu 20.04.
Either run the following steps or use this PPA, the results are the same either way.

mkdir build-scap-workbench
cd build-scap-workbench
wget http://ftp.debian.org/debian/pool/main/s/scap-workbench/scap-workbench_1.2.1-1.dsc
wget http://ftp.debian.org/debian/pool/main/s/scap-workbench/scap-workbench_1.2.1-1.debian.tar.xz
wget http://ftp.debian.org/debian/pool/main/s/scap-workbench/scap-workbench_1.2.1.orig.tar.bz2
dpkg-source -x scap-workbench_1.2.1-1.dsc
cd scap-workbench-1.2.1/
sensible-editor debian/control
At line 16 change this:
Build-Depends: debhelper-compat (= 13),
into this:
Build-Depends: debhelper-compat (= 12),
quilt pop debian/patches/0002-Fix-build-warning.patch
sensible-editor src/TailoringWindow.cpp
At line 648 change this:
    mCollapsedItemIds = QSet<QString>(list.begin(), list.end());
into this:
    mCollapsedItemIds = QSet<QString>::fromList(list);
quilt refresh
dch -i
Add a description and change UNRELEASED to focal
debuild -uc -us -I -i
cd ..
dpkg -i scap-workbench_1.2.1-1_amd64.deb

Adding this PPA to your system

You can update your system with unsupported packages from this untrusted PPA by adding ppa:metta-crawler/scap-workbench to your system's Software Sources. (Read about installing)

sudo add-apt-repository ppa:metta-crawler/scap-workbench
sudo apt update
        
Technical details about this PPA

This PPA can be added to your system manually by copying the lines below and adding them to your system's software sources.

deb https://ppa.launchpadcontent.net/metta-crawler/scap-workbench/ubuntu focal main 
deb-src https://ppa.launchpadcontent.net/metta-crawler/scap-workbench/ubuntu focal main 
Signing key:
4096R/71F1F6C9DFFEF5E950E1AC59646EFE5EDC33D8E4 (What is this?)
Fingerprint:
71F1F6C9DFFEF5E950E1AC59646EFE5EDC33D8E4

For questions and bugs with software in this PPA please contact Knickers Brown.

PPA statistics

Activity
0 updates added during the past month.
View package details

Overview of published packages

11 of 1 result
Package Version Uploaded by
scap-workbench 1.2.1-1ubuntu1 Knickers Brown ()
11 of 1 result

Latest updates

  • scap-workbench 131 weeks ago
    Successfully built