Control: tags 925854 + patch Control: tags 925854 + pending Dear maintainer,
I've prepared an NMU for vtgrab (versioned as 0.1.8-3.2) and uploaded it to mentors for sponsoring. Please feel free to tell me if I should remove it from mentors. -- Regards Sudip diff -Nru vtgrab-0.1.8/debian/changelog vtgrab-0.1.8/debian/changelog --- vtgrab-0.1.8/debian/changelog 2018-10-27 16:32:20.000000000 +0100 +++ vtgrab-0.1.8/debian/changelog 2020-02-23 21:49:13.000000000 +0000 @@ -1,3 +1,10 @@ +vtgrab (0.1.8-3.2) unstable; urgency=medium + + * Non-maintainer upload. + * Fix ftbfs. (Closes: #925854) + + -- Sudip Mukherjee <sudipm.mukher...@gmail.com> Sun, 23 Feb 2020 21:49:13 +0000 + vtgrab (0.1.8-3.1) unstable; urgency=medium [ Rainer Herrmann ] diff -Nru vtgrab-0.1.8/debian/patches/fix_ftbfs.patch vtgrab-0.1.8/debian/patches/fix_ftbfs.patch --- vtgrab-0.1.8/debian/patches/fix_ftbfs.patch 1970-01-01 01:00:00.000000000 +0100 +++ vtgrab-0.1.8/debian/patches/fix_ftbfs.patch 2020-02-23 21:09:34.000000000 +0000 @@ -0,0 +1,16 @@ +Description: Fix ftbfs + The lib needs to be mentioned after the input object files. + +--- + +--- vtgrab-0.1.8.orig/Makefile.in ++++ vtgrab-0.1.8/Makefile.in +@@ -214,7 +214,7 @@ rvcd: $(rvcd_OBJECTS) $(rvcd_DEPENDENCIE + + twiglet: $(twiglet_OBJECTS) $(twiglet_DEPENDENCIES) + @rm -f twiglet +- $(LINK) $(twiglet_LDFLAGS) $(twiglet_OBJECTS) $(twiglet_LDADD) $(LIBS) ++ $(LINK) $(twiglet_OBJECTS) $(twiglet_LDFLAGS) $(twiglet_LDADD) $(LIBS) + + install-docDATA: $(doc_DATA) + @$(NORMAL_INSTALL) diff -Nru vtgrab-0.1.8/debian/patches/series vtgrab-0.1.8/debian/patches/series --- vtgrab-0.1.8/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ vtgrab-0.1.8/debian/patches/series 2020-02-23 21:09:34.000000000 +0000 @@ -0,0 +1 @@ +fix_ftbfs.patch