diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2012-11-15 01:56:30 +0000 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-11-15 01:56:30 +0000 |
commit | aab9953ac5406159917747d1f61bc31a7a6666c7 (patch) | |
tree | 9371c58519781e215eaf2762eccf28238125ed40 | |
parent | a08d5d034ad091b49565ed5c3c9b819afc9bbb0c (diff) | |
download | dh-illumos-aab9953ac5406159917747d1f61bc31a7a6666c7.tar.gz |
ld-gnu-to-sun depends on sunldv9.5.2
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index cbea5e9..2823cef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dh-illumos (9.5.2) unstable; urgency=low + + * ld-gnu-to-sun depends on sunld + + -- Igor Pashev <pashev.igor@gmail.com> Thu, 15 Nov 2012 01:56:14 +0000 + dh-illumos (9.5.1) unstable; urgency=low * Fix shell syntax. diff --git a/debian/control b/debian/control index 8a63c08..12f7ba9 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Standards-Version: 3.9.3 Package: dh-illumos Architecture: all Multi-Arch: foreign -Depends: ${perl:Depends}, ${misc:Depends}, debhelper (>=8), +Depends: ${perl:Depends}, ${misc:Depends}, debhelper, ksh93, make, illumos-source, ld-gnu-to-sun, Enhances: debhelper Description: debhelper addons to work with illumos sources @@ -20,8 +20,8 @@ Description: debhelper addons to work with illumos sources Package: ld-gnu-to-sun Architecture: all -Depends: illumos-binutils, binutils, gcc (>=4.7), ${misc:Depends} -Enhances: binutils +Depends: sunld, ${misc:Depends} +Enhances: gcc 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 |