Commit eba46db1 authored by Peter Palfrader's avatar Peter Palfrader
Browse files

Do not try to install non-existing specs

Conflicts:

	debian/changelog

Cherry-picked a5790628
parent 76d784df
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
tor (0.2.2.23-alpha-1) experimental; urgency=low

  * New upstream version.
  * The tor specification files are no longer shipped in the tarball,
    so /usr/share/doc/tor/spec is no more.  They can be found online
    at <URL:https://gitweb.torproject.org/torspec.git/tree>.

 -- Peter Palfrader <weasel@debian.org>  Wed, 09 Mar 2011 14:40:16 +0100

+0 −5
Original line number Diff line number Diff line
@@ -152,11 +152,6 @@ 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