Control: tag -1 +patch Hi, Just adding texlive-fonts-recommended to Build-Depends would solve this FTBFS, patch attached.
-- Regards, Hideki Yamane henrich @ debian.or.jp/org http://wiki.debian.org/HidekiYamane
diff -Nru apt-dpkg-ref-5.3.1/debian/changelog apt-dpkg-ref-5.3.1+nmu1/debian/changelog --- apt-dpkg-ref-5.3.1/debian/changelog 2011-04-21 22:57:28.000000000 +0900 +++ apt-dpkg-ref-5.3.1+nmu1/debian/changelog 2014-04-03 13:59:14.000000000 +0900 @@ -1,3 +1,12 @@ +apt-dpkg-ref (5.3.1+nmu1) unstable; urgency=medium + + * Non-maintainer upload. + * debian/control + - add "Build-Depends-Indep: texlive-fonts-recommended" to fix FTBFS + (Closes: #738415) + + -- Hideki Yamane <[email protected]> Thu, 03 Apr 2014 13:59:10 +0900 + apt-dpkg-ref (5.3.1) unstable; urgency=low * Added clarification on the use of dpkg and made reference to diff -Nru apt-dpkg-ref-5.3.1/debian/control apt-dpkg-ref-5.3.1+nmu1/debian/control --- apt-dpkg-ref-5.3.1/debian/control 2011-04-21 22:53:48.000000000 +0900 +++ apt-dpkg-ref-5.3.1+nmu1/debian/control 2014-04-03 13:58:24.000000000 +0900 @@ -4,7 +4,7 @@ Maintainer: Vanessa Gutiérrez <[email protected]> Build-Depends: debhelper (>= 7.0) Build-Depends-Indep: clisp | cmucl, texlive-base, texlive-latex-base, - texlive-latex-recommended + texlive-latex-recommended, texlive-fonts-recommended Standards-Version: 3.9.2.0 Package: apt-dpkg-ref

