diff options
| author | Peter Palfrader <peter@palfrader.org> | 2007-01-27 20:50:09 +0000 |
|---|---|---|
| committer | Peter Palfrader <peter@palfrader.org> | 2007-01-27 20:50:09 +0000 |
| commit | a728629051c25455af15a13bed278a3770280cb5 (patch) | |
| tree | e77555cc2a9b0fc780aa743d89bd97d396ec0e12 /debian/rules | |
| parent | 9947190df7889f9a8af92e16f148c18113728f70 (diff) | |
| download | tor-a728629051c25455af15a13bed278a3770280cb5.tar tor-a728629051c25455af15a13bed278a3770280cb5.tar.gz | |
The spec files have moved. This requires updating the debian rules file
svn:r9447
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index e52aae5a3..c0695d065 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 |