From e25e7e7f87c4847d6cc9ed270ad11f83a58d1da0 Mon Sep 17 00:00:00 2001 From: Christoph Korn Date: Sat, 2 Apr 2016 16:23:05 +0200 Subject: [PATCH] wyrmgus: 2.1.2-1~getdeb1 * New upstream version --- wyrmgus/changelog | 6 ++++++ wyrmgus/patches/cmake.patch | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/wyrmgus/changelog b/wyrmgus/changelog index 354654f7..30bbc19f 100644 --- a/wyrmgus/changelog +++ b/wyrmgus/changelog @@ -1,3 +1,9 @@ +wyrmgus (2.1.2-1~getdeb1) trusty; urgency=medium + + * New upstream version + + -- Christoph Korn Wed, 30 Mar 2016 22:26:52 +0200 + wyrmgus (2.1.1-1~getdeb1) trusty; urgency=medium * New upstream version diff --git a/wyrmgus/patches/cmake.patch b/wyrmgus/patches/cmake.patch index 2d25c256..2ca61532 100644 --- a/wyrmgus/patches/cmake.patch +++ b/wyrmgus/patches/cmake.patch @@ -1,9 +1,9 @@ # place config files in the home directory. The game directory is readonly. -Index: wyrmgus-2.0.0/CMakeLists.txt +Index: wyrmgus-2.1.2/CMakeLists.txt =================================================================== ---- wyrmgus-2.0.0.orig/CMakeLists.txt 2016-03-20 20:34:08.584325084 +0100 -+++ wyrmgus-2.0.0/CMakeLists.txt 2016-03-20 20:34:08.580325000 +0100 -@@ -785,7 +785,7 @@ +--- wyrmgus-2.1.2.orig/CMakeLists.txt 2016-03-30 22:39:58.911941913 +0200 ++++ wyrmgus-2.1.2/CMakeLists.txt 2016-03-30 22:39:58.911941913 +0200 +@@ -786,7 +786,7 @@ option(ENABLE_DEV "Install Stratagus game development headers files" OFF) option(ENABLE_UPX "Compress Stratagus executable binary with UPX packer" OFF) option(ENABLE_STRIP "Strip all symbols from executables" OFF)