diff -Nru rplay-3.3.2/debian/changelog rplay-3.3.2/debian/changelog --- rplay-3.3.2/debian/changelog 2015-09-22 20:50:11.000000000 +0000 +++ rplay-3.3.2/debian/changelog 2015-12-28 13:49:42.000000000 +0000 @@ -1,3 +1,10 @@ +rplay (3.3.2-15ubuntu1) xenial; urgency=medium + + * debian/patches/re_comp.patch: Include headers to fix implicit declaration + of re_comp. + + -- Logan Rosen Mon, 28 Dec 2015 08:37:07 -0500 + rplay (3.3.2-15) unstable; urgency=medium * debian/control: Standards version moved to 3.9.6 (no changes) diff -Nru rplay-3.3.2/debian/control rplay-3.3.2/debian/control --- rplay-3.3.2/debian/control 2015-09-22 20:34:41.000000000 +0000 +++ rplay-3.3.2/debian/control 2015-12-28 13:37:23.000000000 +0000 @@ -1,7 +1,8 @@ Source: rplay Section: sound Priority: optional -Maintainer: Thorsten Alteholz +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Thorsten Alteholz Standards-Version: 3.9.6 Build-Depends: libgsm1-dev, libreadline-dev, diff -Nru rplay-3.3.2/debian/patches/re_comp.patch rplay-3.3.2/debian/patches/re_comp.patch --- rplay-3.3.2/debian/patches/re_comp.patch 1970-01-01 00:00:00.000000000 +0000 +++ rplay-3.3.2/debian/patches/re_comp.patch 2015-12-28 13:49:28.000000000 +0000 @@ -0,0 +1,19 @@ +Description: include headers to fix implicit declaration of re_comp +Author: Logan Rosen +Forwarded: no +Last-Update: 2016-01-05 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- a/contrib/mailsound/mailsound.c ++++ b/contrib/mailsound/mailsound.c +@@ -22,6 +22,10 @@ + #include + #include + ++#define _REGEX_RE_COMP ++#include ++#include ++ + #define PUBLIC + #define PRIVATE static + diff -Nru rplay-3.3.2/debian/patches/series rplay-3.3.2/debian/patches/series --- rplay-3.3.2/debian/patches/series 2015-09-22 20:36:10.000000000 +0000 +++ rplay-3.3.2/debian/patches/series 2015-12-28 13:36:38.000000000 +0000 @@ -3,3 +3,4 @@ 20_soname.patch 30_contrib.patch 40_clang.patch +re_comp.patch