]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Work around fig2dev failing to build the images on mipsel like we do on sparc
authorPeter Palfrader <peter@palfrader.org>
Sat, 2 Feb 2008 14:11:25 +0000 (14:11 +0000)
committerPeter Palfrader <peter@palfrader.org>
Sat, 2 Feb 2008 14:11:25 +0000 (14:11 +0000)
and s390.

svn:r13357

debian/changelog
debian/rules

index 53a337b8f2794b311558d06f666549886452a5b5..4f21bd35435610aae667994d986ee8dec0bd94fd 100644 (file)
@@ -1,3 +1,12 @@
+tor (0.2.0.18-alpha+svn-1) experimental; urgency=low
+
+  * 13351 + log
+  * 
+  * Work around fig2dev failing to build the images on mipsel like we do on
+    sparc and s390.
+
+ -- Peter Palfrader <weasel@debian.org>  Sat,  2 Feb 2008 15:10:48 +0100
+
 tor (0.2.0.18-alpha-1) experimental; urgency=low
 
   * postinst: Remove the check that requires the debian-tor user
index 468b9858183d13ee4bf49c52a36bffde6f03d7cc..e08117d3bd662ebecaeb3fe30b2404d0ebee60fd 100755 (executable)
@@ -101,7 +101,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" ] || \
-          [ "$(DEB_BUILD_GNU_TYPE)" = "sparc-linux-gnu" ]; then \
+          [ "$(DEB_BUILD_GNU_TYPE)" = "sparc-linux-gnu" ] || \
+          [ "$(DEB_BUILD_GNU_TYPE)" = "mipsel-linux" ]; then \
                cd doc/design-paper; \
                fig2dev -L pdf cell-struct.fig cell-struct.pdf || \
                        ( echo "** Using shipped pdf file because fig2dev failed"; \