X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=cfg.mk;h=46c99de2f3e09aab710d345d8119adcb7479913e;hb=c358b646ad6ff8fac733a2563df0d330e02ff2e5;hp=bd82e8794fd4c16b704c93016a5368acacda6c85;hpb=b2f9e266fc08ea910be5cdb0744ff1805699c81f;p=debian%2Fgzip diff --git a/cfg.mk b/cfg.mk index bd82e87..46c99de 100644 --- a/cfg.mk +++ b/cfg.mk @@ -1,5 +1,5 @@ # Customize maint.mk -*- makefile -*- -# Copyright (C) 2003-2009 Free Software Foundation, Inc. +# Copyright (C) 2003-2012 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 @@ -14,24 +14,24 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# Use alpha.gnu.org for alpha and beta releases. -# Use ftp.gnu.org for major releases. -gnu_ftp_host-alpha = alpha.gnu.org -gnu_ftp_host-beta = alpha.gnu.org -gnu_ftp_host-major = ftp.gnu.org -gnu_rel_host = $(gnu_ftp_host-$(RELEASE_TYPE)) - # Used in maint.mk's web-manual rule manual_title = gzip: the data compression program -url_dir_list = \ - ftp://$(gnu_rel_host)/gnu/coreutils - -# The GnuPG ID of the key used to sign the tarballs. -gpg_key_ID = B9AB9A16 - # Tests not to run as part of "make distcheck". -local-checks-to-skip = strftime-check +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_texinfo_acronym \ + sc_useless_cpp_parens + # Tools used to bootstrap this package, used for "announcement". bootstrap-tools = autoconf,automake,gnulib @@ -39,4 +39,46 @@ bootstrap-tools = autoconf,automake,gnulib # Now that we have better tests, make this the default. export VERBOSE = yes -old_NEWS_hash = d41d8cd98f00b204e9800998ecf8427e +old_NEWS_hash = 4e76bc5d3e489bb63342e85762172502 + +sc_obs_header_regex = \ + \<(STDC_HEADERS|HAVE_(LIMITS|STRING|UNISTD|STDLIB)_H)\> +sc_prohibit_obsolete_HAVE_HEADER_H: + @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 \ + UPDATE_COPYRIGHT_MAX_LINE_LENGTH=79 + +# Indent only with spaces. +sc_prohibit_tab_based_indentation: + @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: + @prohibit='^( *[*#] *)?indent-tabs-mode:' \ + halt='use of emacs indent-tabs-mode: setting' \ + $(_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$$ + +# 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