Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ci_prereq.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ sudo apt-get update
sudo apt install -y \
devscripts \
equivs \
git
git \
clang

sudo add-apt-repository ppa:stsp-0/nasm-segelf
sudo add-apt-repository ppa:stsp-0/thunk-gen
mk-build-deps --install --root-cmd sudo
6 changes: 0 additions & 6 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,8 @@ Priority: optional
Maintainer: Stas Sergeev <stsp@users.sourceforge.net>
Standards-Version: 3.9.7
Build-Depends:
make,
sed,
bash,
clang,
nasm,
binutils,
binutils-x86-64-linux-gnu,
coreutils,
libelf-dev,
thunk-gen (>= 1.9~),
git,
Expand Down