Skip to content

Commit

Permalink
debian/{control,rules}: no need to depend on qt5-default
Browse files Browse the repository at this point in the history
Use proper flag on debian/rules instead
  • Loading branch information
3v1n0 committed Mar 17, 2015
1 parent 88d86eb commit 1225e65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ Section: libs
Priority: extra
Maintainer: Sou Bunnbu <[email protected]>
Build-Depends: debhelper (>= 9),
qt5-default, qt5-qmake, libqt5opengl5-dev, qtdeclarative5-dev,
libass-dev,
qt5-qmake, libqt5opengl5-dev, qtdeclarative5-dev,
libavutil-dev,
libavresample-dev,
libavcodec-dev,
libavformat-dev,
libass-dev,
libswscale-dev,
libavfilter-dev,
libopenal-dev,
Expand Down
4 changes: 1 addition & 3 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
#!/usr/bin/make -f

DEB_BUILD_MULTIARCH ?= $(shell dpkg-architecture -qDEB_BUILD_MULTIARCH)
export QT_SELECT=qt5

%:
dh $@ --parallel

override_dh_auto_configure:
qmake

override_dh_auto_clean:
dh_auto_clean
rm -f .qmake.cache

0 comments on commit 1225e65

Please sign in to comment.