r51782 - in /packages/unstable/libproxy/debian: changelog patches/cmake-set-cmp0054.patch patches/series

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sun Dec 4 16:54:38 UTC 2016


Author: pochu
Date: Sun Dec  4 16:54:38 2016
New Revision: 51782

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=51782
Log:
* Non-maintainer upload.
* Fix FTBFS (Closes: #844956).

Added:
    packages/unstable/libproxy/debian/patches/cmake-set-cmp0054.patch
Modified:
    packages/unstable/libproxy/debian/changelog
    packages/unstable/libproxy/debian/patches/series

Modified: packages/unstable/libproxy/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libproxy/debian/changelog?rev=51782&op=diff
==============================================================================
--- packages/unstable/libproxy/debian/changelog	[utf-8] (original)
+++ packages/unstable/libproxy/debian/changelog	[utf-8] Sun Dec  4 16:54:38 2016
@@ -1,3 +1,10 @@
+libproxy (0.4.13-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS (Closes: #844956).
+
+ -- Andrey Rahmatullin <wrar at debian.org>  Sun, 20 Nov 2016 14:24:11 +0500
+
 libproxy (0.4.13-1) unstable; urgency=medium
 
   * Team upload.

Added: packages/unstable/libproxy/debian/patches/cmake-set-cmp0054.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libproxy/debian/patches/cmake-set-cmp0054.patch?rev=51782&op=file
==============================================================================
--- packages/unstable/libproxy/debian/patches/cmake-set-cmp0054.patch	(added)
+++ packages/unstable/libproxy/debian/patches/cmake-set-cmp0054.patch	[utf-8] Sun Dec  4 16:54:38 2016
@@ -0,0 +1,20 @@
+Description: Fix CMake-related build problem
+ With the old CMP0054 behavior "t" in cmake/CMakeCSharpInformation.cmake:311
+ is expanded to the value of the t variable and the elseif clause behaves
+ incorrectly.
+Author: Andrey Rahmatullin <wrar at debian.org>
+Bug-Debian: https://bugs.debian.org/844956
+Last-Update: 2016-11-20
+
+--- libproxy-0.4.13.orig/CMakeLists.txt
++++ libproxy-0.4.13/CMakeLists.txt
+@@ -3,6 +3,9 @@ cmake_minimum_required(VERSION 2.6)
+ if(POLICY CMP0011)
+    cmake_policy(SET CMP0011 NEW)
+ endif(POLICY CMP0011)
++if(POLICY CMP0054)
++   cmake_policy(SET CMP0054 NEW)
++endif(POLICY CMP0054)
+ 
+ # Make sure we look in our cmake folder for additional definitions
+ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/cmake )

Modified: packages/unstable/libproxy/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libproxy/debian/patches/series?rev=51782&op=diff
==============================================================================
--- packages/unstable/libproxy/debian/patches/series	[utf-8] (original)
+++ packages/unstable/libproxy/debian/patches/series	[utf-8] Sun Dec  4 16:54:38 2016
@@ -1 +1,2 @@
 disable-pac-test.patch
+cmake-set-cmp0054.patch




More information about the pkg-gnome-commits mailing list