[shapelib] 10/22: Re-enable building of manpages.

Bas Couwenberg sebastic at debian.org
Tue Dec 6 20:41:37 UTC 2016


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

sebastic pushed a commit to branch master
in repository shapelib.

commit d08319287018ab87d9e46f27ab11b2bd9be60e30
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Tue Dec 6 20:33:54 2016 +0100

    Re-enable building of manpages.
---
 debian/rules | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/debian/rules b/debian/rules
index 25cd673..c43482c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,18 +12,19 @@ CONTRIB = shpdxf shpproj dbfinfo shpcentrd shpdata shpwkb dbfinfo dbfcat shpinfo
 %:
 	dh $@ --with autoreconf --parallel
 
+override_dh_clean:
+	dh_clean debian/man/*.1
+
+override_dh_auto_build:
+	dh_auto_build
+	ronn -r --date="$(BUILD_DATE)" --manual=shplib debian/man/*.md
+
 #override_dh_auto_test:
 #
-#override_dh_auto_build:
-#	dh_auto_build
-#	make -C $(CURDIR)/contrib 
-#	ronn -r --date="$(BUILD_DATE)" --manual=shplib debian/man/*.md
-#
 #override_dh_auto_clean:
 #	dh_auto_clean
 #	make -C $(CURDIR)/contrib clean
 #	rm -f contrib/Shape_PointInPoly contrib/shpsort
-#	rm -f debian/man/*.1
 #
 #override_dh_auto_install:
 #	mkdir -p debian/tmp/usr/bin/

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



More information about the Pkg-grass-devel mailing list