[or-cvs] r13357: Work around fig2dev failing to build the images on mipsel li (tor/trunk/debian)

weasel at seul.org weasel at seul.org
Sat Feb 2 14:11:25 UTC 2008


Author: weasel
Date: 2008-02-02 09:11:25 -0500 (Sat, 02 Feb 2008)
New Revision: 13357

Modified:
   tor/trunk/debian/changelog
   tor/trunk/debian/rules
Log:
Work around fig2dev failing to build the images on mipsel like we do on sparc
and s390.


Modified: tor/trunk/debian/changelog
===================================================================
--- tor/trunk/debian/changelog	2008-02-02 11:09:13 UTC (rev 13356)
+++ tor/trunk/debian/changelog	2008-02-02 14:11:25 UTC (rev 13357)
@@ -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 at 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

Modified: tor/trunk/debian/rules
===================================================================
--- tor/trunk/debian/rules	2008-02-02 11:09:13 UTC (rev 13356)
+++ tor/trunk/debian/rules	2008-02-02 14:11:25 UTC (rev 13357)
@@ -101,7 +101,8 @@
 	# 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"; \



More information about the tor-commits mailing list