blob: d8fa0d81a163f82c95f7f8779ae8b6a20fed9528 (
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/$(PACKAGE)
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 = b8d134b21d0cd21de49e9736d0f51220
sc_tight_scope:
$(MAKE) -C src $@
include $(srcdir)/dist-check.mk
update-copyright-env = UPDATE_COPYRIGHT_USE_INTERVALS=1
|