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 <sebas...@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

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to