[osmcoastline] 01/01: Drop build-indep target, osmcoastline-doc is not included anymore.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Tue Mar 17 15:49:38 UTC 2015


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

sebastic pushed a commit to branch master
in repository osmcoastline.

commit 488b05fb656c2d5792e0a646a38e14b02d8160f6
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Tue Mar 17 16:49:33 2015 +0100

    Drop build-indep target, osmcoastline-doc is not included anymore.
---
 debian/rules | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/debian/rules b/debian/rules
index 30c7f04..65b0fab 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,17 +11,14 @@ MANPAGES := $(wildcard debian/man/*.*.xml)
 override_dh_auto_configure:
 	dh_auto_configure -- -DCMAKE_VERBOSE_MAKEFILE=1
 
-override_dh_auto_build-arch:
+override_dh_auto_build:
 	# Create man page from DocBook XML
 	for x in $(MANPAGES) ; do \
 	    docbook2x-man $$x ; \
 	    mv `basename $$x | sed 's/.xml$$//'` `dirname $$x` ; \
 	done
 
-	dh_auto_build --arch
-
-override_dh_auto_build-indep:
-	(cd obj-* && $(MAKE) doc)
+	dh_auto_build
 
 override_dh_auto_test:
 	(cd obj-* && ./runtest.sh || echo "Ignoring expected test failure")

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



More information about the Pkg-grass-devel mailing list