summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2007-01-27 20:50:09 +0000
committerPeter Palfrader <peter@palfrader.org>2007-01-27 20:50:09 +0000
commita728629051c25455af15a13bed278a3770280cb5 (patch)
treee77555cc2a9b0fc780aa743d89bd97d396ec0e12 /debian/rules
parent9947190df7889f9a8af92e16f148c18113728f70 (diff)
downloadtor-a728629051c25455af15a13bed278a3770280cb5.tar.gz
tor-a728629051c25455af15a13bed278a3770280cb5.zip
The spec files have moved. This requires updating the debian rules file
svn:r9447
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index e52aae5a35..c0695d065e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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