maint: record update-copyright options for this package
[debian/gzip] / cfg.mk
1 # Customize maint.mk                           -*- makefile -*-
2 # Copyright (C) 2003-2010 Free Software Foundation, Inc.
3
4 # This program is free software: you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation, either version 3 of the License, or
7 # (at your option) any later version.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 # GNU General Public License for more details.
13
14 # You should have received a copy of the GNU General Public License
15 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
16
17 # Used in maint.mk's web-manual rule
18 manual_title = gzip: the data compression program
19
20 # Tests not to run as part of "make distcheck".
21 local-checks-to-skip =          \
22   sc_error_message_period       \
23   sc_error_message_uppercase    \
24   sc_m4_quote_check             \
25   sc_obsolete_symbols           \
26   sc_program_name               \
27   sc_prohibit_S_IS_definition   \
28   sc_prohibit_atoi_atof         \
29   sc_prohibit_stat_st_blocks    \
30   sc_space_tab                  \
31   sc_useless_cpp_parens
32
33
34 # Tools used to bootstrap this package, used for "announcement".
35 bootstrap-tools = autoconf,automake,gnulib
36
37 # Now that we have better tests, make this the default.
38 export VERBOSE = yes
39
40 old_NEWS_hash = 22b19691660f1870cec5f64b2c0e4641
41
42 sc_obs_header_regex = \
43   \<(STDC_HEADERS|HAVE_(LIMITS|STRING|UNISTD|STDLIB)_H)\>
44 sc_prohibit_obsolete_HAVE_HEADER_H:
45         @re='^[  ]*#[    ]*(el)?if.*$(sc_obs_header_regex)' \
46         msg='remove the above obsolete #if...HAVE_HEADER_H test(s)' \
47           $(_prohibit_regexp)
48
49 update-copyright-env = \
50   UPDATE_COPYRIGHT_USE_INTERVALS=1 \
51   UPDATE_COPYRIGHT_MAX_LINE_LENGTH=79