summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2007-12-23 14:04:38 +0000
committerPeter Palfrader <peter@palfrader.org>2007-12-23 14:04:38 +0000
commite08582118c934e5c94f3207fe8c5c375962d09b2 (patch)
tree567a0d8ae519114d97838f4371289c491091a511 /debian/rules
parent03f64638cbc020603efc10a3389552a6c7ca1ec3 (diff)
downloadtor-e08582118c934e5c94f3207fe8c5c375962d09b2.tar.gz
tor-e08582118c934e5c94f3207fe8c5c375962d09b2.zip
* New upstream version.
* Work around fig2dev failing to build the images on sparc like we do on s390. svn:r12942
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules3
1 files changed, 2 insertions, 1 deletions
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"; \