Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
debian
dns-flood-detector
Commits
e388f869
Commit
e388f869
authored
Mar 10, 2015
by
waja
Browse files
travis-ci: don't install build-deps manual
parent
904a4f6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
e388f869
...
...
@@ -12,8 +12,13 @@ before_install:
-
sudo apt-get autoremove -qq
install
:
# install build dependencies
-
sudo apt-get install -qq --no-install-recommends debhelper libpcap0.8-dev hardening-wrapper
# install packages needed for mk-build-deps
-
sudo apt-get install -qq --no-install-recommends devscripts equivs
# pull build deps from debian/control
-
sudo mk-build-deps -ir
# remove packages needed for mk-build-deps
-
sudo apt-get purge -qq equivs
-
sudo apt-get autoremove -qq
script
:
# build the debian package
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment