diff -Nru ideviceinstaller-1.0.1/debian/changelog ideviceinstaller-1.0.1/debian/changelog --- ideviceinstaller-1.0.1/debian/changelog 2013-11-19 22:24:56.000000000 +0000 +++ ideviceinstaller-1.0.1/debian/changelog 2016-01-11 00:54:41.000000000 +0000 @@ -1,3 +1,9 @@ +ideviceinstaller (1.0.1-0.2+rpi1) stretch-staging; urgency=medium + + * Disable Werror + + -- Peter Michael Green Mon, 11 Jan 2016 00:54:27 +0000 + ideviceinstaller (1.0.1-0.2) unstable; urgency=low * Non-maintainer upload. diff -Nru ideviceinstaller-1.0.1/debian/patches/disable-werror.patch ideviceinstaller-1.0.1/debian/patches/disable-werror.patch --- ideviceinstaller-1.0.1/debian/patches/disable-werror.patch 1970-01-01 00:00:00.000000000 +0000 +++ ideviceinstaller-1.0.1/debian/patches/disable-werror.patch 2016-01-11 01:04:08.000000000 +0000 @@ -0,0 +1,30 @@ +Description: Disable Werror + Package was failing to build with warnings that were treated as errors. I have + not investigated in depth but strongly suspect this is a result of newer + versions of gcc adding more warnings/strictening existing ones. +Author: Peter Michael Green + +--- +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: + +--- ideviceinstaller-1.0.1.orig/configure.ac ++++ ideviceinstaller-1.0.1/configure.ac +@@ -52,7 +52,7 @@ AC_FUNC_MALLOC + AC_FUNC_REALLOC + AC_CHECK_FUNCS([strcasecmp strdup strerror strndup]) + +-AS_COMPILER_FLAGS(GLOBAL_CFLAGS, "-Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -Werror -g") ++AS_COMPILER_FLAGS(GLOBAL_CFLAGS, "-Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -g") + AC_SUBST(GLOBAL_CFLAGS) + + m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) diff -Nru ideviceinstaller-1.0.1/debian/patches/series ideviceinstaller-1.0.1/debian/patches/series --- ideviceinstaller-1.0.1/debian/patches/series 2013-08-08 17:06:49.000000000 +0000 +++ ideviceinstaller-1.0.1/debian/patches/series 2016-01-11 01:02:59.000000000 +0000 @@ -1 +1,2 @@ build-against-libimobiledevice4.patch +disable-werror.patch