[or-cvs] r9447: The spec files have moved. This requires updating the debian (tor/trunk/debian)
weasel at seul.org
weasel at seul.org
Sat Jan 27 20:50:23 UTC 2007
Author: weasel
Date: 2007-01-27 15:50:09 -0500 (Sat, 27 Jan 2007)
New Revision: 9447
Modified:
tor/trunk/debian/changelog
tor/trunk/debian/rules
tor/trunk/debian/tor.docs
Log:
The spec files have moved. This requires updating the debian rules file
Modified: tor/trunk/debian/changelog
===================================================================
--- tor/trunk/debian/changelog 2007-01-27 20:49:36 UTC (rev 9446)
+++ tor/trunk/debian/changelog 2007-01-27 20:50:09 UTC (rev 9447)
@@ -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 at debian.org> Sat, 27 Jan 2007 21:41:37 +0100
+
tor (0.1.2.6-alpha-1) experimental; urgency=low
* New upstream version.
Modified: tor/trunk/debian/rules
===================================================================
--- tor/trunk/debian/rules 2007-01-27 20:49:36 UTC (rev 9446)
+++ tor/trunk/debian/rules 2007-01-27 20:50:09 UTC (rev 9447)
@@ -143,6 +143,11 @@
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
Modified: tor/trunk/debian/tor.docs
===================================================================
--- tor/trunk/debian/tor.docs 2007-01-27 20:49:36 UTC (rev 9446)
+++ tor/trunk/debian/tor.docs 2007-01-27 20:50:09 UTC (rev 9447)
@@ -3,13 +3,7 @@
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-*
More information about the tor-commits
mailing list