X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=cfg.mk;h=3ee7b0b3c34d6072394eac2074f911e06bdef041;hb=d49274f4ed038cfb361d634dc78143759ffc7a0d;hp=136c96c3a6df9dd968800c228c2f5e4e7790a412;hpb=ec347e5ed8daee2fe0c34a23fb13633918e99503;p=debian%2Fgzip diff --git a/cfg.mk b/cfg.mk index 136c96c..3ee7b0b 100644 --- a/cfg.mk +++ b/cfg.mk @@ -1,5 +1,5 @@ # Customize maint.mk -*- makefile -*- -# Copyright (C) 2003-2010 Free Software Foundation, Inc. +# Copyright (C) 2003-2017 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -12,24 +12,22 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see . +# along with this program. If not, see . # Used in maint.mk's web-manual rule manual_title = gzip: the data compression program +# Use the direct link. This is guaranteed to work immediately, while +# it can take a while for the faster mirror links to become usable. +url_dir_list = https://ftp.gnu.org/gnu/$(PACKAGE) + # Tests not to run as part of "make distcheck". local-checks-to-skip = \ + sc_bindtextdomain \ sc_error_message_period \ sc_error_message_uppercase \ - sc_m4_quote_check \ - sc_obsolete_symbols \ sc_program_name \ - sc_prohibit_S_IS_definition \ - sc_prohibit_atoi_atof \ - sc_prohibit_stat_st_blocks \ - sc_space_tab \ - sc_useless_cpp_parens - + sc_texinfo_acronym # Tools used to bootstrap this package, used for "announcement". bootstrap-tools = autoconf,automake,gnulib @@ -37,14 +35,14 @@ bootstrap-tools = autoconf,automake,gnulib # Now that we have better tests, make this the default. export VERBOSE = yes -old_NEWS_hash = e35901d8427a032d2b88a3195ed24a8f +old_NEWS_hash = 8721b8773b81ae1ad7f7c8779e30ea03 sc_obs_header_regex = \ \<(STDC_HEADERS|HAVE_(LIMITS|STRING|UNISTD|STDLIB)_H)\> sc_prohibit_obsolete_HAVE_HEADER_H: - @re='^[ ]*#[ ]*(el)?if.*$(sc_obs_header_regex)' \ - msg='remove the above obsolete #if...HAVE_HEADER_H test(s)' \ - $(_prohibit_regexp) + @prohibit='^[ ]*#[ ]*(el)?if.*$(sc_obs_header_regex)' \ + halt='remove the above obsolete #if...HAVE_HEADER_H test(s)' \ + $(_sc_search_regexp) update-copyright-env = \ UPDATE_COPYRIGHT_USE_INTERVALS=1 \ @@ -52,12 +50,43 @@ update-copyright-env = \ # Indent only with spaces. sc_prohibit_tab_based_indentation: - @re='^ * ' \ - msg='TAB in indentation; use only spaces' \ - $(_prohibit_regexp) + @prohibit='^ * ' \ + halt='TAB in indentation; use only spaces' \ + $(_sc_search_regexp) # Don't use "indent-tabs-mode: nil" anymore. No longer needed. sc_prohibit_emacs__indent_tabs_mode__setting: - @re='^( *[*#] *)?indent-tabs-mode:' \ - msg='use of emacs indent-tabs-mode: setting' \ - $(_prohibit_regexp) + @prohibit='^( *[*#] *)?indent-tabs-mode:' \ + halt='use of emacs indent-tabs-mode: setting' \ + $(_sc_search_regexp) + +sc_gzip_copyright_check: + @require='Copyright \(C\) '$$(date +%Y)' Free' \ + in_vc_files=$(srcdir)/gzip.c \ + halt="out of date copyright in $$in_files; update it" \ + $(_sc_search_regexp) + +include $(srcdir)/dist-check.mk + +exclude_file_name_regexp--sc_file_system = ^NEWS$$ +exclude_file_name_regexp--sc_prohibit_tab_based_indentation = \ + (^|/)(GNU)?[Mm]akefile|(^|/)ChangeLog|\.(am|mk)$$ +exclude_file_name_regexp--sc_require_config_h = ^lib/match\.c$$ +exclude_file_name_regexp--sc_require_config_h_first = ^lib/match\.c$$ +exclude_file_name_regexp--sc_prohibit_empty_lines_at_EOF = \ + ^tests/hufts-segv\.gz$$ +exclude_file_name_regexp--sc_prohibit_strcmp = ^gzip\.c$$ +exclude_file_name_regexp--sc_prohibit_always-defined_macros = ^tailor\.h$$ +exclude_file_name_regexp--sc_prohibit_atoi_atof = ^(gzip|sample/sub)\.c$$ +exclude_file_name_regexp--sc_space_tab = ^lib/match\.c$$ +exclude_file_name_regexp--sc_useless_cpp_parens = ^(lib/match\.c|tailor\.h)$$ + +exclude_file_name_regexp--sc_prohibit_double_semicolon = ^lib/match\.c$$ + +# Tell the tight_scope rule that sources are in ".". +export _gl_TS_dir = . + +# Tell the tight_scope rule that these variables are deliberately "extern". +export _gl_TS_unmarked_extern_vars = \ + block_start d_buf inbuf outbuf prev read_buf strstart window \ + match_start prev_length max_chain_length good_match nice_match