r13920 - packages/trunk/pokerth/debian
Evgeni Golov
evgeni at alioth.debian.org
Wed Dec 26 09:33:59 UTC 2012
Author: evgeni
Date: 2012-12-26 09:33:59 +0000 (Wed, 26 Dec 2012)
New Revision: 13920
Modified:
packages/trunk/pokerth/debian/changelog
packages/trunk/pokerth/debian/compat
packages/trunk/pokerth/debian/control
packages/trunk/pokerth/debian/rules
Log:
Use debhelper 9 for hardening flags
Also use dh_auto_configure to get the hardening flags passed properly to qmake
Modified: packages/trunk/pokerth/debian/changelog
===================================================================
--- packages/trunk/pokerth/debian/changelog 2012-12-26 09:03:47 UTC (rev 13919)
+++ packages/trunk/pokerth/debian/changelog 2012-12-26 09:33:59 UTC (rev 13920)
@@ -2,6 +2,8 @@
* New upstream beta release.
* Add protobuf-compiler and libprotobuf-dev to Build-Depends.
+ * Use debhelper 9 for hardening flags and use dh_auto_configure
+ to get the hardening flags passed properly to qmake.
-- Evgeni Golov <evgeni at debian.org> Wed, 26 Dec 2012 09:28:44 +0100
Modified: packages/trunk/pokerth/debian/compat
===================================================================
--- packages/trunk/pokerth/debian/compat 2012-12-26 09:03:47 UTC (rev 13919)
+++ packages/trunk/pokerth/debian/compat 2012-12-26 09:33:59 UTC (rev 13920)
@@ -1 +1 @@
-7
+9
Modified: packages/trunk/pokerth/debian/control
===================================================================
--- packages/trunk/pokerth/debian/control 2012-12-26 09:03:47 UTC (rev 13919)
+++ packages/trunk/pokerth/debian/control 2012-12-26 09:33:59 UTC (rev 13920)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
Uploaders: Evgeni Golov <evgeni at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), libqt4-dev, libgsasl7-dev, libsdl1.2-dev,
+Build-Depends: debhelper (>= 9), libqt4-dev, 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),
libboost-iostreams-dev (>= 1.42.0), libboost-system-dev (>= 1.42.0),
Modified: packages/trunk/pokerth/debian/rules
===================================================================
--- packages/trunk/pokerth/debian/rules 2012-12-26 09:03:47 UTC (rev 13919)
+++ packages/trunk/pokerth/debian/rules 2012-12-26 09:33:59 UTC (rev 13920)
@@ -6,7 +6,7 @@
dh $@
override_dh_auto_configure:
- qmake-qt4 pokerth.pro
+ dh_auto_configure -- pokerth.pro
# upstream tarball has wrong permissions
find data -type f -exec chmod 644 {} \;
More information about the Pkg-games-commits
mailing list