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

guillem pushed a commit to branch master
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=074960b70330d89bb6e15222fc96ded6f5e5f63d

commit 074960b70330d89bb6e15222fc96ded6f5e5f63d
Author: Guillem Jover <guil...@debian.org>
AuthorDate: Tue Nov 6 02:49:27 2018 +0100

    build: Split AM_INIT_AUTOMAKE arguments into different lines
    
    This makes it easier to change.
---
 configure.ac     | 8 +++++++-
 debian/changelog | 1 +
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 9ba198104..171a85e58 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,13 @@ AC_CONFIG_AUX_DIR([build-aux])
 
 AC_USE_SYSTEM_EXTENSIONS
 
-AM_INIT_AUTOMAKE([1.11 -Wall foreign nostdinc tar-ustar no-dist-gzip dist-xz])
+AM_INIT_AUTOMAKE(
+  [1.11]
+  [-Wall]
+  [foreign]
+  [nostdinc]
+  [tar-ustar no-dist-gzip dist-xz]
+)
 AM_SILENT_RULES([yes])
 
 # Require at least this gettext version, but will take any later version too.
diff --git a/debian/changelog b/debian/changelog
index 96a2b1312..9967966a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -80,6 +80,7 @@ dpkg (1.19.3) UNRELEASED; urgency=medium
     - run-script: Add «set -e».
     - Build.PL: Set environment variables only for CPAN tests.
     - Build.PL: Set locale for CPAN tests to C. Fixes CPAN#127314.
+    - configure: Split AM_INIT_AUTOMAKE arguments into different lines.
   * Packaging:
     - Bump Standards-Version to 4.2.1 (no changes needed).
     - Switch to debhelper compatibility level 11.

-- 
Dpkg.Org's dpkg

Reply via email to