Source: dh-illumos Section: devel Priority: optional Maintainer: Igor Pashev Build-Depends: debhelper (>= 7.0.50~) Standards-Version: 3.9.3 Package: dh-illumos Architecture: all Multi-Arch: foreign Depends: ${perl:Depends}, ${misc:Depends}, debhelper (>=8), ksh93, make, illumos-source, ld-gnu-to-sun, Enhances: debhelper Description: debhelper addons to work with illumos sources This package provides debhelper addons configuring and building illumos sources while making deb packages: . dh_illumos_gate - unpacks illumos sources, apply specific fixes and patches. dh_illumos_make - build illumos components. Package: ld-gnu-to-sun Architecture: all Depends: illumos-binutils, binutils, gcc (>=4.7), ${misc:Depends} Enhances: binutils Description: linker wrapper: execute sunld instead of gnu ld System GCC compiled to use ld(1) from GNU binutils. Those binutils are patched to support alternative linker set by environment variable LD_ALTEXEC. . Unfortunately, GCC passes some options which only GNU ld(1) supports, so you cannot use LD_ALTEXEC directly for sunld(1), but you can use this wrapper to filter out and transform linker options.