Bas Couwenberg pushed to branch experimental at Debian GIS Project / proj
Commits: ab3657a5 by Bas Couwenberg at 2020-02-12T12:56:24+01:00 Add patch to fix FTBFS when building twice. (closes: #951187) - - - - - 3 changed files: - debian/changelog - + debian/patches/make-readme.patch - + debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +proj (6.3.1~rc1-1~exp2) UNRELEASED; urgency=medium + + * Add patch to fix FTBFS when building twice. + (closes: #951187) + + -- Bas Couwenberg <[email protected]> Wed, 12 Feb 2020 12:53:04 +0100 + proj (6.3.1~rc1-1~exp1) experimental; urgency=medium * New upstream release candidate. ===================================== debian/patches/make-readme.patch ===================================== @@ -0,0 +1,16 @@ +Description: Create README from README.md when calling `make`. +Author: Bas Couwenberg <[email protected]> +Bug: https://github.com/OSGeo/PROJ/issues/1927 +Bug-Debian: https://bugs.debian.org/951187 +Forwarded: https://github.com/OSGeo/PROJ/pull/1928 + +--- a/Makefile.am ++++ b/Makefile.am +@@ -12,6 +12,7 @@ ACLOCAL_AMFLAGS = -I m4 + check-local: + cd test; $(MAKE) check + ++all-local: README + + README: README.md + fgrep -v "[![" $< > $@ ===================================== debian/patches/series ===================================== @@ -0,0 +1 @@ +make-readme.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/proj/commit/ab3657a5e1be165a98aa8fb7ac383c01b28fd6d4 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/proj/commit/ab3657a5e1be165a98aa8fb7ac383c01b28fd6d4 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
