X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=cfg.mk;h=46bedf02db2133080d75679ff10d2a29284f781e;hb=9d3bb7832a57580af77754e80153b8dc07288793;hp=8730ed190fd3115339f7cc4ff849e76a0b9deae8;hpb=3bf440815095eb4c630b75c09bc22894a2be762f;p=debian%2Fgzip diff --git a/cfg.mk b/cfg.mk index 8730ed1..46bedf0 100644 --- a/cfg.mk +++ b/cfg.mk @@ -1,5 +1,5 @@ # Customize maint.mk -*- makefile -*- -# Copyright (C) 2003-2016 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,14 +12,14 @@ # 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 = http://ftp.gnu.org/gnu/$(PACKAGE) +url_dir_list = https://ftp.gnu.org/gnu/$(PACKAGE) # Tests not to run as part of "make distcheck". local-checks-to-skip = \ @@ -35,7 +35,7 @@ bootstrap-tools = autoconf,automake,gnulib # Now that we have better tests, make this the default. export VERBOSE = yes -old_NEWS_hash = 8856cfaaa524d2f64231c21b004a5c1a +old_NEWS_hash = 143a1e2047fa15579bd66c75c7d962ce sc_obs_header_regex = \ \<(STDC_HEADERS|HAVE_(LIMITS|STRING|UNISTD|STDLIB)_H)\> @@ -62,8 +62,8 @@ sc_prohibit_emacs__indent_tabs_mode__setting: sc_gzip_copyright_check: @require='Copyright \(C\) '$$(date +%Y)' Free' \ - in_files=$(srcdir)/gzip.c \ - halt='out of date copyright in $(v_etc_file); update it' \ + in_vc_files=$(srcdir)/gzip.c \ + halt="out of date copyright in $$in_files; update it" \ $(_sc_search_regexp) include $(srcdir)/dist-check.mk