From e3cc8ef10d65398c3db438bd7127f5c5386383f6 Mon Sep 17 00:00:00 2001 From: Iwan Timmer Date: Sat, 13 Jan 2018 15:37:12 +0000 Subject: [PATCH] Rebuild for version 2.4.5 --- debian/changelog | 6 +++++ debian/patches/c99.patch | 45 ------------------------------------ debian/patches/openssl.patch | 2 +- debian/patches/series | 1 - 4 files changed, 7 insertions(+), 47 deletions(-) delete mode 100644 debian/patches/c99.patch diff --git a/debian/changelog b/debian/changelog index 3df867e..1ad3d5f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +moonlight-embedded (2.4.5-1jessie1) RELEASED; urgency=medium + + * Update to version 2.4.5 + + -- Iwan Timmer Sat, 13 Jan 2018 16:01:34 +0100 + moonlight-embedded (2.4.4-1jessie1) RELEASED; urgency=medium * Update to version 2.4.4 diff --git a/debian/patches/c99.patch b/debian/patches/c99.patch deleted file mode 100644 index 0d8e63a..0000000 --- a/debian/patches/c99.patch +++ /dev/null @@ -1,45 +0,0 @@ -Description: - TODO: Put a short summary on the line above and replace this paragraph - with a longer explanation of this change. Complete the meta-information - with other relevant fields (see below for details). To make it easier, the - information below has been extracted from the changelog. Adjust it or drop - it. - . - moonlight-embedded (2.4.4-1) RELEASED; urgency=medium - . - * Update to version 2.4.4 -Author: Iwan Timmer - ---- -The information above should follow the Patch Tagging Guidelines, please -checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here -are templates for supplementary fields that you might want to add: - -Origin: , -Bug: -Bug-Debian: https://bugs.debian.org/ -Bug-Ubuntu: https://launchpad.net/bugs/ -Forwarded: -Reviewed-By: -Last-Update: - ---- moonlight-embedded-2.4.4.orig/CMakeLists.txt -+++ moonlight-embedded-2.4.4/CMakeLists.txt -@@ -1,8 +1,8 @@ - cmake_minimum_required(VERSION 3.1) - project(moonlight-embedded VERSION 2.4.4 LANGUAGES C) - SET(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake") -+SET(CMAKE_C_STANDARD 99) - include(${CMAKE_ROOT}/Modules/GNUInstallDirs.cmake) --set_property(GLOBAL PROPERTY C_STANDARD 99) - - aux_source_directory(./src SRC_LIST) - list(APPEND SRC_LIST ./src/input/evdev.c ./src/input/mapping.c ./src/input/udev.c) ---- moonlight-embedded-2.4.4.orig/libgamestream/CMakeLists.txt -+++ moonlight-embedded-2.4.4/libgamestream/CMakeLists.txt -@@ -1,5 +1,4 @@ - set(SO_VERSION 2) --set_property(GLOBAL PROPERTY C_STANDARD 99) - - find_package(LibUUID REQUIRED) - find_package(Threads REQUIRED) diff --git a/debian/patches/openssl.patch b/debian/patches/openssl.patch index 7c4c335..a2b6d39 100644 --- a/debian/patches/openssl.patch +++ b/debian/patches/openssl.patch @@ -2,7 +2,7 @@ Index: moonlight-embedded/libgamestream/client.c =================================================================== --- moonlight-embedded.orig/libgamestream/client.c +++ moonlight-embedded/libgamestream/client.c -@@ -493,15 +493,12 @@ int gs_pair(PSERVER_DATA server, char* p +@@ -504,15 +504,12 @@ int gs_pair(PSERVER_DATA server, char* p char client_secret_data[16]; RAND_bytes(client_secret_data, 16); diff --git a/debian/patches/series b/debian/patches/series index edbeb8a..662dc5a 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1 @@ openssl.patch -c99.patch