浏览代码

Remove /usr/bin/tor-control.py from the binary package

svn:r2814
Peter Palfrader 21 年之前
父节点
当前提交
3bd77da001
共有 2 个文件被更改,包括 8 次插入3 次删除
  1. 6 3
      debian/changelog
  2. 2 0
      debian/rules

+ 6 - 3
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.
     file (/var/log/tor/log) in the debian patch of the manpage.
   * Do not patch the default torrc to include settings we really want.
   * Do not patch the default torrc to include settings we really want.
     Instead modify the compiled in default options.  Those settings are
     Instead modify the compiled in default options.  Those settings are
-    
+
     - RunAsDaemon is enabled by default.
     - RunAsDaemon is enabled by default.
     - PidFile is set to /var/run/tor/tor.pid.  No default upstream.
     - PidFile is set to /var/run/tor/tor.pid.  No default upstream.
     - default logging goes to /var/log/tor/log instead of stdout.
     - default logging goes to /var/log/tor/log instead of stdout.
     - DataDirectory is set to /var/lib/tor by default.  No default upstream.
     - DataDirectory is set to /var/lib/tor by default.  No default upstream.
-    
+
     This is also documented in the new debian/README.Debian.
     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
 tor (0.0.8+0.0.9pre5-1) unstable; urgency=low
 
 

+ 2 - 0
debian/rules

@@ -117,6 +117,8 @@ install: build
 
 
 	dh_link usr/share/man/man8/tor.8 usr/share/man/man5/torrc.5
 	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.
 # Build architecture-independent files here.
 binary-indep: build install
 binary-indep: build install