summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2004-11-12 17:21:16 +0000
committerPeter Palfrader <peter@palfrader.org>2004-11-12 17:21:16 +0000
commit3bd77da001920ca6165c360b0f6bc612efc511d8 (patch)
treee6640047e30c936064db46700d634acaa1c93d98
parentead200164a547a276c1ab92271aee85ccec4e642 (diff)
downloadtor-3bd77da001920ca6165c360b0f6bc612efc511d8.tar.gz
tor-3bd77da001920ca6165c360b0f6bc612efc511d8.zip
Remove /usr/bin/tor-control.py from the binary package
svn:r2814
-rw-r--r--debian/changelog9
-rwxr-xr-xdebian/rules2
2 files changed, 8 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index aa67cd278e..22cfb84f9a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,15 +7,18 @@ tor (0.0.8+0.0.9pre5-2) unreleased; urgency=low
file (/var/log/tor/log) in the debian patch of the manpage.
* Do not patch the default torrc to include settings we really want.
Instead modify the compiled in default options. Those settings are
-
+
- RunAsDaemon is enabled by default.
- PidFile is set to /var/run/tor/tor.pid. No default upstream.
- default logging goes to /var/log/tor/log instead of stdout.
- DataDirectory is set to /var/lib/tor by default. No default upstream.
-
+
This is also documented in the new debian/README.Debian.
+ * Remove /usr/bin/tor-control.py from the binary package, it is
+ not really useful yet, and wasn't meant to be installed by
+ default.
- -- Peter Palfrader <weasel@debian.org> Fri, 12 Nov 2004 18:11:26 +0100
+ -- Peter Palfrader <weasel@debian.org> Fri, 12 Nov 2004 18:20:04 +0100
tor (0.0.8+0.0.9pre5-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 488d66db13..c248290929 100755
--- a/debian/rules
+++ b/debian/rules
@@ -117,6 +117,8 @@ install: build
dh_link usr/share/man/man8/tor.8 usr/share/man/man5/torrc.5
+ rm -f $(CURDIR)/debian/tor/usr/bin/tor-control.py
+
# Build architecture-independent files here.
binary-indep: build install