tags 672079 + patch tags 672079 + pending thanks Forgot to mention the bug in the changelog
Regards. martijn van brummelen
diff -Nru qsstv-7.1.7/debian/changelog qsstv-7.1.7/debian/changelog --- qsstv-7.1.7/debian/changelog 2012-04-21 05:43:08.000000000 +0200 +++ qsstv-7.1.7/debian/changelog 2012-05-08 22:18:24.000000000 +0200 @@ -1,3 +1,10 @@ +qsstv (7.1.7-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix FTBS ('lseek' was not declared in this scope) (Closes: #672079). + + -- Martijn van Brummelen <mart...@brumit.nl> Tue, 08 May 2012 22:18:24 +0200 + qsstv (7.1.7-1) unstable; urgency=low * New upstream release (Jan 4, 2012) diff -Nru qsstv-7.1.7/debian/patches/ftbs_672079.patch qsstv-7.1.7/debian/patches/ftbs_672079.patch --- qsstv-7.1.7/debian/patches/ftbs_672079.patch 1970-01-01 01:00:00.000000000 +0100 +++ qsstv-7.1.7/debian/patches/ftbs_672079.patch 2012-05-08 17:31:29.000000000 +0200 @@ -0,0 +1,36 @@ +Description: <short summary of the patch> + TODO: Put a short summary on the line above and replace this paragraph + with a longer explanation of this change. Complete the meta-information + with other relevant fields (see below for details). To make it easier, the + information below has been extracted from the changelog. Adjust it or drop + it. + . + qsstv (7.1.7-1.1) unstable; urgency=low + . + * Non-maintainer upload. + * Fix FTBS ('lseek' was not declared in this scope). +Author: Martijn van Brummelen <mart...@brumit.nl> + +--- +The information above should follow the Patch Tagging Guidelines, please +checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here +are templates for supplementary fields that you might want to add: + +Origin: <vendor|upstream|other>, <url of original patch> +Bug: <url in upstream bugtracker> +Bug-Debian: http://bugs.debian.org/<bugnumber> +Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber> +Forwarded: <no|not-needed|url proving that it has been forwarded> +Reviewed-By: <name and email of someone who approved the patch> +Last-Update: <YYYY-MM-DD> + +--- qsstv-7.1.7.orig/src/wavio.cpp ++++ qsstv-7.1.7/src/wavio.cpp +@@ -34,6 +34,7 @@ + #include <qfiledialog.h> + #include "configparams.h" + #include "supportfunctions.h" ++#include <unistd.h> + + //#include "qfilterdesignglobal.h" + diff -Nru qsstv-7.1.7/debian/patches/series qsstv-7.1.7/debian/patches/series --- qsstv-7.1.7/debian/patches/series 2012-04-21 06:44:09.000000000 +0200 +++ qsstv-7.1.7/debian/patches/series 2012-05-08 17:33:30.000000000 +0200 @@ -1,3 +1,4 @@ set-install-prefix.patch fix-html-doc-path.patch fix-target-path.patch +ftbs_672079.patch