Skip to content
Snippets Groups Projects
Commit d10679e2 authored by Peter Palfrader's avatar Peter Palfrader
Browse files

* New upstream release (candidate).

* Add a few 'date' calls in debian/rules, so I can see how long building the docs takes on autobuilders.


svn:r3060
parent e3f6f92c
No related branches found
Tags debian-version-0.0.8+0.0.9rc5-1
No related merge requests found
tor (0.0.8+0.0.9rc5-1) unstable; urgency=medium
* New upstream release (candidate).
- medium because it fixes an integer overflow that might
be exploitable, but doesn't seem to be currently.
* Add a few 'date' calls in debian/rules, so I can see how long
building the docs take on autobuilders.
-- Peter Palfrader <weasel@debian.org> Wed, 1 Dec 2004 10:02:08 +0100
tor (0.0.8+0.0.9rc3-1) unstable; urgency=low
* New upstream release (candidate).
......
......@@ -63,6 +63,7 @@ build-stamp: config.status
@echo
@echo
# Running unit tests
date
if [ "$(RUN_TEST)" != "no" ]; then \
src/or/test; \
else \
......@@ -71,6 +72,7 @@ build-stamp: config.status
@echo
# make design paper
date
if [ "$(BUILD_DOC)" != "no" ]; then \
make -C doc/design-paper tor-design.ps tor-design.pdf || \
( echo -e "*\n*\n*\n*"; \
......@@ -85,6 +87,7 @@ build-stamp: config.status
echo -e "\n\nSkipping tor-design.{ps,pdf}\n\n"; \
fi
date
touch build-stamp
clean: unpatch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment