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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
|
ifneq ($(DEB_STAGE),rtlibs)
ifneq (,$(filter yes, $(biarch64) $(biarch32) $(biarchn32) $(biarchx32) $(biarchsf)))
arch_binaries := $(arch_binaries) gdc-multi
endif
arch_binaries := $(arch_binaries) gdc
ifeq ($(with_libphobosdev),yes)
$(lib_binaries) += libphobos-dev
endif
ifeq ($(with_libphobos),yes)
$(lib_binaries) += libphobos
endif
ifeq ($(with_lib64phobosdev),yes)
$(lib_binaries) += lib64phobos-dev
endif
ifeq ($(with_lib32phobosdev),yes)
$(lib_binaries) += lib32phobos-dev
endif
ifeq ($(with_libn32phobosdev),yes)
$(lib_binaries) += libn32phobos-dev
endif
ifeq ($(with_libx32phobosdev),yes)
$(lib_binaries) += libx32phobos-dev
endif
ifeq ($(with_libhfphobosdev),yes)
$(lib_binaries) += libhfphobos-dev
endif
ifeq ($(with_libsfphobosdev),yes)
$(lib_binaries) += libsfphobos-dev
endif
ifeq ($(with_lib64phobos),yes)
$(lib_binaries) += lib64phobos
endif
ifeq ($(with_lib32phobos),yes)
$(lib_binaries) += lib32phobos
endif
ifeq ($(with_libn32phobos),yes)
$(lib_binaries) += libn32phobos
endif
ifeq ($(with_libx32phobos),yes)
$(lib_binaries) += libx32phobos
endif
ifeq ($(with_libhfphobos),yes)
$(lib_binaries) += libhfphobos
endif
ifeq ($(with_libsfphobos),yes)
$(lib_binaries) += libsfphobos
endif
endif
p_gdc = gdc$(pkg_ver)$(cross_bin_arch)
p_gdc_m = gdc$(pkg_ver)-multilib$(cross_bin_arch)
p_libphobos = libgphobos$(GPHOBOS_SONAME)
p_libphobosdev = libgphobos$(pkg_ver)-dev
d_gdc = debian/$(p_gdc)
d_gdc_m = debian/$(p_gdc_m)
d_libphobos = debian/$(p_libphobos)
d_libphobosdev = debian/$(p_libphobosdev)
ifeq ($(DEB_CROSS),yes)
gdc_include_dir := $(gcc_lib_dir)/include/d
else
gdc_include_dir := $(PF)/include/d/$(BASE_VERSION)
endif
# FIXME: always here?
gdc_include_dir := $(gcc_lib_dir)/include/d
dirs_gdc = \
$(PF)/bin \
$(PF)/share/man/man1 \
$(gcc_lib_dir) \
$(gcc_lexec_dir)
ifneq ($(DEB_CROSS),yes)
dirs_gdc += \
$(gdc_include_dir)
endif
files_gdc = \
$(PF)/bin/$(cmd_prefix)gdc$(pkg_ver) \
$(gcc_lexec_dir)/d21
ifneq ($(GFDL_INVARIANT_FREE),yes-now-pure-gfdl)
files_gdc += \
$(PF)/share/man/man1/$(cmd_prefix)gdc$(pkg_ver).1
endif
dirs_libphobos = \
$(PF)/lib \
$(gdc_include_dir) \
$(gcc_lib_dir)
$(binary_stamp)-gdc: $(install_stamp)
dh_testdir
dh_testroot
mv $(install_stamp) $(install_stamp)-tmp
rm -rf $(d_gdc)
dh_installdirs -p$(p_gdc) $(dirs_gdc)
dh_installdocs -p$(p_gdc)
dh_installchangelogs -p$(p_gdc) src/gcc/d/ChangeLog
$(dh_compat2) dh_movefiles -p$(p_gdc) -X/zlib/ $(files_gdc)
ifeq ($(with_phobos),yes)
mv $(d)/$(usr_lib)/libgphobos.spec $(d_gdc)/$(gcc_lib_dir)/
endif
ifeq ($(unprefixed_names),yes)
ln -sf $(cmd_prefix)gdc$(pkg_ver) \
$(d_gdc)/$(PF)/bin/gdc$(pkg_ver)
ifneq ($(GFDL_INVARIANT_FREE),yes-now-pure-gfdl)
ln -sf $(cmd_prefix)gdc$(pkg_ver).1 \
$(d_gdc)/$(PF)/share/man/man1/gdc$(pkg_ver).1
endif
endif
# FIXME: __entrypoint.di needs to go into a libgdc-dev Multi-Arch: same package
## # Always needed by gdc.
## mkdir -p $(d_gdc)/$(gdc_include_dir)
## cp $(srcdir)/libphobos/libdruntime/__entrypoint.di \
## $(d_gdc)/$(gdc_include_dir)/.
#ifneq ($(DEB_CROSS),yes)
# dh_link -p$(p_gdc) \
# /$(gdc_include_dir) \
# /$(dir $(gdc_include_dir))/$(GCC_VERSION)
#endif
dh_link -p$(p_gdc) \
/$(docdir)/$(p_xbase)/README.Bugs \
/$(docdir)/$(p_gdc)/README.Bugs
ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTONS)))
$(DWZ) \
$(d_gdc)/$(gcc_lexec_dir)/d21
endif
dh_strip -p$(p_gdc) \
$(if $(unstripped_exe),-X/d21)
dh_shlibdeps -p$(p_gdc)
mkdir -p $(d_gdc)/usr/share/lintian/overrides
echo '$(p_gdc) binary: hardening-no-pie' \
> $(d_gdc)/usr/share/lintian/overrides/$(p_gdc)
echo $(p_gdc) >> debian/arch_binaries
find $(d_gdc) -type d -empty -delete
trap '' 1 2 3 15; touch $@; mv $(install_stamp)-tmp $(install_stamp)
$(binary_stamp)-gdc-multi: $(install_stamp)
dh_testdir
dh_testroot
mv $(install_stamp) $(install_stamp)-tmp
rm -rf $(d_gdc_m)
dh_installdirs -p$(p_gdc_m) $(docdir)
debian/dh_doclink -p$(p_gdc_m) $(p_xbase)
dh_strip -p$(p_gdc_m)
dh_shlibdeps -p$(p_gdc_m)
echo $(p_gdc_m) >> debian/arch_binaries
trap '' 1 2 3 15; touch $@; mv $(install_stamp)-tmp $(install_stamp)
define __do_libphobos
dh_testdir
dh_testroot
mv $(install_stamp) $(install_stamp)-tmp
rm -rf $(d_l) $(d_d)
dh_installdirs -p$(p_l) \
$(usr_lib$(2))
$(dh_compat2) dh_movefiles -p$(p_l) \
$(usr_lib$(2))/libgphobos.so.* \
$(usr_lib$(2))/libgdruntime.so.*
debian/dh_doclink -p$(p_l) $(p_lbase)
$(if $(with_dbg),debian/dh_doclink -p$(p_d) $(p_lbase))
$(call do_strip_lib_dbg, $(p_l), $(p_d), $(v_dbg),,)
ln -sf libgphobos.symbols debian/$(p_l).symbols
$(cross_makeshlibs) dh_makeshlibs $(ldconfig_arg) -p$(p_l) \
-- -a$(call mlib_to_arch,$(2)) || echo XXXXXXXXXXX ERROR $(p_l)
rm -f debian/$(p_l).symbols
$(call cross_mangle_shlibs,$(p_l))
$(ignshld)DIRNAME=$(subst n,,$(2)) $(cross_shlibdeps) dh_shlibdeps -p$(p_l) \
$(call shlibdirs_to_search, \
$(subst gphobos$(GPHOBOS_SONAME),gcc-s$(GCC_SONAME),$(p_l)) \
,$(2)) \
$(if $(filter yes, $(with_common_libs)),,-- -Ldebian/shlibs.common$(2))
$(call cross_mangle_substvars,$(p_l))
mkdir -p $(d_l)/usr/share/lintian/overrides; \
$(if $(filter $(DEB_TARGET_ARCH), amd64),
$(if $(2),
echo "$(p_l) binary: symbols-file-contains-current-version-with-debian-revision" \
>> $(d_l)/usr/share/lintian/overrides/$(p_l)
)
,
echo "$(p_l) binary: symbols-file-contains-current-version-with-debian-revision" \
>> $(d_l)/usr/share/lintian/overrides/$(p_l)
)
$(if $(2),
echo "$(p_l) binary: embedded-library" \
>> $(d_l)/usr/share/lintian/overrides/$(p_l)
)
dh_lintian -p$(p_l)
echo $(p_l) $(if $(with_dbg), $(p_d)) >> debian/$(lib_binaries)
trap '' 1 2 3 15; touch $@; mv $(install_stamp)-tmp $(install_stamp)
endef
define __do_libphobos_dev
dh_testdir
dh_testroot
mv $(install_stamp) $(install_stamp)-tmp
rm -rf $(d_l)
dh_installdirs -p$(p_l) \
$(gcc_lib_dir$(2))
$(call install_gcc_lib,libgdruntime,$(GDRUNTIME_SONAME),$(2),$(p_l))
$(call install_gcc_lib,libgphobos,$(GPHOBOS_SONAME),$(2),$(p_l))
$(if $(2),,
$(dh_compat2) dh_movefiles -p$(p_l) \
$(gdc_include_dir)
)
## : # included in gdc package
## rm -f $(d_l)/$(gdc_include_dir)/__entrypoint.di
debian/dh_doclink -p$(p_l) \
$(if $(filter yes,$(with_separate_gdc)),$(p_gdc),$(p_lbase))
echo $(p_l) >> debian/$(lib_binaries)
trap '' 1 2 3 15; touch $@; mv $(install_stamp)-tmp $(install_stamp)
endef
# don't put this as a comment within define/endef
# $(call install_gcc_lib,libphobos,$(PHOBOS_SONAME),$(2),$(p_l))
do_libphobos = $(call __do_libphobos,lib$(1)gphobos$(GPHOBOS_SONAME),$(1))
do_libphobos_dev = $(call __do_libphobos_dev,lib$(1)gphobos-$(BASE_VERSION)-dev,$(1))
$(binary_stamp)-libphobos: $(install_stamp)
$(call do_libphobos,)
$(binary_stamp)-lib64phobos: $(install_stamp)
$(call do_libphobos,64)
$(binary_stamp)-lib32phobos: $(install_stamp)
$(call do_libphobos,32)
$(binary_stamp)-libn32phobos: $(install_stamp)
$(call do_libphobos,n32)
$(binary_stamp)-libx32phobos: $(install_stamp)
$(call do_libphobos,x32)
$(binary_stamp)-libhfphobos: $(install_stamp)
$(call do_libphobos,hf)
$(binary_stamp)-libsfphobos: $(install_stamp)
$(call do_libphobos,sf)
$(binary_stamp)-libphobos-dev: $(install_stamp)
$(call do_libphobos_dev,)
$(binary_stamp)-lib64phobos-dev: $(install_stamp)
$(call do_libphobos_dev,64)
$(binary_stamp)-lib32phobos-dev: $(install_stamp)
$(call do_libphobos_dev,32)
$(binary_stamp)-libx32phobos-dev: $(install_stamp)
$(call do_libphobos_dev,x32)
$(binary_stamp)-libn32phobos-dev: $(install_stamp)
$(call do_libphobos_dev,n32)
$(binary_stamp)-libhfphobos-dev: $(install_stamp)
$(call do_libphobos_dev,hf)
$(binary_stamp)-libsfphobos-dev: $(install_stamp)
$(call do_libphobos_dev,sf)
|