Rev 102 | Rev 104 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 102 | Rev 103 | ||
|---|---|---|---|
| Line 21... | Line 21... | ||
| 21 | 21 | ||
| 22 | Package: pike7.8-core | 22 | Package: pike7.8-core | 
| 23 | Architecture: any | 23 | Architecture: any | 
| 24 | Depends: ${shlibs:Depends}, ${misc:Depends}
 | 24 | Depends: ${shlibs:Depends}, ${misc:Depends}
 | 
| 25 | Suggests: pike7.8-doc | 25 | Suggests: pike7.8-doc | 
| 26 | Recommends: pike7.8-image (= ${source:Version})
 | 26 | Recommends: pike7.8-image (= ${binary:Version})
 | 
| 27 | Description: Powerful interpreted programming language | 27 | Description: Powerful interpreted programming language | 
| 28 | Pike is an interpreted, object-oriented, dynamic programming language | 28 | Pike is an interpreted, object-oriented, dynamic programming language | 
| 29 | with a syntax similar to C. It includes many powerful data types and | 29 | with a syntax similar to C. It includes many powerful data types and | 
| 30 | a module system that, for instance, provides image manipulation together, | 30 | a module system that, for instance, provides image manipulation together, | 
| 31 | with support for graphics formats like SVG, JPG, PNG, GIF, XCF and many | 31 | with support for graphics formats like SVG, JPG, PNG, GIF, XCF and many | 
| Line 53... | Line 53... | ||
| 53 | Pike is an interpreted programming language, for more information | 53 | Pike is an interpreted programming language, for more information | 
| 54 | see the description of the pike7.8-core package. | 54 | see the description of the pike7.8-core package. | 
| 55 | 55 | ||
| 56 | Package: pike7.8-dev | 56 | Package: pike7.8-dev | 
| 57 | Architecture: any | 57 | Architecture: any | 
| 58 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (>= ${source:Version})
 | 58 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
 | 
| 59 | Description: Development files for Pike 7.8 | 59 | Description: Development files for Pike 7.8 | 
| 60 | This package contains files you will need to develop C extension modules | 60 | This package contains files you will need to develop C extension modules | 
| 61 | for Pike. The package depends on the recommended set of packages for the | 61 | for Pike. The package depends on the recommended set of packages for the | 
| 62 | Pike environment. | 62 | Pike environment. | 
| 63 | . | 63 | . |