~ubuntu-branches/ubuntu/vivid/parted/vivid

« back to all changes in this revision

Viewing changes to cfg.mk

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2014-07-21 10:23:16 UTC
  • mfrom: (7.2.32 sid)
  • Revision ID: package-import@ubuntu.com-20140721102316-jsyv3yzmbo8vlde5
Tags: 3.1-3
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Customize maint.mk                           -*- makefile -*-
2
 
# Copyright (C) 2003-2010 Free Software Foundation, Inc.
 
2
# Copyright (C) 2003-2012 Free Software Foundation, Inc.
3
3
 
4
4
# This program is free software: you can redistribute it and/or modify
5
5
# it under the terms of the GNU General Public License as published by
14
14
# You should have received a copy of the GNU General Public License
15
15
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
16
16
 
17
 
# Use alpha.gnu.org for alpha and beta releases.
18
 
# Use ftp.gnu.org for stable releases.
19
 
gnu_ftp_host-alpha = alpha.gnu.org
20
 
gnu_ftp_host-beta = alpha.gnu.org
21
 
gnu_ftp_host-stable = ftp.gnu.org
22
 
gnu_rel_host = $(gnu_ftp_host-$(RELEASE_TYPE))
23
 
 
24
 
url_dir_list = \
25
 
  ftp://$(gnu_rel_host)/gnu/parted
 
17
# Use the direct link.  This is guaranteed to work immediately, while
 
18
# it can take a while for the faster mirror links to become usable.
 
19
url_dir_list = http://ftp.gnu.org/gnu/$(PACKAGE)
26
20
 
27
21
# Used in maint.mk's web-manual rule
28
22
manual_title = Parted User's Manual
29
23
 
 
24
# Use the direct link.  This is guaranteed to work immediately, while
 
25
# it can take a while for the faster mirror links to become usable.
 
26
url_dir_list = http://ftp.gnu.org/gnu/$(PACKAGE)
 
27
 
30
28
# Tests not to run as part of "make distcheck".
31
29
# Exclude changelog-check here so that there's less churn in ChangeLog
32
30
# files -- otherwise, you'd need to have the upcoming version number
44
42
# Now that we have better (check.mk) tests, make this the default.
45
43
export VERBOSE = yes
46
44
 
47
 
old_NEWS_hash = 71570fda344ec276ea5c9ff0ab82fdce
 
45
old_NEWS_hash = 04810d10a532cf2e75d602ddda0d64b1
48
46
 
49
47
include $(srcdir)/dist-check.mk
50
48
 
52
50
  --name=pth_free
53
51
 
54
52
# Tools used to bootstrap this package, used for "announcement".
55
 
bootstrap-tools = autoconf,automake,gnulib,gperf
 
53
bootstrap-tools = autoconf,automake,gettext,gnulib,gperf
56
54
 
57
55
update-copyright-env = \
58
56
  UPDATE_COPYRIGHT_USE_INTERVALS=1 \
59
57
  UPDATE_COPYRIGHT_MAX_LINE_LENGTH=79
 
58
 
 
59
#==> .j/.x-sc_GPL_version <==
 
60
#build-aux/vc-list-files
 
61
 
 
62
exclude_file_name_regexp--sc_bindtextdomain = ^(libparted/)?tests/.*\.c$$
 
63
 
 
64
exclude_file_name_regexp--sc_cross_check_PATH_usage_in_tests = \
 
65
  ^libparted/tests/t.*\.sh$$
 
66
 
 
67
exclude_file_name_regexp--sc_prohibit_always-defined_macros = \
 
68
  ^parted/(strlist|table)\.h$$
 
69
 
 
70
exclude_file_name_regexp--sc_prohibit_path_max_allocation = \
 
71
  ^libparted/arch/beos\.c$$