mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
The spec files have moved. This requires updating the debian rules file
svn:r9447
This commit is contained in:
parent
9947190df7
commit
a728629051
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
||||
tor (0.1.2.6-alpha-2) unreleased; urgency=low
|
||||
|
||||
* UNRELEASED
|
||||
* Install all the spec files into usr/share/doc/tor/spec now.
|
||||
They moved to doc/spec/* from just doc/* in the source too.
|
||||
|
||||
-- Peter Palfrader <weasel@debian.org> Sat, 27 Jan 2007 21:41:37 +0100
|
||||
|
||||
tor (0.1.2.6-alpha-1) experimental; urgency=low
|
||||
|
||||
* New upstream version.
|
||||
|
5
debian/rules
vendored
5
debian/rules
vendored
@ -143,6 +143,11 @@ install: build
|
||||
|
||||
install -m 644 debian/tor.lintian-override $(CURDIR)/debian/tor/usr/share/lintian/overrides/tor
|
||||
|
||||
install -d -m 755 $(CURDIR)/debian/tor/usr/share/doc/tor/spec
|
||||
for i in doc/spec/*txt; do \
|
||||
install -m 644 $$i $(CURDIR)/debian/tor/usr/share/doc/tor/spec || exit 1; \
|
||||
done
|
||||
|
||||
dh_link usr/share/man/man8/tor.8 usr/share/man/man5/torrc.5
|
||||
|
||||
rm -f $(CURDIR)/debian/tor/usr/bin/tor-control.py
|
||||
|
6
debian/tor.docs
vendored
6
debian/tor.docs
vendored
@ -3,13 +3,7 @@ debian/README.Debian
|
||||
debian/README.privoxy
|
||||
doc/HACKING
|
||||
doc/TODO
|
||||
doc/control-spec.txt
|
||||
doc/design-paper/tor-design.pdf
|
||||
doc/design-paper/tor-design.ps
|
||||
doc/dir-spec.txt
|
||||
doc/rend-spec.txt
|
||||
doc/socks-extensions.txt
|
||||
doc/tor-spec.txt
|
||||
doc/version-spec.txt
|
||||
doc/website/stylesheet.css
|
||||
doc/website/tor-*
|
||||
|
Loading…
Reference in New Issue
Block a user