From: Peter Palfrader Date: Sun, 23 Dec 2007 14:04:38 +0000 (+0000) Subject: * New upstream version. X-Git-Tag: tor-0.2.0.15-alpha~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e08582118c934e5c94f3207fe8c5c375962d09b2;p=thirdparty%2Ftor.git * New upstream version. * Work around fig2dev failing to build the images on sparc like we do on s390. svn:r12942 --- diff --git a/debian/changelog b/debian/changelog index bc812adcee..bd4ec94b8f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,12 @@ -tor (0.2.0.13-alpha-1+svn) experimental; urgency=low +tor (0.2.0.14-alpha-1) experimental; urgency=low + * New upstream version. * Remove 13_r12907-fix-unit-tests.dpatch (Fix unit tests from HEAD) again - it's included upstream. + * Work around fig2dev failing to build the images on sparc like we do on + s390. - -- Peter Palfrader Sun, 23 Dec 2007 10:46:18 +0100 + -- Peter Palfrader Sun, 23 Dec 2007 13:45:41 +0100 tor (0.2.0.13-alpha-1) experimental; urgency=low diff --git a/debian/rules b/debian/rules index c0695d065e..468b985818 100755 --- a/debian/rules +++ b/debian/rules @@ -100,7 +100,8 @@ build-stamp: config.status # # the hexdumps were built using something like # perl -e 'while (<>) { print unpack ("H*", $_); }' interaction.pdf | fold > hexdump-interaction.pdf - if [ "$(DEB_BUILD_GNU_TYPE)" = "s390-linux-gnu" ]; then \ + if [ "$(DEB_BUILD_GNU_TYPE)" = "s390-linux-gnu" ] || \ + [ "$(DEB_BUILD_GNU_TYPE)" = "sparc-linux-gnu" ]; then \ cd doc/design-paper; \ fig2dev -L pdf cell-struct.fig cell-struct.pdf || \ ( echo "** Using shipped pdf file because fig2dev failed"; \