This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository proj.
commit 4d0a14363be3e98c7a60616d67ceff4d613fce18 Author: Bas Couwenberg <[email protected]> Date: Mon May 23 21:50:35 2016 +0200 Add patch to add a BUGS section to the manpages & update old URLs. --- debian/changelog | 2 + debian/patches/manpage-improvements.patch | 69 +++++++++++++++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 72 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7ea40ef..6218c4f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ proj (4.9.2-3) UNRELEASED; urgency=medium * Add patch by Alexis Bienvenüe to make nad2bin output reproducible. (closes: #825088) * Enable all hardening buildflags. + * Add patch to add a BUGS section to the manpages & update old URLs. + (closes: #809690) -- Bas Couwenberg <[email protected]> Mon, 23 May 2016 20:28:01 +0200 diff --git a/debian/patches/manpage-improvements.patch b/debian/patches/manpage-improvements.patch new file mode 100644 index 0000000..fdeaacb --- /dev/null +++ b/debian/patches/manpage-improvements.patch @@ -0,0 +1,69 @@ +Description: Add BUGS section to manpages & update old URLs. +Author: Bas Couwenberg <[email protected]> +Bug-Debian: https://bugs.debian.org/809690 +Forwarded: https://github.com/OSGeo/proj.4/pull/382 + +--- a/man/man1/cs2cs.1 ++++ b/man/man1/cs2cs.1 +@@ -198,5 +198,8 @@ USGS Bulletin 1532). + .br + .I "An Album of Map Projections" + (Snyder & Voxland, 1989, USGS Prof. Paper 1453). ++.SH BUGS ++A list of known bugs can found at https://github.com/OSGeo/proj.4/issues ++where new bug reports can be submitted too. + .SH HOME PAGE +-http://www.remotesensing.org/proj ++https://github.com/OSGeo/proj.4/wiki +--- a/man/man1/geod.1 ++++ b/man/man1/geod.1 +@@ -224,5 +224,8 @@ http://geographiclib.sf.net/geod-addenda + The \fIonline geodesic bibliography\fR, + .br + http://geographiclib.sf.net/geodesic-papers/biblio.html ++.SH BUGS ++A list of known bugs can found at https://github.com/OSGeo/proj.4/issues ++where new bug reports can be submitted too. + .SH HOME PAGE + https://github.com/OSGeo/proj.4/wiki +--- a/man/man1/proj.1 ++++ b/man/man1/proj.1 +@@ -296,5 +296,8 @@ USGS Bulletin 1532). + .br + .I "An Album of Map Projections" + (Snyder & Voxland, 1989, USGS Prof. Paper 1453). ++.SH BUGS ++A list of known bugs can found at https://github.com/OSGeo/proj.4/issues ++where new bug reports can be submitted too. + .SH HOME PAGE +-http://www.remotesensing.org/proj ++https://github.com/OSGeo/proj.4/wiki +--- a/man/man3/geodesic.3 ++++ b/man/man3/geodesic.3 +@@ -93,5 +93,8 @@ http://geographiclib.sf.net/geod-addenda + The \fIonline geodesic bibliography\fR, + .br + http://geographiclib.sf.net/geodesic-papers/biblio.html ++.SH BUGS ++A list of known bugs can found at https://github.com/OSGeo/proj.4/issues ++where new bug reports can be submitted too. + .SH HOME PAGE + https://github.com/OSGeo/proj.4/wiki +--- a/man/man3/pj_init.3 ++++ b/man/man3/pj_init.3 +@@ -103,10 +103,12 @@ main(int argc, char **argv) { + .SH LIBRARY + libproj.a \- library of projections and support procedures + .SH SEE ALSO +-.B http://proj.osgeo.org/ProjAPI, proj(1), ++.B https://github.com/OSGeo/proj.4/wiki/ProjAPI, proj(1), + .br + .I "Cartographic Projection Procedures for the UNIX Environment\(emA User's Manual," + (Evenden, 1990, Open-file report 90\-284). ++.SH BUGS ++A list of known bugs can found at https://github.com/OSGeo/proj.4/issues ++where new bug reports can be submitted too. + .SH HOME PAGE +-http://proj.osgeo.org +- ++https://github.com/OSGeo/proj.4/wiki diff --git a/debian/patches/series b/debian/patches/series index 56c84b9..19336d7 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ manpage-typos.patch GTX-grids-ignore-shift-values-whose-abs-value-is-gt-1000.patch nad2bin-reproducible-header.patch +manpage-improvements.patch -- 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

