This is an automated email from the git hooks/post-receive script. sebastic-guest pushed a commit to branch master in repository proj.
commit f9d1bad78867d9cd36bf86260b60c43011570d09 Author: Bas Couwenberg <[email protected]> Date: Sun Apr 6 21:06:49 2014 +0200 Also install geodesic.h. --- debian/changelog | 1 + debian/libproj-dev.install | 1 + debian/rules | 1 + 3 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 3c809d9..becd7cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ proj (4.8.0-3) UNRELEASED; urgency=low * Add myself to Uploaders. + * Also install geodesic.h. -- Bas Couwenberg <[email protected]> Sun, 06 Apr 2014 21:02:28 +0200 diff --git a/debian/libproj-dev.install b/debian/libproj-dev.install index b5eb625..322912b 100644 --- a/debian/libproj-dev.install +++ b/debian/libproj-dev.install @@ -4,3 +4,4 @@ usr/lib/libproj.so usr/include/org_proj4_Projections.h usr/include/proj_api.h usr/include/projects.h +usr/include/geodesic.h diff --git a/debian/rules b/debian/rules index 7f0f091..9be10b1 100755 --- a/debian/rules +++ b/debian/rules @@ -48,6 +48,7 @@ install-stamp: $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install cp $(CURDIR)/src/projects.h $(CURDIR)/debian/tmp/usr/include/. + cp $(CURDIR)/src/geodesic.h $(CURDIR)/debian/tmp/usr/include/. # Fix manpages for man in $(CURDIR)/debian/tmp/usr/share/man/man1/*.1 $(CURDIR)/debian/tmp/usr/share/man/man3/*.3; \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/proj.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

