Rev 19 | Rev 39 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 19 | Rev 38 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | Source: pike7.6 |
1 | Source: pike7.6 |
| 2 | Section: interpreters |
2 | Section: interpreters |
| 3 | Priority: optional |
3 | Priority: optional |
| 4 | Maintainer: Magnus Holmgren <holmgren@debian.org> |
4 | Maintainer: Magnus Holmgren <holmgren@debian.org> |
| 5 | Uploaders: Henrik Andreasson <pike@han.pp.se> |
5 | Uploaders: Henrik Andreasson <debian@han.pp.se> |
| 6 | Standards-Version: 3.7.3 |
6 | Standards-Version: 3.7.3 |
| 7 | Build-Depends: debhelper (>> 4.0.0), dpatch, bison, sharutils, bc, |
7 | Build-Depends: debhelper (>> 4.0.0), dpatch, bison, sharutils, bc, |
| 8 | libgmp3-dev, libnettle-dev (>= 1.14), |
8 | libgmp3-dev, libnettle-dev (>= 1.14), |
| 9 | zlib1g-dev | libz-dev, libbz2-dev, libreadline5-dev, |
9 | zlib1g-dev | libz-dev, libbz2-dev, libreadline5-dev, |
| 10 | libgdbm-dev, libiodbc2-dev, libmysqlclient15-dev, libpq-dev, |
10 | libgdbm-dev, libiodbc2-dev, libmysqlclient15-dev, libpq-dev, |
| Line 216... | Line 216... | ||
| 216 | 216 | ||
| 217 | Package: pike7.6-pcre |
217 | Package: pike7.6-pcre |
| 218 | Architecture: any |
218 | Architecture: any |
| 219 | Depends: ${shlibs:Depends}, pike7.6-core (= ${binary:Version})
|
219 | Depends: ${shlibs:Depends}, pike7.6-core (= ${binary:Version})
|
| 220 | Description: PCRE module for Pike |
220 | Description: PCRE module for Pike |
| 221 | This Pike module enables one to use the PCRE (Perl regular |
221 | This Pike module enables one to use the PCRE (Perl-compatible regular |
| 222 | expressions) from within Pike programs. |
222 | expressions) from within Pike programs. |
| 223 | . |
223 | . |
| 224 | Pike is an interpreted programming language, for more information |
224 | Pike is an interpreted programming language, for more information |
| 225 | see the description of the pike7.6-core package or visit the URL |
225 | see the description of the pike7.6-core package or visit the URL |
| 226 | below. |
226 | below. |