This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository zoo-project.
commit 7a9a6dff3f82a1631018fee4a670d16847e8b723 Author: Bas Couwenberg <[email protected]> Date: Sun Jan 29 19:27:01 2017 +0100 Add patch to fix main.cfg creation by configure. --- debian/patches/main-configure.patch | 14 ++++++++++++++ debian/patches/series | 1 + 2 files changed, 15 insertions(+) diff --git a/debian/patches/main-configure.patch b/debian/patches/main-configure.patch new file mode 100644 index 0000000..200bc17 --- /dev/null +++ b/debian/patches/main-configure.patch @@ -0,0 +1,14 @@ +Description: Have configure create main.cfg from main.cfg.in. +Author: Bas Couwenberg <[email protected]> +Forwarded: http://zoo-project.org/trac/ticket/144 + +--- a/zoo-project/zoo-kernel/configure.ac ++++ b/zoo-project/zoo-kernel/configure.ac +@@ -933,6 +933,7 @@ AC_SUBST([HARDENING_CFLAGS]) + AC_SUBST([HARDENING_CPPFLAGS]) + AC_SUBST([HARDENING_LDFLAGS]) + ++AC_CONFIG_FILES([main.cfg]) + AC_CONFIG_FILES([Makefile]) + AC_CONFIG_FILES([ZOOMakefile.opts]) + AC_OUTPUT diff --git a/debian/patches/series b/debian/patches/series index 2f3539a..aa8012d 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,3 +2,4 @@ hardening-buildflags.patch zoo-version.patch cachedir.patch symbols-install.patch +main-configure.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/zoo-project.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

