/usr/src/gcc-4.4/debian/rules.d/binary-d-cross.mk is in gcc-4.4-source 4.4.7-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | arch_binaries := $(arch_binaries) gdc
ifeq ($(with_libphobos),yes)
arch_binaries += libphobos
endif
p_gdc = gdc$(pkg_ver)$(cross_bin_arch)
p_libphobos = libphobos$(libphobos_version)$(pkg_ver)$(cross_bin_arch)-dev
d_gdc = debian/$(p_gdc)
d_libphobos = debian/$(p_libphobos)
|