r14744 - packages/trunk/pokerth/debian

Evgeni Golov evgeni at moszumanska.debian.org
Tue Dec 31 15:55:55 UTC 2013


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 <evgeni at debian.org>  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 <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Evgeni Golov <evgeni at debian.org>
 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




More information about the Pkg-games-commits mailing list