Author: evgeni
Date: 2013-12-31 15:55:54 +0000 (Tue, 31 Dec 2013)
New Revision: 14744

Modified:
   packages/trunk/pokerth/debian/changelog
   packages/trunk/pokerth/debian/control
   packages/trunk/pokerth/debian/rules
Log:
also qt4 on hppa ppc64 x32


Modified: packages/trunk/pokerth/debian/changelog
===================================================================
--- packages/trunk/pokerth/debian/changelog     2013-12-31 15:40:43 UTC (rev 
14743)
+++ packages/trunk/pokerth/debian/changelog     2013-12-31 15:55:54 UTC (rev 
14744)
@@ -1,7 +1,7 @@
 pokerth (1.1.0-2) UNRELEASED; urgency=medium
 
   * Restore compatibility with Qt4, patch by freespacer@#PokerTH.
-  * Build with Qt4 on kfreebsd-*, mips* and powerpc.
+  * Build with Qt4 on kfreebsd-*, mips*, powerpc, hppa, ppc64, and x32.
     Do not use Qt4 on the other archs, as it is untested by upstream.
 
  -- Evgeni Golov <[email protected]>  Tue, 31 Dec 2013 16:25:26 +0100

Modified: packages/trunk/pokerth/debian/control
===================================================================
--- packages/trunk/pokerth/debian/control       2013-12-31 15:40:43 UTC (rev 
14743)
+++ packages/trunk/pokerth/debian/control       2013-12-31 15:55:54 UTC (rev 
14744)
@@ -4,8 +4,8 @@
 Maintainer: Debian Games Team <[email protected]>
 Uploaders: Evgeni Golov <[email protected]>
 Build-Depends: debhelper (>= 9),
- qtbase5-dev [!kfreebsd-amd64 !kfreebsd-i386 !mips !mipsel !powerpc],
- libqt4-dev [kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc],
+ qtbase5-dev [!kfreebsd-amd64 !kfreebsd-i386 !mips !mipsel !powerpc !hppa 
!ppc64 !x32],
+ libqt4-dev [kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc hppa ppc64 x32],
  qtchooser, libgsasl7-dev, libsdl1.2-dev,
  libsdl-mixer1.2-dev, libcurl4-gnutls-dev, libgnutls-dev, libsqlite3-dev,
  libboost-filesystem-dev (>= 1.42.0), libboost-thread-dev (>= 1.42.0),

Modified: packages/trunk/pokerth/debian/rules
===================================================================
--- packages/trunk/pokerth/debian/rules 2013-12-31 15:40:43 UTC (rev 14743)
+++ packages/trunk/pokerth/debian/rules 2013-12-31 15:55:54 UTC (rev 14744)
@@ -2,7 +2,7 @@
 
 #export DH_VERBOSE=1
 
-qt4_architectures := kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc
+qt4_architectures := kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc hppa 
ppc64 x32
 ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), $(qt4_architectures)))
        qt = qt4
 else


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

Reply via email to