mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
New upstream version. Tor stays in sbin in Debian
svn:r1137
This commit is contained in:
parent
1e9a963094
commit
2849ff13e2
9
debian/changelog
vendored
9
debian/changelog
vendored
@ -1,3 +1,12 @@
|
||||
tor (0.0.1+0.0.2pre22-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
* Upstream has moved tor back to usr/bin, but we will keep it in
|
||||
usr/sbin. That's the right place and it doesn't break my tab
|
||||
completion there.
|
||||
|
||||
-- Peter Palfrader <weasel@debian.org> Fri, 27 Feb 2004 01:59:09 +0100
|
||||
|
||||
tor (0.0.1+0.0.2pre21-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -63,6 +63,8 @@ install: build
|
||||
dh_installdirs
|
||||
|
||||
$(MAKE) install DESTDIR=$(CURDIR)/debian/tor
|
||||
# move tor to where it belongs
|
||||
mv $(CURDIR)/debian/tor/usr/bin/tor $(CURDIR)/debian/tor/usr/sbin/tor
|
||||
install -m 755 contrib/torify $(CURDIR)/debian/tor/usr/bin
|
||||
install -m 644 contrib/torify.1 $(CURDIR)/debian/tor/usr/share/man/man1
|
||||
install -m 644 contrib/tor-tsocks.conf $(CURDIR)/debian/tor/etc/tor
|
||||
|
2
debian/tor.dirs
vendored
2
debian/tor.dirs
vendored
@ -3,3 +3,5 @@ var/lib/tor
|
||||
var/log/tor
|
||||
var/run/tor
|
||||
usr/share/lintian/overrides
|
||||
usr/bin
|
||||
usr/sbin
|
||||
|
2
debian/tor.init
vendored
2
debian/tor.init
vendored
@ -1,7 +1,7 @@
|
||||
#! /bin/sh
|
||||
|
||||
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
|
||||
DAEMON=/usr/bin/tor
|
||||
DAEMON=/usr/sbin/tor
|
||||
NAME=tor
|
||||
DESC="tor daemon"
|
||||
TORLOG=/var/log/tor/log
|
||||
|
Loading…
Reference in New Issue
Block a user