diff -Nru rplay-3.3.2/debian/changelog rplay-3.3.2/debian/changelog --- rplay-3.3.2/debian/changelog 2016-09-17 12:09:08.000000000 +0000 +++ rplay-3.3.2/debian/changelog 2016-07-15 17:21:58.000000000 +0000 @@ -1,15 +1,12 @@ -rplay (3.3.2-15ubuntu2) yakkety; urgency=medium +rplay (3.3.2-16) unstable; urgency=medium - * No-change rebuild for readline soname change. + * debian/control: Standards version moved to 3.9.8 (no changes) + * debian/rules: add non-empty binary-indep target in order to be + able to build with "dpkg-buildpackage -A" + thanks to Santiago Vila for the patch + Closes: #805959 - -- Matthias Klose Sat, 17 Sep 2016 12:09:08 +0000 - -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 + -- Thorsten Alteholz Fri, 15 Jul 2016 19:04:35 +0200 rplay (3.3.2-15) unstable; urgency=medium diff -Nru rplay-3.3.2/debian/control rplay-3.3.2/debian/control --- rplay-3.3.2/debian/control 2015-12-28 13:37:23.000000000 +0000 +++ rplay-3.3.2/debian/control 2016-07-14 13:49:21.000000000 +0000 @@ -1,9 +1,8 @@ Source: rplay Section: sound Priority: optional -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Thorsten Alteholz -Standards-Version: 3.9.6 +Maintainer: Thorsten Alteholz +Standards-Version: 3.9.8 Build-Depends: libgsm1-dev, libreadline-dev, debhelper (>= 9.0.0), 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 2015-12-28 13:49:28.000000000 +0000 +++ rplay-3.3.2/debian/patches/re_comp.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,19 +0,0 @@ -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-12-28 13:36:38.000000000 +0000 +++ rplay-3.3.2/debian/patches/series 2015-09-22 20:36:10.000000000 +0000 @@ -3,4 +3,3 @@ 20_soname.patch 30_contrib.patch 40_clang.patch -re_comp.patch diff -Nru rplay-3.3.2/debian/rules rplay-3.3.2/debian/rules --- rplay-3.3.2/debian/rules 2015-09-22 20:30:41.000000000 +0000 +++ rplay-3.3.2/debian/rules 2016-07-14 13:53:21.000000000 +0000 @@ -73,28 +73,45 @@ binary: binary-indep binary-arch binary-indep: build install - + dh_installdocs -i + dh_installexamples -i + dh_installmenu -i + dh_installman -i + dh_installinfo -i + dh_installchangelogs -i ChangeLog + dh_strip -i + dh_link -i + dh_compress -i + dh_fixperms -i + dh_makeshlibs -i + dh_installdeb -i + dh_perl -i + dh_shlibdeps -i + dh_gencontrol -i + dh_md5sums -i + dh_builddeb -i + binary-arch: build install dh_testdir dh_testroot - dh_installdocs - dh_installexamples - dh_installmenu - dh_installinit -prplay-server --init-script=rplay -- defaults 99 10 - dh_installman - dh_installinfo - dh_installchangelogs ChangeLog - dh_strip - dh_link - dh_compress - dh_fixperms - dh_makeshlibs - dh_installdeb - dh_perl - dh_shlibdeps - dh_gencontrol - dh_md5sums - dh_builddeb + dh_installdocs -a + dh_installexamples -a + dh_installmenu -a + dh_installinit -a -prplay-server --init-script=rplay -- defaults 99 10 + dh_installman -a + dh_installinfo -a + dh_installchangelogs -a ChangeLog + dh_strip -a + dh_link -a + dh_compress -a + dh_fixperms -a + dh_makeshlibs -a + dh_installdeb -a + dh_perl -a + dh_shlibdeps -a + dh_gencontrol -a + dh_md5sums -a + dh_builddeb -a binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install