diff -Nru winff-1.5.3/debian/changelog winff-1.5.3/debian/changelog --- winff-1.5.3/debian/changelog 2014-05-29 10:23:34.000000000 +0000 +++ winff-1.5.3/debian/changelog 2015-07-23 13:14:23.000000000 +0000 @@ -1,3 +1,13 @@ +winff (1.5.3-4ubuntu2) wily; urgency=medium + + * BD on libgtk2.0-dev: lazarus doesn't give us this any more. + * Make a temporary home directory to run 'soffice' as this fails if $HOME + doesn't exist. + * test-dep on libavcodec-extra-56 since this has libvo_aacenc which we + explicitly use in the testsuite. + + -- Iain Lane Thu, 23 Jul 2015 13:10:22 +0100 + winff (1.5.3-4ubuntu1) utopic; urgency=medium * debian/presets.xml: Drop "w=" and "h=" from -vf scale. This doesn't work diff -Nru winff-1.5.3/debian/control winff-1.5.3/debian/control --- winff-1.5.3/debian/control 2014-05-29 10:23:07.000000000 +0000 +++ winff-1.5.3/debian/control 2015-07-23 12:10:08.000000000 +0000 @@ -9,6 +9,7 @@ lcl, lcl-gtk2, lcl-qt4 (>= 0.9.30.4-2), + libgtk2.0-dev, Build-Depends-Indep: libreoffice Standards-Version: 3.9.5 Homepage: http://www.winff.org/ diff -Nru winff-1.5.3/debian/rules winff-1.5.3/debian/rules --- winff-1.5.3/debian/rules 2014-05-25 06:43:06.000000000 +0000 +++ winff-1.5.3/debian/rules 2015-07-23 12:22:23.000000000 +0000 @@ -19,7 +19,9 @@ mv winff winff-qt override_dh_auto_build-indep: - soffice --headless --convert-to pdf --outdir docs docs/WinFF.*.od? + mkdir -p $(CURDIR)/tmp-home + HOME=$(CURDIR)/tmp-home soffice --headless --convert-to pdf --outdir docs docs/WinFF.*.od? + rm -r $(CURDIR)/tmp-home # The language files are searched only for the first two characters of the # language code, and we don't have a proper Spanish translation yet. if [ ! -f docs/WinFF.es.pdf ] ; then \ diff -Nru winff-1.5.3/debian/tests/control winff-1.5.3/debian/tests/control --- winff-1.5.3/debian/tests/control 2014-05-25 11:51:14.000000000 +0000 +++ winff-1.5.3/debian/tests/control 2015-07-23 13:13:53.000000000 +0000 @@ -1,3 +1,3 @@ Tests: check-presets Restrictions: allow-stderr -Depends: libav-tools, libavcodec-extra, xmlstarlet +Depends: libav-tools, libavcodec-extra, libavcodec-extra-56, xmlstarlet