Browse Source

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

svn:r9447
Peter Palfrader 17 years ago
parent
commit
a728629051
3 changed files with 13 additions and 6 deletions
  1. 8 0
      debian/changelog
  2. 5 0
      debian/rules
  3. 0 6
      debian/tor.docs

+ 8 - 0
debian/changelog

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

+ 0 - 6
debian/tor.docs

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