[Pkg-wmaker-commits] [wmpinboard] 29/30: debian/patches/automake_foreign.patch: Use "foreign" automake option to avoid build error.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Wed Jan 27 23:31:40 UTC 2016


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmpinboard.

commit d4f7949d8a00d94e403ef4e4da746cc915182ce7
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Wed Jan 27 17:34:38 2016 -0500

    debian/patches/automake_foreign.patch: Use "foreign" automake option to
    avoid build error.
---
 debian/patches/automake_foreign.patch | 19 +++++++++++++++++++
 debian/patches/series                 |  1 +
 2 files changed, 20 insertions(+)

diff --git a/debian/patches/automake_foreign.patch b/debian/patches/automake_foreign.patch
new file mode 100644
index 0000000..695c10c
--- /dev/null
+++ b/debian/patches/automake_foreign.patch
@@ -0,0 +1,19 @@
+Description: Use "foreign" option for automake.
+ This prevents the following error during autoreconf:
+ Makefile.am: error: required file './ChangeLog' not found
+ autoreconf: automake failed with exit status: 1
+Author: Doug Torrance <dtorrance at piedmont.edu>
+Last-Update: 2016-01-27
+
+
+--- a/configure.ac
++++ b/configure.ac
+@@ -1,7 +1,7 @@
+ dnl Process this file with autoconf to produce a configure script.
+ 
+ AC_INIT([wmpinboard], [1.0.1])
+-AM_INIT_AUTOMAKE([-Wall silent-rules])
++AM_INIT_AUTOMAKE([-Wall silent-rules foreign])
+ AM_CONFIG_HEADER(config.h)
+ 
+ AC_PROG_CC
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..9a87ce0
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+automake_foreign.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmpinboard.git



More information about the Pkg-wmaker-commits mailing list