diff -Nru gengetopt-2.22.6+dfsg0/debian/changelog gengetopt-2.22.6+dfsg0/debian/changelog --- gengetopt-2.22.6+dfsg0/debian/changelog 2017-11-01 22:47:54.000000000 +0000 +++ gengetopt-2.22.6+dfsg0/debian/changelog 2018-08-17 22:55:14.000000000 +0000 @@ -1,3 +1,10 @@ +gengetopt (2.22.6+dfsg0-3) unstable; urgency=medium + + * QA upload. + * Fix the Makefile dependencies. (Closes: #906464) + + -- Adrian Bunk Sat, 18 Aug 2018 01:55:14 +0300 + gengetopt (2.22.6+dfsg0-2) unstable; urgency=medium * QA upload. diff -Nru gengetopt-2.22.6+dfsg0/debian/patches/makefile-dependencies.patch gengetopt-2.22.6+dfsg0/debian/patches/makefile-dependencies.patch --- gengetopt-2.22.6+dfsg0/debian/patches/makefile-dependencies.patch 1970-01-01 00:00:00.000000000 +0000 +++ gengetopt-2.22.6+dfsg0/debian/patches/makefile-dependencies.patch 2018-08-17 22:55:08.000000000 +0000 @@ -0,0 +1,15 @@ +Description: Fix the Makefile dependencies +Author: Adrian Bunk +Bug-Debian: https://bugs.debian.org/906464 + +--- gengetopt-2.22.6+dfsg0.orig/src/Makefile.am ++++ gengetopt-2.22.6+dfsg0/src/Makefile.am +@@ -51,7 +51,7 @@ libgengetopt_la_LIBADD = $(top_builddir) + @LTLIBOBJS@ \ + skels/libgen.la + +-LDADD = $(top_builddir)/src/libgengetopt.la ++LDADD = libgengetopt.la + + EXTRA_DIST = parser.h argsdef.h gengetopt.h ggos.h gm.h gnugetopt.h \ + cmdline.c cmdline.h \ diff -Nru gengetopt-2.22.6+dfsg0/debian/patches/series gengetopt-2.22.6+dfsg0/debian/patches/series --- gengetopt-2.22.6+dfsg0/debian/patches/series 2017-11-01 22:37:33.000000000 +0000 +++ gengetopt-2.22.6+dfsg0/debian/patches/series 2018-08-17 22:54:36.000000000 +0000 @@ -1,2 +1,3 @@ 01man.patch 9001-dfsg.patch +makefile-dependencies.patch