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