-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathepics-debhelper.txt
77 lines (44 loc) · 1.3 KB
/
epics-debhelper.txt
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
=head1 NAME
epics-debhelper - Debhelper for EPICS build system
=head1 SYNOPSIS
dh ... --with epics -Sepicsmake
dh_epicsdep
dh_epics_gencontrol
dh_epics_install
dh_epics_installlibs
dh_epics_lintian
dh_epics_list_targets
dh_epics_postinstall
dh_makeshlibs_epics
dh_rtems
dh_strip_rtems
=head1 DESCRIPTION
A collection of debhelper tools to aid in packaging
software using the EPICS makefile system. Components
include:
Support in dh which gives the dh_auto_* utilities better
defaults. PATH and LD_LIBRARY_PATH are set to include
bin/<hostarch> and lib/<hostarch>. The make variables
USE_RPATH=NO, SHRLIB_VERSION, and EPICS_HOST_ARCH are
also set, but may be overridden (see below).
=head1 ENVIRONMENT
=over 6
=item SHRLIB_VERSION
The SO name to use for shared libraries. If unset a suitable default
is computed.
=item EPICS_HOST_ARCH
Selects build archetecture. If unset, a default is automatically
select.
=item EPICS_BASE
Location of EPICS environment. If unset the default
is used.
=item CROSS_COMPILER_TARGET_ARCHS
List of EPICS targets for cross compilation.
Automatically populated based on debian/control if unset.
=back
=head1 SEE ALSO
L<dh(1)>, L<debhelper(7)>
This program is a not part of the official debhelper package.
=head1 AUTHOR
Michael Davidsaver <[email protected]>
=cut