mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
* New upstream version.
* Work around fig2dev failing to build the images on sparc like we do on s390. svn:r12942
This commit is contained in:
Vendored
+5
-2
@@ -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
|
||||
|
||||
|
||||
Vendored
+2
-1
@@ -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"; \
|
||||
|
||||
Reference in New Issue
Block a user