Rev 2 | Rev 14 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2 | Rev 12 | ||
|---|---|---|---|
| Line 5... | Line 5... | ||
| 5 | Build-Depends: debhelper (>> 4.0.0), dpatch |
5 | Build-Depends: debhelper (>> 4.0.0), dpatch |
| 6 | Standards-Version: 3.7.2 |
6 | Standards-Version: 3.7.2 |
| 7 | 7 | ||
| 8 | Package: pmk |
8 | Package: pmk |
| 9 | Architecture: any |
9 | Architecture: any |
| 10 | Depends: ${shlibs:Depends}, ${misc:Depends}, ucf (>= 0.8)
|
10 | Depends: ${shlibs:Depends}, ${misc:Depends}, ucf (>= 0.8), gcc | c-compiler
|
| 11 | Suggests: binutils, gcc, g++ |
11 | Suggests: binutils, g++ |
| 12 | Description: utility to configure software sources |
12 | Description: utility to configure software sources |
| 13 | PMK is a utility which, like the popular GNU Autoconf, serves the |
13 | PMK is a utility which, like the popular GNU Autoconf, serves the |
| 14 | purpose of configuring the software sources on a variety of platforms. |
14 | purpose of configuring the software sources on a variety of platforms. |
| 15 | Configuring consists of checking the environment for presence of libraries, |
15 | Configuring consists of checking the environment for presence of libraries, |
| 16 | header files, programs, functions etc. Based on a simple config file, pmk |
16 | header files, programs, functions etc. Based on a simple config file, pmk |