diff -Nru psensor-1.1.3/debian/changelog psensor-1.1.3/debian/changelog --- psensor-1.1.3/debian/changelog 2014-10-13 07:20:27.000000000 +0000 +++ psensor-1.1.3/debian/changelog 2016-05-10 00:25:24.000000000 +0000 @@ -1,3 +1,9 @@ +psensor (1.1.3-2+rpi1) stretch-staging; urgency=medium + + * Remove -Werror in src/server/Makefile.am (Closes: 808519 ) + + -- Peter Michael Green Tue, 10 May 2016 00:24:58 +0000 + psensor (1.1.3-2) unstable; urgency=medium * debian/control diff -Nru psensor-1.1.3/debian/patches/no-werror.patch psensor-1.1.3/debian/patches/no-werror.patch --- psensor-1.1.3/debian/patches/no-werror.patch 1970-01-01 00:00:00.000000000 +0000 +++ psensor-1.1.3/debian/patches/no-werror.patch 2016-05-10 00:36:37.000000000 +0000 @@ -0,0 +1,15 @@ +Description: Remove -Werror in src/server/Makefile.am (Closes: 808519 ) +Author: Peter Michael Green +Bug-Debian: https://bugs.debian.org/808519 + +--- psensor-1.1.3.orig/src/server/Makefile.am ++++ psensor-1.1.3/src/server/Makefile.am +@@ -1,7 +1,7 @@ + bin_PROGRAMS = psensor-server + psensor_server_SOURCES = server.c server.h + +-AM_CPPFLAGS = -Wall -Werror -DDEFAULT_WWW_DIR=\""$(pkgdatadir)/www"\"\ ++AM_CPPFLAGS = -Wall -DDEFAULT_WWW_DIR=\""$(pkgdatadir)/www"\"\ + -I$(top_srcdir)/src \ + -I$(top_srcdir)/src/lib \ + $(SENSORS_CFLAGS)\ diff -Nru psensor-1.1.3/debian/patches/series psensor-1.1.3/debian/patches/series --- psensor-1.1.3/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ psensor-1.1.3/debian/patches/series 2016-05-10 00:36:20.000000000 +0000 @@ -0,0 +1 @@ +no-werror.patch