[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r12942: * New upstream version. * Work around fig2dev failing to bui (tor/trunk/debian)
Author: weasel
Date: 2007-12-23 09:04:38 -0500 (Sun, 23 Dec 2007)
New Revision: 12942
Modified:
tor/trunk/debian/changelog
tor/trunk/debian/rules
Log:
* New upstream version.
* Work around fig2dev failing to build the images on sparc like we do on s390.
Modified: tor/trunk/debian/changelog
===================================================================
--- tor/trunk/debian/changelog 2007-12-23 09:46:38 UTC (rev 12941)
+++ tor/trunk/debian/changelog 2007-12-23 14:04:38 UTC (rev 12942)
@@ -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 <weasel@xxxxxxxxxx> Sun, 23 Dec 2007 10:46:18 +0100
+ -- Peter Palfrader <weasel@xxxxxxxxxx> Sun, 23 Dec 2007 13:45:41 +0100
tor (0.2.0.13-alpha-1) experimental; urgency=low
Modified: tor/trunk/debian/rules
===================================================================
--- tor/trunk/debian/rules 2007-12-23 09:46:38 UTC (rev 12941)
+++ tor/trunk/debian/rules 2007-12-23 14:04:38 UTC (rev 12942)
@@ -100,7 +100,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" ]; 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"; \