Author: evgeni
Date: 2017-11-11 16:09:39 +0000 (Sat, 11 Nov 2017)
New Revision: 16061

Modified:
   packages/trunk/pokerth/debian/control
   packages/trunk/pokerth/debian/rules
Log:
always build with QT5 (Closes: #875091)


Modified: packages/trunk/pokerth/debian/control
===================================================================
--- packages/trunk/pokerth/debian/control       2017-11-11 16:08:15 UTC (rev 
16060)
+++ packages/trunk/pokerth/debian/control       2017-11-11 16:09:39 UTC (rev 
16061)
@@ -20,13 +20,12 @@
  libgsasl7-dev,
  libircclient-dev (>= 1.8-1~),
  libprotobuf-dev,
- libqt4-dev [x32],
  libsdl-mixer1.2-dev,
  libsdl1.2-dev,
  libsqlite3-dev,
  libtinyxml-dev,
  protobuf-compiler,
- qtbase5-dev [!x32],
+ qtbase5-dev,
  qtchooser
 Standards-Version: 3.9.8
 Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/pokerth/

Modified: packages/trunk/pokerth/debian/rules
===================================================================
--- packages/trunk/pokerth/debian/rules 2017-11-11 16:08:15 UTC (rev 16060)
+++ packages/trunk/pokerth/debian/rules 2017-11-11 16:09:39 UTC (rev 16061)
@@ -2,12 +2,7 @@
 #export DH_VERBOSE=1
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
-qt4_architectures := x32
-ifeq ($(DEB_HOST_ARCH),$(filter $(DEB_HOST_ARCH), $(qt4_architectures)))
-       qt = qt4
-else
-       qt = qt5
-endif
+qt = qt5
 
 export QT_SELECT=$(qt)
 


_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to