summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rwxr-xr-xdebian/rules2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 34fea03952..c82ba29313 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+tor (0.1.1.5-alpha-cvs-1) UNRELEASED; urgency=low
+
+ * Even more experimental cvs snapshot.
+ * Testsuite is mandatory again.
+
+ -- Peter Palfrader <weasel@debian.org> Fri, 9 Sep 2005 23:11:22 +0200
+
tor (0.1.1.5-alpha-1) UNRELEASED; urgency=low
* Experimental upstream version.
diff --git a/debian/rules b/debian/rules
index 6ad7bd5b87..072302f3f1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -71,7 +71,7 @@ build-stamp: config.status
@echo
# Running unit tests
if [ "$(RUN_TEST)" != "no" ]; then \
- src/or/test || true; \
+ src/or/test; \
else \
echo -e "\n\nSkipping unittests\n\n"; \
fi