r14901 - packages/trunk/pokerth/debian

Evgeni Golov evgeni at moszumanska.debian.org
Tue Feb 4 20:11:46 UTC 2014


Author: evgeni
Date: 2014-02-04 20:11:46 +0000 (Tue, 04 Feb 2014)
New Revision: 14901

Modified:
   packages/trunk/pokerth/debian/changelog
   packages/trunk/pokerth/debian/control
   packages/trunk/pokerth/debian/rules
Log:
more qt5


Modified: packages/trunk/pokerth/debian/changelog
===================================================================
--- packages/trunk/pokerth/debian/changelog	2014-02-03 16:55:40 UTC (rev 14900)
+++ packages/trunk/pokerth/debian/changelog	2014-02-04 20:11:46 UTC (rev 14901)
@@ -1,3 +1,10 @@
+pokerth (1.1.1-2) unstable; urgency=medium
+
+  * Build with Qt5 on kfreebsd-amd64, kfreebsd-i386, mips, mipsel,
+    powerpc, hppa and ppc64 again.
+
+ -- Evgeni Golov <evgeni at debian.org>  Tue, 04 Feb 2014 20:40:59 +0100
+
 pokerth (1.1.1-1) unstable; urgency=medium
 
   * New upstream bugfix release.

Modified: packages/trunk/pokerth/debian/control
===================================================================
--- packages/trunk/pokerth/debian/control	2014-02-03 16:55:40 UTC (rev 14900)
+++ packages/trunk/pokerth/debian/control	2014-02-04 20:11:46 UTC (rev 14901)
@@ -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 !hppa !ppc64 !x32],
- libqt4-dev [kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc hppa ppc64 x32],
+ qtbase5-dev [!x32],
+ libqt4-dev [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	2014-02-03 16:55:40 UTC (rev 14900)
+++ packages/trunk/pokerth/debian/rules	2014-02-04 20:11:46 UTC (rev 14901)
@@ -2,7 +2,7 @@
 
 #export DH_VERBOSE=1
 
-qt4_architectures := kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc hppa ppc64 x32
+qt4_architectures := x32
 ifeq ($(DEB_HOST_ARCH),$(filter $(DEB_HOST_ARCH), $(qt4_architectures)))
 	qt = qt4
 else




More information about the Pkg-games-commits mailing list