diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-04-25 00:54:45 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-04-25 01:52:53 +0400 |
commit | 59c42f8a227f2fac32dc3f2d3b8b805feb0f9a83 (patch) | |
tree | 6fd789a76b4f3491a3c6ba5e9cf7e0b7e0a79ad4 /debian/control | |
parent | 2fdd4cc611a3ff10307c1f9018ddcdbacc184c70 (diff) | |
download | sunmake-59c42f8a227f2fac32dc3f2d3b8b805feb0f9a83.tar.gz |
sunmake (2006.12.19-1) unstable; urgency=low
* sunmake should depends on libmakestate1.
libmakestate.so.1 is used by sunld to report .make.state info back to
sunmake. sunmake defines environment variable which instruct sunld to
dlopen() libmakestate.so.1
* Use 3.0 (quilt) format, not native
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 8de51a7..c5cba13 100644 --- a/debian/control +++ b/debian/control @@ -13,12 +13,15 @@ Pre-Depends: ${misc:Pre-Depends} Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends} Description: sunmake support library + libmakestate.so.1 is used by sunld to report .make.state info back to + sunmake. sunmake defines environment variable which instruct sunld to + dlopen() libmakestate.so.1 Package: sunmake Priority: optional Section: devel Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, sunmake-data +Depends: ${shlibs:Depends}, ${misc:Depends}, sunmake-data, libmakestate1 Description: Sun/Solaris "make" utility (dmake predecessor) This is a "make" program that can be used to build illumos sources. . |