Rev 264 | Rev 280 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 264 | Rev 275 | ||
|---|---|---|---|
| 1 | Source: pike8.0 |
1 | Source: pike8.0 |
| 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 <debian@han.pp.se> |
5 | Uploaders: Henrik Andreasson <debian@han.pp.se> |
| 6 | Standards-Version: 3.9.8 |
6 | Standards-Version: 3.9.8 |
| 7 | Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 9), bison, sharutils, bc, pkg-config, |
7 | Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 9), bison, |
| - | 8 | sharutils, bc, pkg-config, dh-autoreconf, |
|
| 8 | libgmp10-dev, nettle-dev (>= 2.1~), zlib1g-dev | libz-dev, |
9 | libgmp10-dev, nettle-dev (>= 2.1~), zlib1g-dev | libz-dev, |
| 9 | libbz2-dev, libgdbm-dev, unixodbc-dev, default-libmysqlclient-dev, |
10 | libbz2-dev, libgdbm-dev, unixodbc-dev, default-libmysqlclient-dev, |
| 10 | libpq-dev, libsqlite3-dev, libpcre3-dev, libsdl-mixer1.2-dev, |
11 | libpq-dev, libsqlite3-dev, libpcre3-dev, libsdl-mixer1.2-dev, |
| 11 | libsdl1.2-dev, libsane-dev, x11proto-gl-dev, libxpm-dev, |
12 | libsdl1.2-dev, libsane-dev, x11proto-gl-dev, libxpm-dev, |
| 12 | libgtk2.0-dev, libglade2-dev, libgtksourceview2.0-dev, |
13 | libgtk2.0-dev, libglade2-dev, libgtksourceview2.0-dev, |
| 13 | libfreetype6-dev, freeglut3-dev, libjpeg-dev, |
14 | libfreetype6-dev, freeglut3-dev, libjpeg-dev, |
| 14 | libtiff-dev, librsvg2-dev (>= 2.7), libgnomeui-dev, |
15 | libtiff-dev, librsvg2-dev (>= 2.7), libgnomeui-dev, |
| 15 | libfuse-dev, libfftw3-dev, libavahi-compat-libdnssd-dev, |
16 | libfuse-dev, libfftw3-dev, libavahi-compat-libdnssd-dev, |
| 16 | libkrb5-dev |
17 | libkrb5-dev |
| 17 | Build-Conflicts: libutahglx-dev |
18 | Build-Conflicts: libutahglx-dev |
| 18 | Homepage: http://pike.lysator.liu.se/ |
19 | Homepage: http://pike.lysator.liu.se/ |
| 19 | Vcs-Svn: svn://anonscm.debian.org/pkg-pike/trunk |
20 | Vcs-Svn: svn://anonscm.debian.org/pkg-pike/trunk |
| 20 | Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-pike/ |
21 | Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-pike/ |
| 21 | 22 | ||
| 22 | Package: pike8.0-core |
23 | Package: pike8.0-core |
| 23 | Architecture: any |
24 | Architecture: any |
| 24 | Depends: ${shlibs:Depends}, ${misc:Depends}
|
25 | Depends: ${shlibs:Depends}, ${misc:Depends}
|
| 25 | Suggests: pike8.0-doc |
26 | Suggests: pike8.0-doc |
| 26 | Description: Powerful interpreted programming language |
27 | Description: Powerful interpreted programming language |
| 27 | Pike is an interpreted, object-oriented, dynamic programming language |
28 | Pike is an interpreted, object-oriented, dynamic programming language |
| 28 | 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 |
| 29 | a module system that, for instance, provides image manipulation |
30 | a module system that, for instance, provides image manipulation |
| 30 | together, with support for graphics formats like SVG, JPG, PNG, GIF, |
31 | together, with support for graphics formats like SVG, JPG, PNG, GIF, |
| 31 | XCF and many others, database connectivity, advanced cryptography, |
32 | XCF and many others, database connectivity, advanced cryptography, |
| 32 | XML/HTML parsers and others. To learn more about pike, please visit |
33 | XML/HTML parsers and others. To learn more about pike, please visit |
| 33 | http://pike.lysator.liu.se/ Note that some of the Pike features are |
34 | http://pike.lysator.liu.se/ Note that some of the Pike features are |
| 34 | found in other pike8.0-* packages (image processing, MySQL, |
35 | found in other pike8.0-* packages (image processing, MySQL, |
| 35 | PostgreSQL, SANE and more). |
36 | PostgreSQL, SANE and more). |
| 36 | 37 | ||
| 37 | Package: pike8.0 |
38 | Package: pike8.0 |
| 38 | Architecture: all |
39 | Architecture: all |
| 39 | Depends: pike8.0-core (>= ${source:Version}), pike8.0-image (>= ${source:Version}),
|
40 | Depends: pike8.0-core (>= ${source:Version}), pike8.0-image (>= ${source:Version}),
|
| 40 | pike8.0-gdbm (>= ${source:Version}), pike8.0-pcre (>= ${source:Version}), ${misc:Depends}
|
41 | pike8.0-gdbm (>= ${source:Version}), pike8.0-pcre (>= ${source:Version}), ${misc:Depends}
|
| 41 | Recommends: pike8.0-mysql (>= ${source:Version}), pike8.0-pg (>= ${source:Version}), pike8.0-dev (>= ${source:Version})
|
42 | Recommends: pike8.0-mysql (>= ${source:Version}), pike8.0-pg (>= ${source:Version}), pike8.0-dev (>= ${source:Version})
|
| 42 | Suggests: pike8.0-doc (= ${source:Version})
|
43 | Suggests: pike8.0-doc (= ${source:Version})
|
| 43 | Description: Recommended metapackage for Pike 8.0 |
44 | Description: Recommended metapackage for Pike 8.0 |
| 44 | This is a metapackage which depends upon several other Pike |
45 | This is a metapackage which depends upon several other Pike |
| 45 | packages that together make up the recommended Pike installation. |
46 | packages that together make up the recommended Pike installation. |
| 46 | If you want to install every packaged component of the Pike |
47 | If you want to install every packaged component of the Pike |
| 47 | distribution, please install the pike8.0-full package. |
48 | distribution, please install the pike8.0-full package. |
| 48 | . |
49 | . |
| 49 | If you want to remove several components this package depends |
50 | If you want to remove several components this package depends |
| 50 | upon, you can purge this package without worrying about the |
51 | upon, you can purge this package without worrying about the |
| 51 | functionality loss in Pike and then remove the packages you |
52 | functionality loss in Pike and then remove the packages you |
| 52 | don't need on your system. |
53 | don't need on your system. |
| 53 | . |
54 | . |
| 54 | Pike is an interpreted programming language, for more information |
55 | Pike is an interpreted programming language, for more information |
| 55 | see the description of the pike8.0-core package. |
56 | see the description of the pike8.0-core package. |
| 56 | 57 | ||
| 57 | Package: pike8.0-dev |
58 | Package: pike8.0-dev |
| 58 | Architecture: any |
59 | Architecture: any |
| 59 | Depends: ${shlibs:Depends}, ${misc:Depends},
|
60 | Depends: ${shlibs:Depends}, ${misc:Depends},
|
| 60 | pike8.0-core (= ${binary:Version}), pike8.0-image (= ${binary:Version})
|
61 | pike8.0-core (= ${binary:Version}), pike8.0-image (= ${binary:Version})
|
| 61 | Description: Development files for Pike 8.0 |
62 | Description: Development files for Pike 8.0 |
| 62 | This package contains files you will need to develop C extension modules |
63 | This package contains files you will need to develop C extension modules |
| 63 | for Pike. The package depends on the recommended set of packages for the |
64 | for Pike. The package depends on the recommended set of packages for the |
| 64 | Pike environment. |
65 | Pike environment. |
| 65 | . |
66 | . |
| 66 | Pike is an interpreted programming language, for more information |
67 | Pike is an interpreted programming language, for more information |
| 67 | see the description of the pike8.0-core package. |
68 | see the description of the pike8.0-core package. |
| 68 | 69 | ||
| 69 | Package: pike8.0-manual |
70 | Package: pike8.0-manual |
| 70 | Architecture: all |
71 | Architecture: all |
| 71 | Section: oldlibs |
72 | Section: oldlibs |
| 72 | Priority: extra |
73 | Priority: extra |
| 73 | Depends: pike8.0-doc (>= 8.0.162-1~), ${misc:Depends}
|
74 | Depends: pike8.0-doc (>= 8.0.162-1~), ${misc:Depends}
|
| 74 | Description: transitional package for merging into pike8.0-doc |
75 | Description: transitional package for merging into pike8.0-doc |
| 75 | The documentation previously split between pike8.0-manual and |
76 | The documentation previously split between pike8.0-manual and |
| 76 | pike8.0-reference has been merged into pike8.0-doc, since most of the |
77 | pike8.0-reference has been merged into pike8.0-doc, since most of the |
| 77 | size consists of images, which were duplicated in both packages. |
78 | size consists of images, which were duplicated in both packages. |
| 78 | . |
79 | . |
| 79 | This package can be safely removed after completed upgrade. |
80 | This package can be safely removed after completed upgrade. |
| 80 | 81 | ||
| 81 | Package: pike8.0-reference |
82 | Package: pike8.0-reference |
| 82 | Architecture: all |
83 | Architecture: all |
| 83 | Section: oldlibs |
84 | Section: oldlibs |
| 84 | Priority: extra |
85 | Priority: extra |
| 85 | Depends: pike8.0-doc (>= 8.0.162-1~), ${misc:Depends}
|
86 | Depends: pike8.0-doc (>= 8.0.162-1~), ${misc:Depends}
|
| 86 | Description: Pike 8.0 reference |
87 | Description: Pike 8.0 reference |
| 87 | The documentation previously split between pike8.0-manual and |
88 | The documentation previously split between pike8.0-manual and |
| 88 | pike8.0-reference has been merged into pike8.0-doc, since most of the |
89 | pike8.0-reference has been merged into pike8.0-doc, since most of the |
| 89 | size consists of images, which were duplicated in both packages. |
90 | size consists of images, which were duplicated in both packages. |
| 90 | . |
91 | . |
| 91 | This package can be safely removed after completed upgrade. |
92 | This package can be safely removed after completed upgrade. |
| 92 | 93 | ||
| 93 | Package: pike8.0-doc |
94 | Package: pike8.0-doc |
| 94 | Architecture: all |
95 | Architecture: all |
| 95 | Section: doc |
96 | Section: doc |
| 96 | Depends: ${misc:Depends}
|
97 | Depends: ${misc:Depends}
|
| 97 | Breaks: pike8.0-manual (<< 8.0.162-1~), pike8.0-reference (<< 8.0.162-1~) |
98 | Breaks: pike8.0-manual (<< 8.0.162-1~), pike8.0-reference (<< 8.0.162-1~) |
| 98 | Replaces: pike8.0-manual (<< 8.0.162-1~), pike8.0-reference (<< 8.0.162-1~) |
99 | Replaces: pike8.0-manual (<< 8.0.162-1~), pike8.0-reference (<< 8.0.162-1~) |
| 99 | Description: Pike 8.0 documentation |
100 | Description: Pike 8.0 documentation |
| 100 | This package contains the traditional manual and auto-generated |
101 | This package contains the traditional manual and auto-generated |
| 101 | reference documentation. |
102 | reference documentation. |
| 102 | . |
103 | . |
| 103 | Pike is an interpreted programming language, for more information |
104 | Pike is an interpreted programming language, for more information |
| 104 | see the description of the pike8.0-core package. |
105 | see the description of the pike8.0-core package. |
| 105 | 106 | ||
| 106 | Package: pike8.0-full |
107 | Package: pike8.0-full |
| 107 | Architecture: all |
108 | Architecture: all |
| 108 | Depends: ${misc:Depends}, pike8.0 (= ${source:Version}), pike8.0-mysql (>= ${source:Version}), pike8.0-pg (>= ${source:Version}), pike8.0-odbc (>= ${source:Version}), pike8.0-sdl (>= ${source:Version}), pike8.0-gdbm (>= ${source:Version}), pike8.0-gtk (>= ${source:Version}), pike8.0-gl (>= ${source:Version}), pike8.0-sane (>= ${source:Version}), pike8.0-doc (= ${source:Version}), pike8.0-dev (>= ${source:Version}), pike8.0-svg (>= ${source:Version}), pike8.0-pcre (>= ${source:Version}), pike8.0-bzip2 (>= ${source:Version}), pike8.0-fuse (>= ${source:Version}), pike8.0-sqlite (>= ${source:Version}), pike8.0-dnssd (>= ${source:Version}), pike8.0-kerberos (>= ${source:Version})
|
109 | Depends: ${misc:Depends}, pike8.0 (= ${source:Version}), pike8.0-mysql (>= ${source:Version}), pike8.0-pg (>= ${source:Version}), pike8.0-odbc (>= ${source:Version}), pike8.0-sdl (>= ${source:Version}), pike8.0-gdbm (>= ${source:Version}), pike8.0-gtk (>= ${source:Version}), pike8.0-gl (>= ${source:Version}), pike8.0-sane (>= ${source:Version}), pike8.0-doc (= ${source:Version}), pike8.0-dev (>= ${source:Version}), pike8.0-svg (>= ${source:Version}), pike8.0-pcre (>= ${source:Version}), pike8.0-bzip2 (>= ${source:Version}), pike8.0-fuse (>= ${source:Version}), pike8.0-sqlite (>= ${source:Version}), pike8.0-dnssd (>= ${source:Version}), pike8.0-kerberos (>= ${source:Version})
|
| 109 | Description: Metapackage for Pike 8.0 |
110 | Description: Metapackage for Pike 8.0 |
| 110 | This package depends on all the components that make up the Pike |
111 | This package depends on all the components that make up the Pike |
| 111 | language distribution. It will pull in a LOT of packages the |
112 | language distribution. It will pull in a LOT of packages the |
| 112 | Pike components depend upon (including XFree libraries, GTK+, GNOME)! |
113 | Pike components depend upon (including XFree libraries, GTK+, GNOME)! |
| 113 | . |
114 | . |
| 114 | Pike is an interpreted programming language, for more information |
115 | Pike is an interpreted programming language, for more information |
| 115 | see the description of the pike8.0-core package. |
116 | see the description of the pike8.0-core package. |
| 116 | 117 | ||
| 117 | Package: pike8.0-mysql |
118 | Package: pike8.0-mysql |
| 118 | Architecture: any |
119 | Architecture: any |
| 119 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
|
120 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
|
| 120 | Description: MySQL modules for Pike |
121 | Description: MySQL modules for Pike |
| 121 | This package contains Pike modules providing access to MySQL |
122 | This package contains Pike modules providing access to MySQL |
| 122 | databases: Mysql and Sql.mysql(s). |
123 | databases: Mysql and Sql.mysql(s). |
| 123 | . |
124 | . |
| 124 | Pike is an interpreted programming language, for more information |
125 | Pike is an interpreted programming language, for more information |
| 125 | see the description of the pike8.0-core package. |
126 | see the description of the pike8.0-core package. |
| 126 | 127 | ||
| 127 | Package: pike8.0-pg |
128 | Package: pike8.0-pg |
| 128 | Architecture: any |
129 | Architecture: any |
| 129 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
|
130 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
|
| 130 | Description: PostgreSQL modules for Pike |
131 | Description: PostgreSQL modules for Pike |
| 131 | This package contains Pike module providing access to PostgreSQL |
132 | This package contains Pike module providing access to PostgreSQL |
| 132 | databases: Postgres, Sql.postgres, and Sql.postgres_result. |
133 | databases: Postgres, Sql.postgres, and Sql.postgres_result. |
| 133 | . |
134 | . |
| 134 | Note: These modules are deprecated in favour of the pure Pike |
135 | Note: These modules are deprecated in favour of the pure Pike |
| 135 | Sql.pgsql module, which is included in the core package. |
136 | Sql.pgsql module, which is included in the core package. |
| 136 | . |
137 | . |
| 137 | Pike is an interpreted programming language, for more information |
138 | Pike is an interpreted programming language, for more information |
| 138 | see the description of the pike8.0-core package. |
139 | see the description of the pike8.0-core package. |
| 139 | 140 | ||
| 140 | Package: pike8.0-odbc |
141 | Package: pike8.0-odbc |
| 141 | Architecture: any |
142 | Architecture: any |
| 142 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
|
143 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
|
| 143 | Description: ODBC modules for Pike |
144 | Description: ODBC modules for Pike |
| 144 | This package contains Pike modules providing glue to the ODBC |
145 | This package contains Pike modules providing glue to the ODBC |
| 145 | interface: Odbc, Sql.odbc, and Sql.odbc_result. |
146 | interface: Odbc, Sql.odbc, and Sql.odbc_result. |
| 146 | . |
147 | . |
| 147 | Pike is an interpreted programming language, for more information |
148 | Pike is an interpreted programming language, for more information |
| 148 | see the description of the pike8.0-core package. |
149 | see the description of the pike8.0-core package. |
| 149 | 150 | ||
| 150 | Package: pike8.0-svg |
151 | Package: pike8.0-svg |
| 151 | Architecture: any |
152 | Architecture: any |
| 152 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
|
153 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
|
| 153 | Suggests: pike8.0-image (= ${source:Version})
|
154 | Suggests: pike8.0-image (= ${source:Version})
|
| 154 | Description: SVG format support for Pike |
155 | Description: SVG format support for Pike |
| 155 | This package provides an SVG graphics format module, Image.SVG. It |
156 | This package provides an SVG graphics format module, Image.SVG. It |
| 156 | has been separated from the pike8.0-image module because of its quite |
157 | has been separated from the pike8.0-image module because of its quite |
| 157 | extensive dependencies. |
158 | extensive dependencies. |
| 158 | . |
159 | . |
| 159 | Pike is an interpreted programming language, for more information |
160 | Pike is an interpreted programming language, for more information |
| 160 | see the description of the pike8.0-core package. |
161 | see the description of the pike8.0-core package. |
| 161 | 162 | ||
| 162 | Package: pike8.0-image |
163 | Package: pike8.0-image |
| 163 | Architecture: any |
164 | Architecture: any |
| 164 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
|
165 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
|
| 165 | Suggests: pike8.0-svg (= ${source:Version})
|
166 | Suggests: pike8.0-svg (= ${source:Version})
|
| 166 | Description: Image modules for Pike |
167 | Description: Image modules for Pike |
| 167 | This package provides many powerful image processing functions to |
168 | This package provides many powerful image processing functions to |
| 168 | Pike programs. It contains the modules Image (except Image.SVG), |
169 | Pike programs. It contains the modules Image (except Image.SVG), |
| 169 | Graphics, Colors, and Protocols.X.XImage. |
170 | Graphics, Colors, and Protocols.X.XImage. |
| 170 | . |
171 | . |
| 171 | Pike is an interpreted programming language, for more information |
172 | Pike is an interpreted programming language, for more information |
| 172 | see the description of the pike8.0-core package. |
173 | see the description of the pike8.0-core package. |
| 173 | 174 | ||
| 174 | Package: pike8.0-sdl |
175 | Package: pike8.0-sdl |
| 175 | Architecture: any |
176 | Architecture: any |
| 176 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
|
177 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
|
| 177 | Description: SDL module for Pike |
178 | Description: SDL module for Pike |
| 178 | This module provides the Pike interface to the SDL library. |
179 | This module provides the Pike interface to the SDL library. |
| 179 | . |
180 | . |
| 180 | Pike is an interpreted programming language, for more information |
181 | Pike is an interpreted programming language, for more information |
| 181 | see the description of the pike8.0-core package. |
182 | see the description of the pike8.0-core package. |
| 182 | 183 | ||
| 183 | Package: pike8.0-gdbm |
184 | Package: pike8.0-gdbm |
| 184 | Architecture: any |
185 | Architecture: any |
| 185 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
|
186 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
|
| 186 | Description: Gdbm module for Pike |
187 | Description: Gdbm module for Pike |
| 187 | This Pike module provides access to gdbm databases. |
188 | This Pike module provides access to gdbm databases. |
| 188 | . |
189 | . |
| 189 | Pike is an interpreted programming language, for more information |
190 | Pike is an interpreted programming language, for more information |
| 190 | see the description of the pike8.0-core package. |
191 | see the description of the pike8.0-core package. |
| 191 | 192 | ||
| 192 | Package: pike8.0-gtk |
193 | Package: pike8.0-gtk |
| 193 | Architecture: any |
194 | Architecture: any |
| 194 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version}),
|
195 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version}),
|
| 195 | pike8.0-image (= ${binary:Version})
|
196 | pike8.0-image (= ${binary:Version})
|
| 196 | Description: GTK+ 2.0 module for Pike |
197 | Description: GTK+ 2.0 module for Pike |
| 197 | This Pike module provides access to the GTK+ 2.0 library. |
198 | This Pike module provides access to the GTK+ 2.0 library. |
| 198 | . |
199 | . |
| 199 | Pike is an interpreted programming language, for more information |
200 | Pike is an interpreted programming language, for more information |
| 200 | see the description of the pike8.0-core package. |
201 | see the description of the pike8.0-core package. |
| 201 | 202 | ||
| 202 | Package: pike8.0-gl |
203 | Package: pike8.0-gl |
| 203 | Architecture: any |
204 | Architecture: any |
| 204 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
|
205 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
|
| 205 | Description: Mesa modules for Pike |
206 | Description: Mesa modules for Pike |
| 206 | This package contains the Pike modules providing access to the Mesa |
207 | This package contains the Pike modules providing access to the Mesa |
| 207 | 3D graphics library: GL, GLU (GL Utilities), and GLUE (GL Universal |
208 | 3D graphics library: GL, GLU (GL Utilities), and GLUE (GL Universal |
| 208 | Environment). |
209 | Environment). |
| 209 | . |
210 | . |
| 210 | Pike is an interpreted programming language, for more information |
211 | Pike is an interpreted programming language, for more information |
| 211 | see the description of the pike8.0-core package. |
212 | see the description of the pike8.0-core package. |
| 212 | 213 | ||
| 213 | Package: pike8.0-sane |
214 | Package: pike8.0-sane |
| 214 | Architecture: any |
215 | Architecture: any |
| 215 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
|
216 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
|
| 216 | Description: SANE module for Pike |
217 | Description: SANE module for Pike |
| 217 | This Pike module provides access to SANE. |
218 | This Pike module provides access to SANE. |
| 218 | . |
219 | . |
| 219 | Pike is an interpreted programming language, for more information |
220 | Pike is an interpreted programming language, for more information |
| 220 | see the description of the pike8.0-core package. |
221 | see the description of the pike8.0-core package. |
| 221 | 222 | ||
| 222 | Package: pike8.0-pcre |
223 | Package: pike8.0-pcre |
| 223 | Architecture: any |
224 | Architecture: any |
| 224 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
|
225 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
|
| 225 | Description: PCRE module for Pike |
226 | Description: PCRE module for Pike |
| 226 | This Pike module (Regexp.PCRE) enables one to use the PCRE (Perl |
227 | This Pike module (Regexp.PCRE) enables one to use the PCRE (Perl |
| 227 | compatible regular expressions) library from within the Pike |
228 | compatible regular expressions) library from within the Pike |
| 228 | programs. |
229 | programs. |
| 229 | . |
230 | . |
| 230 | Pike is an interpreted programming language, for more information |
231 | Pike is an interpreted programming language, for more information |
| 231 | see the description of the pike8.0-core package. |
232 | see the description of the pike8.0-core package. |
| 232 | 233 | ||
| 233 | Package: pike8.0-bzip2 |
234 | Package: pike8.0-bzip2 |
| 234 | Architecture: any |
235 | Architecture: any |
| 235 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
|
236 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
|
| 236 | Description: Bzip2 module for Pike |
237 | Description: Bzip2 module for Pike |
| 237 | This Pike module enables one to use the Bzip2 compression |
238 | This Pike module enables one to use the Bzip2 compression |
| 238 | algorithm from within the Pike programs. |
239 | algorithm from within the Pike programs. |
| 239 | . |
240 | . |
| 240 | Pike is an interpreted programming language, for more information |
241 | Pike is an interpreted programming language, for more information |
| 241 | see the description of the pike8.0-core package. |
242 | see the description of the pike8.0-core package. |
| 242 | 243 | ||
| 243 | Package: pike8.0-fuse |
244 | Package: pike8.0-fuse |
| 244 | Architecture: any |
245 | Architecture: any |
| 245 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
|
246 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
|
| 246 | Description: Filesystem in USErspace support for Pike |
247 | Description: Filesystem in USErspace support for Pike |
| 247 | This Pike module enables one to export filesystems to the Linux |
248 | This Pike module enables one to export filesystems to the Linux |
| 248 | kernel using the FUSE library. |
249 | kernel using the FUSE library. |
| 249 | . |
250 | . |
| 250 | Pike is an interpreted programming language, for more information |
251 | Pike is an interpreted programming language, for more information |
| 251 | see the description of the pike8.0-core package. |
252 | see the description of the pike8.0-core package. |
| 252 | 253 | ||
| 253 | Package: pike8.0-sqlite |
254 | Package: pike8.0-sqlite |
| 254 | Architecture: any |
255 | Architecture: any |
| 255 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
|
256 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
|
| 256 | Description: SQLite module for Pike |
257 | Description: SQLite module for Pike |
| 257 | This Pike module enables one to use the SQLite embedded database |
258 | This Pike module enables one to use the SQLite embedded database |
| 258 | library. |
259 | library. |
| 259 | . |
260 | . |
| 260 | Pike is an interpreted programming language, for more information |
261 | Pike is an interpreted programming language, for more information |
| 261 | see the description of the pike8.0-core package. |
262 | see the description of the pike8.0-core package. |
| 262 | 263 | ||
| 263 | Package: pike8.0-dnssd |
264 | Package: pike8.0-dnssd |
| 264 | Architecture: any |
265 | Architecture: any |
| 265 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
|
266 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
|
| 266 | Description: DNS Service Discovery (DNS-SD) for Pike |
267 | Description: DNS Service Discovery (DNS-SD) for Pike |
| 267 | This Pike module enables one to take advantage of DNS service discovery. |
268 | This Pike module enables one to take advantage of DNS service discovery. |
| 268 | . |
269 | . |
| 269 | DNS Service Discovery is a way of using standard DNS programming interfaces, |
270 | DNS Service Discovery is a way of using standard DNS programming interfaces, |
| 270 | servers, and packet formats to browse the network for services. |
271 | servers, and packet formats to browse the network for services. |
| 271 | . |
272 | . |
| 272 | Pike is an interpreted programming language, for more information |
273 | Pike is an interpreted programming language, for more information |
| 273 | see the description of the pike8.0-core package. |
274 | see the description of the pike8.0-core package. |
| 274 | 275 | ||
| 275 | Package: pike8.0-kerberos |
276 | Package: pike8.0-kerberos |
| 276 | Architecture: any |
277 | Architecture: any |
| 277 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
|
278 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
|
| 278 | Replaces: pike8.0-core (<< 8.0.28-4~) |
279 | Replaces: pike8.0-core (<< 8.0.28-4~) |
| 279 | Breaks: pike8.0-core (<< 8.0.28-4~) |
280 | Breaks: pike8.0-core (<< 8.0.28-4~) |
| 280 | Description: Kerberos and GSSAPI modules for Pike |
281 | Description: Kerberos and GSSAPI modules for Pike |
| 281 | This package contains the Kerberos and GSSAPI Pike modules (although |
282 | This package contains the Kerberos and GSSAPI Pike modules (although |
| 282 | GSSAPI is a generic API; Kerberos is the most common mechanism), |
283 | GSSAPI is a generic API; Kerberos is the most common mechanism), |
| 283 | providing bindings to the MIT Kerberos libraries. |
284 | providing bindings to the MIT Kerberos libraries. |
| 284 | . |
285 | . |
| 285 | Pike is an interpreted programming language, for more information |
286 | Pike is an interpreted programming language, for more information |
| 286 | see the description of the pike8.0-core package. |
287 | see the description of the pike8.0-core package. |