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=fc62712fee8845193283484c2c0b9a24eb8451d6 commit fc62712fee8845193283484c2c0b9a24eb8451d6 Author: Guillem Jover <[email protected]> AuthorDate: Tue Jul 16 02:34:35 2019 +0200 build: Add a serial versioning to the m4 files aclocal uses this to determine whether it needs to update m4 files in local trees. --- debian/changelog | 1 + m4/dpkg-arch.m4 | 1 + m4/dpkg-build.m4 | 1 + m4/dpkg-compiler.m4 | 1 + m4/dpkg-coverage.m4 | 1 + m4/dpkg-funcs.m4 | 1 + m4/dpkg-libs.m4 | 1 + m4/dpkg-linker.m4 | 1 + m4/dpkg-progs.m4 | 1 + m4/dpkg-types.m4 | 1 + m4/dpkg-unicode.m4 | 1 + 11 files changed, 11 insertions(+) diff --git a/debian/changelog b/debian/changelog index 16428b983..4e6ee36ad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -28,6 +28,7 @@ dpkg (1.20.0) UNRELEASED; urgency=medium - Dpkg::OpenPGP: Add support for importing an OpenPGP key into a keyring. * Build system: - Bump minimal Perl version to 5.24.1. + - Add a serial versioning to the m4 files. [ Updated man pages translations ] * German (Helge Kreutzmann). Closes: #931135 diff --git a/m4/dpkg-arch.m4 b/m4/dpkg-arch.m4 index ec25d95e5..71044c90f 100644 --- a/m4/dpkg-arch.m4 +++ b/m4/dpkg-arch.m4 @@ -1,3 +1,4 @@ +# serial 1 # Copyright © 2005 Scott James Remnant <[email protected]> # Copyright © 2006-2009 Guillem Jover <[email protected]> diff --git a/m4/dpkg-build.m4 b/m4/dpkg-build.m4 index d73db9907..1cc149a8e 100644 --- a/m4/dpkg-build.m4 +++ b/m4/dpkg-build.m4 @@ -1,3 +1,4 @@ +# serial 1 # Copyright © 2010-2014 Guillem Jover <[email protected]> # DPKG_BUILD_SHARED_LIBS() diff --git a/m4/dpkg-compiler.m4 b/m4/dpkg-compiler.m4 index a6192f63a..9799f6fea 100644 --- a/m4/dpkg-compiler.m4 +++ b/m4/dpkg-compiler.m4 @@ -1,3 +1,4 @@ +# serial 1 # Copyright © 2004 Scott James Remnant <[email protected]> # Copyright © 2006, 2009-2011, 2013-2016 Guillem Jover <[email protected]> diff --git a/m4/dpkg-coverage.m4 b/m4/dpkg-coverage.m4 index 6cc097d0e..70b67d152 100644 --- a/m4/dpkg-coverage.m4 +++ b/m4/dpkg-coverage.m4 @@ -1,3 +1,4 @@ +# serial 1 # Copyright © 2010 Guillem Jover <[email protected]> # DPKG_CODE_COVERAGE diff --git a/m4/dpkg-funcs.m4 b/m4/dpkg-funcs.m4 index 80e76d6f1..74acf220d 100644 --- a/m4/dpkg-funcs.m4 +++ b/m4/dpkg-funcs.m4 @@ -1,3 +1,4 @@ +# serial 1 # Copyright © 2005 Scott James Remnant <[email protected]> # Copyright © 2008-2009,2015 Guillem Jover <[email protected]> diff --git a/m4/dpkg-libs.m4 b/m4/dpkg-libs.m4 index 577264706..ffe373b7d 100644 --- a/m4/dpkg-libs.m4 +++ b/m4/dpkg-libs.m4 @@ -1,3 +1,4 @@ +# serial 1 # Copyright © 2004 Scott James Remnant <[email protected]> # Copyright © 2007 Nicolas François <[email protected]> # Copyright © 2006, 2009-2012, 2014-2015 Guillem Jover <[email protected]> diff --git a/m4/dpkg-linker.m4 b/m4/dpkg-linker.m4 index 1bb64350d..4451199ea 100644 --- a/m4/dpkg-linker.m4 +++ b/m4/dpkg-linker.m4 @@ -1,3 +1,4 @@ +# serial 1 # Copyright © 2004 Scott James Remnant <[email protected]>. # Copyright © 2010, 2014, 2016 Guillem Jover <[email protected]> diff --git a/m4/dpkg-progs.m4 b/m4/dpkg-progs.m4 index ab27f9149..f952bd170 100644 --- a/m4/dpkg-progs.m4 +++ b/m4/dpkg-progs.m4 @@ -1,3 +1,4 @@ +# serial 1 # Copyright © 2005 Scott James Remnant <[email protected]> # Copyright © 2007 Frank Lichtenheld <[email protected]> # Copyright © 2007, 2009, 2011 Guillem Jover <[email protected]> diff --git a/m4/dpkg-types.m4 b/m4/dpkg-types.m4 index 5355f5a93..f6553112f 100644 --- a/m4/dpkg-types.m4 +++ b/m4/dpkg-types.m4 @@ -1,3 +1,4 @@ +# serial 1 # Copyright © 2005 Scott James Remnant <[email protected]> # Copyright © 2009-2011 Guillem Jover <[email protected]> diff --git a/m4/dpkg-unicode.m4 b/m4/dpkg-unicode.m4 index 2cef2c7f1..dbe199498 100644 --- a/m4/dpkg-unicode.m4 +++ b/m4/dpkg-unicode.m4 @@ -1,3 +1,4 @@ +# serial 1 # Copyright © 1995-2003, 2005-2006 Free Software Foundation, Inc. # Copyright © 2009 Yuri Vasilevski <[email protected]> # Copyright © 2010 Guillem Jover <[email protected]> -- Dpkg.Org's dpkg

