[saga] 02/02: Fix manpages build

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Mon Nov 3 19:43:35 UTC 2014


This is an automated email from the git hooks/post-receive script.

johanvdw-guest pushed a commit to branch master
in repository saga.

commit 80ee139efd103a66d0b825aca33cb774a8463ea2
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date:   Sun Nov 2 22:16:02 2014 +0100

    Fix manpages build
---
 debian/rules         | 4 ++--
 debian/saga.manpages | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index d76bff1..300ddf9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,10 +16,10 @@ UPSTREAM_VERSION ?=$(shell uscan --dehs | sed -n 's/.*<upstream-version>\(.*\)<\
 debian/% :: debian/%.in
 	sed -e 's/@VERSION@/$(VERSION)/' $< >$@
 
-override_dh_build:
-	dh_build
+override_dh_auto_build:
 	pod2man --section=1 --release=$(VERSION) --center " " debian/saga_cmd.pod >saga_cmd.1
 	pod2man --section=1 --release=$(VERSION) --center " " debian/saga_gui.pod >saga_gui.1
+	dh_auto_build
 
 override_dh_python2:
 	dh_python2 --no-guessing-versions
diff --git a/debian/saga.manpages b/debian/saga.manpages
index 4cf2b61..5406fde 100644
--- a/debian/saga.manpages
+++ b/debian/saga.manpages
@@ -1 +1,2 @@
 saga_gui.1
+saga_cmd.1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/saga.git



More information about the Pkg-grass-devel mailing list