blob: 1be40174cd40d607978f6ab4b4e825577232d8ec (
plain)
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
|
Source: sunmake
Priority: optional
Section: devel
Maintainer: Igor Pashev <pashev.igor@gmail.com>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.3
Package: libmakestate1
Priority: optional
Section: libs
Architecture: any
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, libmakestate1
Description: Sun/Solaris "make" utility (dmake predecessor)
This is a "make" program that can be used to build illumos sources.
.
It doesn't support more than one job (-j N), but it is free and open source.
Package: sunmake-data
Priority: optional
Section: devel
Architecture: all
Description: Sun/Solaris "make" utility: shared files
sunmake is a "make" program that can be used to build illumos sources.
.
This package provides shared data that can is used by sunmake and
required to build illumos gate no matter with sunmake of with dmake.
Package: sunmake-dbg
Priority: extra
Section: debug
Architecture: any
Depends: sunmake (= ${binary:Version}), libmakestate1 (= ${binary:Version})
Description: Sun/Solaris "make" utility: debug symbols
sunmake is a "make" program that can be used to build illumos sources.
.
This package contains the detached debugging symbols for sunmake.
|