This is an automated email from the git hooks/post-receive script. locutusofborg-guest pushed a commit to branch master in repository hedgewars.
commit d36bd09199d0abf2514c91b735411198b9a1f078 Author: Gianfranco Costamagna <[email protected]> Date: Sun Sep 28 20:56:47 2014 +0200 Upload to unstable --- debian/changelog | 8 ++++++++ .../774cfec959227a52b9a54afa8b069277c2f7e656.patch | 21 +++++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 30 insertions(+) diff --git a/debian/changelog b/debian/changelog index 821fe61..157b0bf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +hedgewars (0.9.20.5-10) unstable; urgency=medium + + * Fix build failure with recent CMake. (Closes: #763233) + patch: 774cfec959227a52b9a54afa8b069277c2f7e656.patch + * Update copyright file. + + -- Gianfranco Costamagna <[email protected]> Sun, 28 Sep 2014 20:55:55 +0200 + hedgewars (0.9.20.5-9) unstable; urgency=medium * Upload to unstable. diff --git a/debian/patches/774cfec959227a52b9a54afa8b069277c2f7e656.patch b/debian/patches/774cfec959227a52b9a54afa8b069277c2f7e656.patch new file mode 100644 index 0000000..eba1a10 --- /dev/null +++ b/debian/patches/774cfec959227a52b9a54afa8b069277c2f7e656.patch @@ -0,0 +1,21 @@ +From 774cfec959227a52b9a54afa8b069277c2f7e656 Mon Sep 17 00:00:00 2001 +From: sheepluva <[email protected]> +Date: Fri, 15 Aug 2014 08:23:15 +0200 +Subject: [PATCH] part of patch in issue 803 (ty) - this hopefully should fix + issues with cmake Makefiles trying to run "Qt4::lrelease" in the shell + +--- + share/hedgewars/Data/Locale/CMakeLists.txt | 3 +++ + 1 file changed, 3 insertions(+) + +diff --git a/share/hedgewars/Data/Locale/CMakeLists.txt b/share/hedgewars/Data/Locale/CMakeLists.txt +index 6075ecb..3e0dada 100644 +--- a/share/hedgewars/Data/Locale/CMakeLists.txt ++++ b/share/hedgewars/Data/Locale/CMakeLists.txt +@@ -1,3 +1,6 @@ ++find_package(Qt4 REQUIRED) ++include(${QT_USE_FILE}) ++ + file(GLOB txttrans2 ??.txt) + file(GLOB txttrans5 ?????.txt) + file(GLOB tsfiles *.ts) diff --git a/debian/patches/series b/debian/patches/series index 638eeaf..ce5f595 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -3,3 +3,4 @@ using_system_fonts.patch noversionupdate.patch 0001-Fixed-desktop-file-By-adding-an-xpm-icon.patch b2d1b0d292c71b5a4266c9359280fa32a35ac56d.patch +774cfec959227a52b9a54afa8b069277c2f7e656.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/hedgewars.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

