Package: avr-libc Version: 1:1.4.5-2 Severity: serious Tags: patch Justification: Fails to build from sources
To the recent changes towards texlive, epstopdf is not available with the given build-depends. The attached patch fixes that, by installing "texlive-extra-utils" if tetex has been updated to a "transistional" version. Please verify if it has any (to me) unkown side effects. Thank you! Here's the output on dpkg-buildpackagee: --- snip --- sh: epstopdf: command not found Error: Problems running epstopdf. Check your TeX installation! /home/tobi/src/avr-libc-1.4.5/doc/examples/demo/demo.dox:74: Warning: explicit link request to 'ifdef' could not be resolved /home/tobi/src/avr-libc-1.4.5/doc/examples/demo/demo.dox:277: Warning: included file demo_eeprom.hex is not found. Check your EXAMPLE_PATH sh: epstopdf: command not found Error: Problems running epstopdf. Check your TeX installation! sh: epstopdf: command not found Error: Problems running epstopdf. Check your TeX installation! sh: epstopdf: command not found Error: Problems running epstopdf. Check your TeX installation! sh: epstopdf: command not found Error: Problems running epstopdf. Check your TeX installation! --- snip --- -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.18 Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash -- no debconf information
diff -Naur avr-libc-1.4.5.orig/debian/changelog avr-libc-1.4.5/debian/changelog --- avr-libc-1.4.5.orig/debian/changelog 2007-04-19 16:22:12.000000000 +0200 +++ avr-libc-1.4.5/debian/changelog 2007-04-19 16:22:03.000000000 +0200 @@ -1,3 +1,9 @@ +avr-libc (1:1.4.5-3) unstable; urgency=low + + * debian/control: changed build-depends to fix FTBFS + + -- Tobias Frost <[EMAIL PROTECTED]> Wed, 18 Apr 2007 15:21:32 +0100 + avr-libc (1:1.4.5-2) unstable; urgency=low * Convertion to debheler fixed (closes: #398220) diff -Naur avr-libc-1.4.5.orig/debian/control avr-libc-1.4.5/debian/control --- avr-libc-1.4.5.orig/debian/control 2007-04-19 16:24:25.000000000 +0200 +++ avr-libc-1.4.5/debian/control 2007-04-19 16:22:03.000000000 +0200 @@ -3,7 +3,7 @@ Priority: extra Maintainer: Hakan Ardo <[EMAIL PROTECTED]> Standards-Version: 3.2.1 -Build-Depends: gcc-avr (>=1:4.1.0-1), debhelper (>=5), doxygen (>=1.3.4-1), tetex-bin, tetex-extra, transfig, gs, netpbm, x11-common, +Build-Depends: gcc-avr (>=1:4.1.0-1), debhelper (>=5), doxygen (>=1.3.4-1), tetex-bin (<=3.0-30) | texlive-extra-utils (>=2007-4), tetex-extra | texlive-extra-utils (>=2007-4), transfig, gs, netpbm, x11-common, Package: avr-libc Architecture: all

