This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository libgeotiff-dfsg.
commit fc25ddf685de72bf9a50707ec4c68671766f65ac Author: Bas Couwenberg <[email protected]> Date: Tue Aug 9 20:58:56 2016 +0200 Add patch to not install makegeo, install source in examples instead. --- debian/changelog | 6 ++++++ debian/libgeotiff-dev.examples | 1 + debian/patches/dont-install-makegeo.patch | 19 +++++++++++++++++++ debian/patches/series | 1 + 4 files changed, 27 insertions(+) diff --git a/debian/changelog b/debian/changelog index b92a645..3ff8651 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libgeotiff-dfsg (1.4.1-4) UNRELEASED; urgency=medium + + * Add patch to not install makegeo, install source in examples instead. + + -- Bas Couwenberg <[email protected]> Tue, 09 Aug 2016 20:56:10 +0200 + libgeotiff-dfsg (1.4.1-3) unstable; urgency=medium * Bump Standards-Version to 3.9.8, no changes. diff --git a/debian/libgeotiff-dev.examples b/debian/libgeotiff-dev.examples new file mode 100644 index 0000000..881e831 --- /dev/null +++ b/debian/libgeotiff-dev.examples @@ -0,0 +1 @@ +bin/makegeo.c diff --git a/debian/patches/dont-install-makegeo.patch b/debian/patches/dont-install-makegeo.patch new file mode 100644 index 0000000..d9395ec --- /dev/null +++ b/debian/patches/dont-install-makegeo.patch @@ -0,0 +1,19 @@ +Description: Don't install makegeo. + makegeo.c serves as a minimal example of creating a geotiff file. + Installing the executable has no value. +Author: Bas Couwenberg <[email protected]> +Forwarded: https://trac.osgeo.org/geotiff/ticket/76 + +--- a/bin/Makefile.am ++++ b/bin/Makefile.am +@@ -4,7 +4,9 @@ geotifcp_SOURCES = geotifcp.c + listgeo_SOURCES = listgeo.c + applygeo_SOURCES = applygeo.c + +-bin_PROGRAMS = makegeo geotifcp listgeo applygeo ++bin_PROGRAMS = geotifcp listgeo applygeo ++ ++noinst_PROGRAMS = makegeo + + if TIFF_IS_CONFIG + TIFF_CFLAGS = @TIFF_INC@ -DHAVE_TIFF=1 diff --git a/debian/patches/series b/debian/patches/series index 9bf0c18..51b4bd9 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ drop-epsg-data-installation docs 0003-Fix-macro-error-in-manfile.patch +dont-install-makegeo.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libgeotiff-dfsg.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

