This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository librttopo.
commit 995b978b83b9c67e1e2c864b4a50233f772e40b7 Author: Bas Couwenberg <[email protected]> Date: Sat Apr 30 02:00:05 2016 +0200 Add patch to use autoreconf instead of autogen.sh in documentation. --- debian/patches/autogen.patch | 16 ++++++++++++++++ debian/patches/series | 1 + 2 files changed, 17 insertions(+) diff --git a/debian/patches/autogen.patch b/debian/patches/autogen.patch new file mode 100644 index 0000000..044b219 --- /dev/null +++ b/debian/patches/autogen.patch @@ -0,0 +1,16 @@ +Description: Use autoreconf instead of autogen.sh. + autogen.sh is no longer included. +Author: Bas Couwenberg <[email protected]> +Forwarded: https://git.osgeo.org/gogs/rttopo/librttopo/pulls/7 + +--- a/README.md ++++ b/README.md +@@ -32,7 +32,7 @@ updated on every push to the official re + + Using Autotools: + +- ./autogen.sh # in ${srcdir}, if obtained from GIT ++ autoreconf -f -i # in ${srcdir}, if obtained from GIT + ${srcdir}/configure # in build dir + make # build + make check # test diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..f3ed6af --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +autogen.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/librttopo.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

