summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules4
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index e47aead78d..9f1c2d0280 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tor (0.0.7.2+0.0.8pre3-2) unstable; urgency=low
+
+ * Install design paper in usr/share/doc/tor, not usr/share/doc. Ooops.
+
+ -- Peter Palfrader <weasel@debian.org> Wed, 11 Aug 2004 06:51:34 +0200
+
tor (0.0.7.2+0.0.8pre3-1) unstable; urgency=low
* New upstream (pre)release.
diff --git a/debian/rules b/debian/rules
index 0249692ee4..2a98da98d3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -127,8 +127,8 @@ binary-arch: build install
dh_installchangelogs ChangeLog
dh_installdocs
if [ "$(BUILD_DOC)" != "no" ]; then \
- install -m 644 doc/design-paper/tor-design.ps $(CURDIR)/debian/tor/usr/share/doc/; \
- install -m 644 doc/design-paper/tor-design.pdf $(CURDIR)/debian/tor/usr/share/doc/; \
+ install -m 644 doc/design-paper/tor-design.ps $(CURDIR)/debian/tor/usr/share/doc/tor/; \
+ install -m 644 doc/design-paper/tor-design.pdf $(CURDIR)/debian/tor/usr/share/doc/tor/; \
fi
dh_installexamples
# dh_install