Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ZerXes
Tor
Commits
e0858211
Commit
e0858211
authored
Dec 23, 2007
by
Peter Palfrader
Browse files
* New upstream version.
* Work around fig2dev failing to build the images on sparc like we do on s390. svn:r12942
parent
03f64638
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
e0858211
tor (0.2.0.1
3
-alpha-1
+svn
) experimental; urgency=low
tor (0.2.0.1
4
-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 1
0
:4
6:18
+0100
-- Peter Palfrader <weasel@debian.org> Sun, 23 Dec 2007 1
3
:4
5:41
+0100
tor (0.2.0.13-alpha-1) experimental; urgency=low
...
...
debian/rules
View file @
e0858211
...
...
@@ -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"
;
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment