Browse Source

* New upstream version.
* Work around fig2dev failing to build the images on sparc like we do on s390.


svn:r12942

Peter Palfrader 16 years ago
parent
commit
e08582118c
2 changed files with 7 additions and 3 deletions
  1. 5 2
      debian/changelog
  2. 2 1
      debian/rules

+ 5 - 2
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 <weasel@debian.org>  Sun, 23 Dec 2007 10:46:18 +0100
+ -- Peter Palfrader <weasel@debian.org>  Sun, 23 Dec 2007 13:45:41 +0100
 
 tor (0.2.0.13-alpha-1) experimental; urgency=low
 

+ 2 - 1
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"; \