Control: tags -1 +patch Hi,
> cd /«PKGBUILDDIR»/build/doc && /usr/bin/a2x -f xhtml --icons -D > /«PKGBUILDDIR»/build/doc /«PKGBUILDDIR»/doc/manual.txt > a2x: ERROR: missing resource: /«PKGBUILDDIR»/doc/images/icons/callouts/1.png > make[5]: *** [doc/manual.html] Error 1 removing --icons can avoid this FTBFS as attached. -- Regards, Hideki Yamane henrich @ debian.or.jp/org http://wiki.debian.org/HidekiYamane
diff -Nru graphite2-1.2.4/debian/changelog graphite2-1.2.4/debian/changelog --- graphite2-1.2.4/debian/changelog 2014-02-10 17:48:25.000000000 +0900 +++ graphite2-1.2.4/debian/changelog 2014-03-26 17:08:10.000000000 +0900 @@ -1,3 +1,11 @@ +graphite2 (1.2.4-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * debian/patches + - add no-icons.patch to avoid FTBFS (Closes: #741845) + + -- Hideki Yamane <henr...@debian.org> Wed, 26 Mar 2014 17:08:09 +0900 + graphite2 (1.2.4-2) unstable; urgency=low * add patch from Pino Toscano to also avoid linking to libstdc++ on diff -Nru graphite2-1.2.4/debian/patches/no-icons.patch graphite2-1.2.4/debian/patches/no-icons.patch --- graphite2-1.2.4/debian/patches/no-icons.patch 1970-01-01 09:00:00.000000000 +0900 +++ graphite2-1.2.4/debian/patches/no-icons.patch 2014-03-26 17:07:39.000000000 +0900 @@ -0,0 +1,25 @@ +Description: not specify --icons option to avoid FTBFS + + Just avoid FTBFS, not specify --icons option + +> cd /«PKGBUILDDIR»/build/doc && /usr/bin/a2x -f xhtml --icons -D /«PKGBUILDDIR»/build/doc /«PKGBUILDDIR»/doc/manual.txt +> a2x: ERROR: missing resource: /«PKGBUILDDIR»/doc/images/icons/callouts/1.png +> make[5]: *** [doc/manual.html] Error 1 + + +Author: Hideki Yamane <henr...@debian.org> +Bug-Debian: http://bugs.debian.org/741845 +Forwarded: no +Last-Update: 2014-03-26 + diff -Nru graphite2-1.2.4/debian/patches/series graphite2-1.2.4/debian/patches/series --- graphite2-1.2.4/debian/patches/series 2014-02-10 17:46:51.000000000 +0900 +++ graphite2-1.2.4/debian/patches/series 2014-03-26 16:50:23.000000000 +0900 @@ -2,3 +2,4 @@ no-specific-nunit-version.diff soname.diff non-linux.diff +no-icons.patch