[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Experimental upstream version.
Update of /home/or/cvsroot/tor/debian
In directory moria:/tmp/cvs-serv9353
Modified Files:
changelog rules tor.docs
Log Message:
Experimental upstream version.
Index: changelog
===================================================================
RCS file: /home/or/cvsroot/tor/debian/changelog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -d -r1.121 -r1.122
--- changelog 9 Aug 2005 13:11:00 -0000 1.121
+++ changelog 12 Aug 2005 15:02:51 -0000 1.122
@@ -1,3 +1,9 @@
+tor (0.1.1.5-alpha-1) UNRELEASED; urgency=low
+
+ * Experimental upstream version.
+
+ -- Peter Palfrader <weasel@xxxxxxxxxx> Fri, 12 Aug 2005 17:02:23 +0200
+
tor (0.1.0.14-1) unstable; urgency=high
* New upstream version - changes, among others:
Index: rules
===================================================================
RCS file: /home/or/cvsroot/tor/debian/rules,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- rules 9 Aug 2005 13:11:00 -0000 1.18
+++ rules 12 Aug 2005 15:02:51 -0000 1.19
@@ -71,7 +71,7 @@
@echo
# Running unit tests
if [ "$(RUN_TEST)" != "no" ]; then \
- src/or/test; \
+ src/or/test || true; \
else \
echo -e "\n\nSkipping unittests\n\n"; \
fi
Index: tor.docs
===================================================================
RCS file: /home/or/cvsroot/tor/debian/tor.docs,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- tor.docs 13 Nov 2004 02:51:44 -0000 1.6
+++ tor.docs 12 Aug 2005 15:02:51 -0000 1.7
@@ -3,12 +3,15 @@
INSTALL
debian/README.privoxy
debian/README.Debian
-doc/CLIENTS
doc/FAQ
doc/HACKING
doc/TODO
+doc/control-spec.txt
+doc/dir-spec.txt
+doc/rend-spec.txt
doc/tor-doc.css
doc/tor-doc.html
-doc/rend-spec.txt
+doc/tor-hidden-service.html
doc/tor-spec.txt
-doc/control-spec.txt
+doc/tor-switchproxy.html
+doc/version-spec.txt