control: tags -1 +patch Hi,
Just adding build-depends solves this FTBFS, patch attached. -- Regards, Hideki Yamane henrich @ debian.or.jp/org http://wiki.debian.org/HidekiYamane
diff -u impressive-0.10.3+svn61/debian/changelog impressive-0.10.3+svn61/debian/changelog --- impressive-0.10.3+svn61/debian/changelog +++ impressive-0.10.3+svn61/debian/changelog @@ -1,3 +1,11 @@ +impressive (0.10.3+svn61-1.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/control + - add "Build-Depends: texlive-pictures" to fix FTBFS (Closes: #746144) + + -- Hideki Yamane <[email protected]> Thu, 01 May 2014 17:28:18 +0900 + impressive (0.10.3+svn61-1) unstable; urgency=low * Fresh upstream snapshot diff -u impressive-0.10.3+svn61/debian/control impressive-0.10.3+svn61/debian/control --- impressive-0.10.3+svn61/debian/control +++ impressive-0.10.3+svn61/debian/control @@ -5,6 +5,7 @@ Build-Depends-Indep: python, perl, texlive-latex-base, latex-beamer, texlive-fonts-recommended, + texlive-pictures, xvfb, xauth, python-opengl, python-pygame, python-imaging, libgl1-mesa-dri, poppler-utils | xpdf-utils (>= 3.02-2), pdftk,

