This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=d7c0992402a936304d408933959b79e811aede83 commit d7c0992402a936304d408933959b79e811aede83 Author: Guillem Jover <[email protected]> AuthorDate: Sun Jan 28 20:07:07 2024 +0100 build: Split each automake variable value into its own line This makes it easier to sort, and modify with minimal diffs. --- dselect/Makefile.am | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/dselect/Makefile.am b/dselect/Makefile.am index ebf8c7616..17239708e 100644 --- a/dselect/Makefile.am +++ b/dselect/Makefile.am @@ -57,9 +57,15 @@ dselect_LDADD = \ ../lib/compat/libcompat.la \ # EOL +EXTRA_DIST = \ + keyoverride \ + mkcurkeys.pl \ + # EOL -EXTRA_DIST = keyoverride mkcurkeys.pl -CLEANFILES = curkeys.hpp curkeys.h +CLEANFILES = \ + curkeys.hpp \ + curkeys.h \ + # EOL curkeys.$(OBJEXT): curkeys.h curkeys.hpp: dselect-curses.h -- Dpkg.Org's dpkg

