[librttopo] 17/19: Add patch to use autoreconf instead of autogen.sh in documentation.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sat Apr 30 00:22:21 UTC 2016


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 <sebastic at xs4all.nl>
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 <sebastic at debian.org>
+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



More information about the Pkg-grass-devel mailing list