blob: 9537c5946b1c0544289c26b0edec302d914386dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
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))
url_dir_list = \
ftp://$(gnu_rel_host)/gnu/coreutils
manual_title = GNU idutils: ID database utilities
gpg_key_ID = B9AB9A16
local-checks-to-skip = changelog-check strftime-check patch-check \
sc_prohibit_atoi_atof sc_changelog check-AUTHORS
old_NEWS_hash = eb1986d9a01765bcd73053fb1feba356
sc_tight_scope:
$(MAKE) -C src $@
include $(srcdir)/dist-check.mk
update-copyright-env = UPDATE_COPYRIGHT_USE_INTERVALS=1
|