Skip to content

Commit

Permalink
travis: fix detection of qt5
Browse files Browse the repository at this point in the history
  • Loading branch information
joergsteffens committed Oct 4, 2018
1 parent c19eca7 commit 69568be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis/travis_before_install.sh
@@ -1,6 +1,8 @@
#!/bin/bash

sudo apt-get -qq update
# qt5 should be used. Remove qt4-dev to avoid confusion.
sudo apt-get remove libqt4-dev
cd core
dpkg-checkbuilddeps 2> /tmp/dpkg-builddeps || true
cat /tmp/dpkg-builddeps
Expand Down
2 changes: 1 addition & 1 deletion core/debian/control
Expand Up @@ -51,7 +51,7 @@ Build-Depends: acl-dev,
# Debian >= 8, Ubuntu >= 15.04
# univention:
# ucslint, univention-config-dev
Build-Conflicts: python2.2-dev, python2.3, python2.4, qt3-dev-tools
Build-Conflicts: python2.2-dev, python2.3, python2.4, qt3-dev-tools, libqt4-dev
Standards-Version: 3.9.6
Vcs-Git: git://github.com/bareos/bareos.git -b master
Vcs-Browser: https://github.com/bareos/bareos/tree/master
Expand Down
2 changes: 1 addition & 1 deletion core/debian/control.in
Expand Up @@ -51,7 +51,7 @@ Build-Depends: acl-dev,
# Debian >= 8, Ubuntu >= 15.04
# univention:
# ucslint, univention-config-dev
Build-Conflicts: python2.2-dev, python2.3, python2.4, qt3-dev-tools
Build-Conflicts: python2.2-dev, python2.3, python2.4, qt3-dev-tools, libqt4-dev
Standards-Version: 3.9.6
Vcs-Git: git://github.com/bareos/bareos.git -b master
Vcs-Browser: https://github.com/bareos/bareos/tree/master
Expand Down

0 comments on commit 69568be

Please sign in to comment.