From c5bf34cc102e85cc1dc9e2687afdbcfdf5f95955 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Sat, 24 Mar 2012 19:15:25 +0100 Subject: debian: Fix the man page installation. Instead of generating the man page directly into debian/tmp, generate it to the build-tree instead, and install from there. Signed-off-by: Gergely Nagy --- debian/rules | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index e3e06d8..788bacd 100755 --- a/debian/rules +++ b/debian/rules @@ -11,8 +11,7 @@ override_dh_installdocs: override_dh_auto_build: dh_auto_build - install -d debian/tmp/usr/share/man/man3 - rst2man lib/umberlog.rst debian/tmp/usr/share/man/man3/umberlog.3 + rst2man lib/umberlog.rst debian/build-tree/lib/umberlog.3 %: dh $@ --with autoreconf -- cgit