diff -Nru libtextwrap-0.1/debian/changelog libtextwrap-0.1/debian/changelog --- libtextwrap-0.1/debian/changelog 2016-12-21 21:42:35.000000000 +0000 +++ libtextwrap-0.1/debian/changelog 2018-08-15 08:34:42.000000000 +0000 @@ -1,3 +1,11 @@ +libtextwrap (0.1-14.2) unstable; urgency=medium + + * Non-maintainer upload. + * Makefile.am: Fix dependency bug exposed by automake 1.16, + thanks to Helmut Grohne. (Closes: #905472) + + -- Adrian Bunk Wed, 15 Aug 2018 11:34:42 +0300 + libtextwrap (0.1-14.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru libtextwrap-0.1/debian/patches/02-makefile-dependencies.patch libtextwrap-0.1/debian/patches/02-makefile-dependencies.patch --- libtextwrap-0.1/debian/patches/02-makefile-dependencies.patch 1970-01-01 00:00:00.000000000 +0000 +++ libtextwrap-0.1/debian/patches/02-makefile-dependencies.patch 2018-08-15 08:33:56.000000000 +0000 @@ -0,0 +1,13 @@ +Description: Fix a dependency bug in Makefile.am + Old bug exposed by automake 1.16. +Author: Adrian Bunk +Bug-Debian: https://bugs.debian.org/905472 + +--- libtextwrap-0.1.orig/Makefile.am ++++ libtextwrap-0.1/Makefile.am +@@ -8,4 +8,4 @@ man_MANS = textwrap.3 dotextwrap.1 + + bin_PROGRAMS = dotextwrap + dotextwrap_SOURCES = dotextwrap.c +-dotextwrap_LDADD = -ltextwrap ++dotextwrap_LDADD = libtextwrap.la diff -Nru libtextwrap-0.1/debian/patches/series libtextwrap-0.1/debian/patches/series --- libtextwrap-0.1/debian/patches/series 2011-01-18 02:09:28.000000000 +0000 +++ libtextwrap-0.1/debian/patches/series 2018-08-15 08:33:04.000000000 +0000 @@ -1 +1,2 @@ 01-237630-err-in-string.patch +02-makefile-dependencies.patch