The spec files have moved. This requires updating the debian rules file

svn:r9447
This commit is contained in:
Peter Palfrader 2007-01-27 20:50:09 +00:00
parent 9947190df7
commit a728629051
3 changed files with 13 additions and 6 deletions

8
debian/changelog vendored
View File

@ -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
View File

@ -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
View File

@ -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-*