Rev 107 | Rev 111 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 107 | Rev 109 | ||
|---|---|---|---|
| 1 | Source: pike7.8 |
1 | Source: pike7.8 |
| 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.1 |
6 | Standards-Version: 3.9.1 |
| 7 | Build-Depends: debhelper (>= 5), dpatch, bison, sharutils, bc, pkg-config, |
7 | Build-Depends: debhelper (>= 5), dpatch, bison, sharutils, bc, pkg-config, |
| 8 | libgmp3-dev, nettle-dev, |
8 | libgmp3-dev, nettle-dev, |
| 9 | zlib1g-dev | libz-dev, libbz2-dev, |
9 | zlib1g-dev | libz-dev, libbz2-dev, |
| 10 | libgdbm-dev, libiodbc2-dev, libmysqlclient-dev, libpq-dev, libsqlite3-dev, |
10 | libgdbm-dev, libiodbc2-dev, libmysqlclient-dev, libpq-dev, libsqlite3-dev, |
| 11 | libpcre3-dev, |
11 | libpcre3-dev, |
| 12 | libsdl-mixer1.2-dev, libsdl1.2-dev, libsane-dev, |
12 | libsdl-mixer1.2-dev, libsdl1.2-dev, libsane-dev, |
| 13 | x11proto-gl-dev, libxpm-dev, libglade2-dev, libfreetype6-dev, |
13 | x11proto-gl-dev, libxpm-dev, libglade2-dev, libfreetype6-dev, |
| 14 | freeglut3-dev, libjpeg-dev, libtiff4-dev, librsvg2-dev (>= 2.7), |
14 | freeglut3-dev, libjpeg-dev, libtiff4-dev, librsvg2-dev (>= 2.7), |
| 15 | gnome-core-devel, libfuse-dev, |
15 | gnome-core-devel, libfuse-dev, |
| 16 | libfftw3-dev, libavahi-compat-libdnssd-dev |
16 | libfftw3-dev, libavahi-compat-libdnssd-dev |
| 17 | Build-Conflicts: libutahglx-dev |
17 | Build-Conflicts: libutahglx-dev |
| 18 | Homepage: http://pike.ida.liu.se/ |
18 | Homepage: http://pike.ida.liu.se/ |
| 19 | Vcs-Svn: svn://svn.debian.org/pkg-pike/trunk |
19 | Vcs-Svn: svn://svn.debian.org/pkg-pike/trunk |
| 20 | Vcs-Browser: http://svn.debian.org/pkg-pike |
20 | Vcs-Browser: http://svn.debian.org/pkg-pike |
| 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 (= ${binary: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 |
| 32 | others, database connectivity, advanced cryptography, XML/HTML parsers |
32 | others, database connectivity, advanced cryptography, XML/HTML parsers |
| 33 | and others. To learn more about pike, please visit http://pike.ida.liu.se/ |
33 | and others. To learn more about pike, please visit http://pike.ida.liu.se/ |
| 34 | Note that some of the Pike features are found in other pike7.8-* packages |
34 | Note that some of the Pike features are found in other pike7.8-* packages |
| 35 | (image processing, MySQL, PostgreSQL, SANE and more). |
35 | (image processing, MySQL, PostgreSQL, SANE and more). |
| 36 | 36 | ||
| 37 | Package: pike7.8 |
37 | Package: pike7.8 |
| 38 | Architecture: all |
38 | Architecture: all |
| 39 | Depends: pike7.8-core (>= ${source:Version}), pike7.8-image (>= ${source:Version}), pike7.8-gdbm (>= ${source:Version}), ${misc:Depends}
|
39 | Depends: pike7.8-core (>= ${source:Version}), pike7.8-image (>= ${source:Version}),
|
| 40 | Recommends: pike7.8-doc (= ${source:Version})
|
40 | pike7.8-gdbm (>= ${source:Version}), pike7.8-pcre (>= ${source:Version}), ${misc:Depends}
|
| 41 | Suggests: pike7.8-mysql (>= ${source:Version}), pike7.8-pg (>= ${source:Version}), pike7.8-dev (>= ${source:Version})
|
41 | Recommends: pike7.8-mysql (>= ${source:Version}), pike7.8-pg (>= ${source:Version}), pike7.8-dev (>= ${source:Version})
|
| - | 42 | Suggests: pike7.8-doc (= ${source:Version})
|
|
| 42 | Description: Recommended metapackage for Pike 7.8 |
43 | Description: Recommended metapackage for Pike 7.8 |
| 43 | This is a metapackage which depends upon several other Pike |
44 | This is a metapackage which depends upon several other Pike |
| 44 | packages that together make up the recommended Pike installation. |
45 | packages that together make up the recommended Pike installation. |
| 45 | If you want to install every packaged component of the Pike |
46 | If you want to install every packaged component of the Pike |
| 46 | distribution, please install the pike7.8-full package. |
47 | distribution, please install the pike7.8-full package. |
| 47 | . |
48 | . |
| 48 | If you want to remove several components this package depends |
49 | If you want to remove several components this package depends |
| 49 | upon, you can purge this package without worrying about the |
50 | upon, you can purge this package without worrying about the |
| 50 | functionality loss in Pike and then remove the packages you |
51 | functionality loss in Pike and then remove the packages you |
| 51 | don't need on your system. |
52 | don't need on your system. |
| 52 | . |
53 | . |
| 53 | Pike is an interpreted programming language, for more information |
54 | Pike is an interpreted programming language, for more information |
| 54 | see the description of the pike7.8-core package. |
55 | see the description of the pike7.8-core package. |
| 55 | 56 | ||
| 56 | Package: pike7.8-dev |
57 | Package: pike7.8-dev |
| 57 | Architecture: any |
58 | Architecture: any |
| 58 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version}), pike7.8-image (= ${binary:Version})
|
59 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version}), pike7.8-image (= ${binary:Version})
|
| 59 | Description: Development files for Pike 7.8 |
60 | Description: Development files for Pike 7.8 |
| 60 | This package contains files you will need to develop C extension modules |
61 | 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 |
62 | for Pike. The package depends on the recommended set of packages for the |
| 62 | Pike environment. |
63 | Pike environment. |
| 63 | . |
64 | . |
| 64 | Pike is an interpreted programming language, for more information |
65 | Pike is an interpreted programming language, for more information |
| 65 | see the description of the pike7.8-core package. |
66 | see the description of the pike7.8-core package. |
| 66 | 67 | ||
| 67 | Package: pike7.8-manual |
68 | Package: pike7.8-manual |
| 68 | Architecture: all |
69 | Architecture: all |
| 69 | Section: doc |
70 | Section: doc |
| 70 | Depends: ${misc:Depends}
|
71 | Depends: ${misc:Depends}
|
| 71 | Description: Pike 7.8 manual |
72 | Description: Pike 7.8 manual |
| 72 | The Pike manual auto-generated from the sources. |
73 | The Pike manual auto-generated from the sources. |
| 73 | . |
74 | . |
| 74 | Pike is an interpreted programming language, for more information |
75 | Pike is an interpreted programming language, for more information |
| 75 | see the description of the pike7.8-core package. |
76 | see the description of the pike7.8-core package. |
| 76 | 77 | ||
| 77 | Package: pike7.8-reference |
78 | Package: pike7.8-reference |
| 78 | Architecture: all |
79 | Architecture: all |
| 79 | Section: doc |
80 | Section: doc |
| 80 | Depends: ${misc:Depends}
|
81 | Depends: ${misc:Depends}
|
| 81 | Description: Pike 7.8 reference |
82 | Description: Pike 7.8 reference |
| 82 | The Pike reference auto-generated from the sources. |
83 | The Pike reference auto-generated from the sources. |
| 83 | . |
84 | . |
| 84 | Pike is an interpreted programming language, for more information |
85 | Pike is an interpreted programming language, for more information |
| 85 | see the description of the pike7.8-core package. |
86 | see the description of the pike7.8-core package. |
| 86 | 87 | ||
| 87 | Package: pike7.8-doc |
88 | Package: pike7.8-doc |
| 88 | Architecture: all |
89 | Architecture: all |
| 89 | Section: doc |
90 | Section: doc |
| 90 | Depends: ${misc:Depends}, pike7.8-manual (= ${source:Version}), pike7.8-reference (= ${source:Version})
|
91 | Depends: ${misc:Depends}, pike7.8-manual (= ${source:Version}), pike7.8-reference (= ${source:Version})
|
| 91 | Description: Pike 7.8 documentation metapackage |
92 | Description: Pike 7.8 documentation metapackage |
| 92 | This package depends upon all the Pike 7.8 documentation packages. Note |
93 | This package depends upon all the Pike 7.8 documentation packages. Note |
| 93 | that the download and installation sizes might be very large. |
94 | that the download and installation sizes might be very large. |
| 94 | . |
95 | . |
| 95 | Pike is an interpreted programming language, for more information |
96 | Pike is an interpreted programming language, for more information |
| 96 | see the description of the pike7.8-core package. |
97 | see the description of the pike7.8-core package. |
| 97 | 98 | ||
| 98 | Package: pike7.8-full |
99 | Package: pike7.8-full |
| 99 | Architecture: all |
100 | Architecture: all |
| 100 | Depends: ${misc:Depends}, pike7.8 (= ${source:Version}), pike7.8-mysql (>= ${source:Version}), pike7.8-pg (>= ${source:Version}), pike7.8-odbc (>= ${source:Version}), pike7.8-image (>= ${source:Version}), pike7.8-sdl (>= ${source:Version}), pike7.8-gdbm (>= ${source:Version}), pike7.8-gtk (>= ${source:Version}), pike7.8-gl (>= ${source:Version}), pike7.8-sane (>= ${source:Version}), pike7.8-doc (= ${source:Version}), pike7.8-dev (>= ${source:Version}), pike7.8-svg (>= ${source:Version}), pike7.8-pcre (>= ${source:Version}), pike7.8-bzip2 (>= ${source:Version}), pike7.8-fuse (>= ${source:Version}), pike7.8-sqlite (>= ${source:Version}), pike7.8-dnssd (>= ${source:Version})
|
101 | Depends: ${misc:Depends}, pike7.8 (= ${source:Version}), pike7.8-mysql (>= ${source:Version}), pike7.8-pg (>= ${source:Version}), pike7.8-odbc (>= ${source:Version}), pike7.8-image (>= ${source:Version}), pike7.8-sdl (>= ${source:Version}), pike7.8-gdbm (>= ${source:Version}), pike7.8-gtk (>= ${source:Version}), pike7.8-gl (>= ${source:Version}), pike7.8-sane (>= ${source:Version}), pike7.8-doc (= ${source:Version}), pike7.8-dev (>= ${source:Version}), pike7.8-svg (>= ${source:Version}), pike7.8-pcre (>= ${source:Version}), pike7.8-bzip2 (>= ${source:Version}), pike7.8-fuse (>= ${source:Version}), pike7.8-sqlite (>= ${source:Version}), pike7.8-dnssd (>= ${source:Version})
|
| 101 | Description: Metapackage for Pike 7.8 |
102 | Description: Metapackage for Pike 7.8 |
| 102 | This package depends on all the components that make up the Pike |
103 | This package depends on all the components that make up the Pike |
| 103 | language distribution. It will pull in a LOT of packages the |
104 | language distribution. It will pull in a LOT of packages the |
| 104 | Pike components depend upon (including XFree libraries, GTK+, GNOME)! |
105 | Pike components depend upon (including XFree libraries, GTK+, GNOME)! |
| 105 | . |
106 | . |
| 106 | Pike is an interpreted programming language, for more information |
107 | Pike is an interpreted programming language, for more information |
| 107 | see the description of the pike7.8-core package. |
108 | see the description of the pike7.8-core package. |
| 108 | 109 | ||
| 109 | Package: pike7.8-mysql |
110 | Package: pike7.8-mysql |
| 110 | Architecture: any |
111 | Architecture: any |
| 111 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
|
112 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
|
| 112 | Description: MySQL module for Pike |
113 | Description: MySQL module for Pike |
| 113 | This Pike module provides access to MySQL databases. |
114 | This Pike module provides access to MySQL databases. |
| 114 | . |
115 | . |
| 115 | Pike is an interpreted programming language, for more information |
116 | Pike is an interpreted programming language, for more information |
| 116 | see the description of the pike7.8-core package. |
117 | see the description of the pike7.8-core package. |
| 117 | 118 | ||
| 118 | Package: pike7.8-pg |
119 | Package: pike7.8-pg |
| 119 | Architecture: any |
120 | Architecture: any |
| 120 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
|
121 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
|
| 121 | Description: PostgreSQL module for Pike |
122 | Description: PostgreSQL module for Pike |
| 122 | This Pike module provides access to PostgreSQL databases. |
123 | This Pike module provides access to PostgreSQL databases. |
| 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 pike7.8-core package. |
126 | see the description of the pike7.8-core package. |
| 126 | 127 | ||
| 127 | Package: pike7.8-odbc |
128 | Package: pike7.8-odbc |
| 128 | Architecture: any |
129 | Architecture: any |
| 129 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
|
130 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
|
| 130 | Description: ODBC module for Pike |
131 | Description: ODBC module for Pike |
| 131 | This Pike module provides glue to the iODBC interface. |
132 | This Pike module provides glue to the iODBC interface. |
| 132 | . |
133 | . |
| 133 | Pike is an interpreted programming language, for more information |
134 | Pike is an interpreted programming language, for more information |
| 134 | see the description of the pike7.8-core package. |
135 | see the description of the pike7.8-core package. |
| 135 | 136 | ||
| 136 | Package: pike7.8-svg |
137 | Package: pike7.8-svg |
| 137 | Architecture: any |
138 | Architecture: any |
| 138 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
|
139 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
|
| 139 | Suggests: pike7.8-image (= ${source:Version})
|
140 | Suggests: pike7.8-image (= ${source:Version})
|
| 140 | Description: SVG format support for Pike |
141 | Description: SVG format support for Pike |
| 141 | This module provides an SVG graphics format module. It has |
142 | This module provides an SVG graphics format module. It has |
| 142 | been separated from the pike7.8-image module because of its |
143 | been separated from the pike7.8-image module because of its |
| 143 | quite extensive dependencies. |
144 | quite extensive dependencies. |
| 144 | . |
145 | . |
| 145 | Pike is an interpreted programming language, for more information |
146 | Pike is an interpreted programming language, for more information |
| 146 | see the description of the pike7.8-core package. |
147 | see the description of the pike7.8-core package. |
| 147 | 148 | ||
| 148 | Package: pike7.8-image |
149 | Package: pike7.8-image |
| 149 | Architecture: any |
150 | Architecture: any |
| 150 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
|
151 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
|
| 151 | Suggests: pike7.8-svg (= ${source:Version})
|
152 | Suggests: pike7.8-svg (= ${source:Version})
|
| 152 | Description: Image module for Pike |
153 | Description: Image module for Pike |
| 153 | This module provides many powerful image processing functions to |
154 | This module provides many powerful image processing functions to |
| 154 | Pike programs. |
155 | Pike programs. |
| 155 | . |
156 | . |
| 156 | Pike is an interpreted programming language, for more information |
157 | Pike is an interpreted programming language, for more information |
| 157 | see the description of the pike7.8-core package. |
158 | see the description of the pike7.8-core package. |
| 158 | 159 | ||
| 159 | Package: pike7.8-sdl |
160 | Package: pike7.8-sdl |
| 160 | Architecture: any |
161 | Architecture: any |
| 161 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
|
162 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
|
| 162 | Description: SDL module for Pike |
163 | Description: SDL module for Pike |
| 163 | This module provides the Pike interface to the SDL library. |
164 | This module provides the Pike interface to the SDL library. |
| 164 | . |
165 | . |
| 165 | Pike is an interpreted programming language, for more information |
166 | Pike is an interpreted programming language, for more information |
| 166 | see the description of the pike7.8-core package. |
167 | see the description of the pike7.8-core package. |
| 167 | 168 | ||
| 168 | Package: pike7.8-gdbm |
169 | Package: pike7.8-gdbm |
| 169 | Architecture: any |
170 | Architecture: any |
| 170 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
|
171 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
|
| 171 | Description: Gdbm module for Pike |
172 | Description: Gdbm module for Pike |
| 172 | This Pike module provides access to gdbm databases. |
173 | This Pike module provides access to gdbm databases. |
| 173 | . |
174 | . |
| 174 | Pike is an interpreted programming language, for more information |
175 | Pike is an interpreted programming language, for more information |
| 175 | see the description of the pike7.8-core package. |
176 | see the description of the pike7.8-core package. |
| 176 | 177 | ||
| 177 | Package: pike7.8-gtk |
178 | Package: pike7.8-gtk |
| 178 | Architecture: any |
179 | Architecture: any |
| 179 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
|
180 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
|
| 180 | Description: GTK+ 2.0 module for Pike |
181 | Description: GTK+ 2.0 module for Pike |
| 181 | This Pike module provides access to the GTK+ 2.0 library. |
182 | This Pike module provides access to the GTK+ 2.0 library. |
| 182 | . |
183 | . |
| 183 | Pike is an interpreted programming language, for more information |
184 | Pike is an interpreted programming language, for more information |
| 184 | see the description of the pike7.8-core package. |
185 | see the description of the pike7.8-core package. |
| 185 | 186 | ||
| 186 | Package: pike7.8-gl |
187 | Package: pike7.8-gl |
| 187 | Architecture: any |
188 | Architecture: any |
| 188 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
|
189 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
|
| 189 | Description: Mesa module for Pike |
190 | Description: Mesa module for Pike |
| 190 | This Pike module provides access to the Mesa 3D graphics library. |
191 | This Pike module provides access to the Mesa 3D graphics library. |
| 191 | . |
192 | . |
| 192 | Pike is an interpreted programming language, for more information |
193 | Pike is an interpreted programming language, for more information |
| 193 | see the description of the pike7.8-core package. |
194 | see the description of the pike7.8-core package. |
| 194 | 195 | ||
| 195 | Package: pike7.8-sane |
196 | Package: pike7.8-sane |
| 196 | Architecture: any |
197 | Architecture: any |
| 197 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
|
198 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
|
| 198 | Description: SANE module for Pike |
199 | Description: SANE module for Pike |
| 199 | This Pike module provides access to SANE. |
200 | This Pike module provides access to SANE. |
| 200 | . |
201 | . |
| 201 | Pike is an interpreted programming language, for more information |
202 | Pike is an interpreted programming language, for more information |
| 202 | see the description of the pike7.8-core package. |
203 | see the description of the pike7.8-core package. |
| 203 | 204 | ||
| 204 | Package: pike7.8-pcre |
205 | Package: pike7.8-pcre |
| 205 | Architecture: any |
206 | Architecture: any |
| 206 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
|
207 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
|
| 207 | Description: PCRE module for Pike |
208 | Description: PCRE module for Pike |
| 208 | This Pike module enables one to use the PCRE (Perl regular |
209 | This Pike module enables one to use the PCRE (Perl regular |
| 209 | expressions) from within the Pike programs. |
210 | expressions) from within the Pike programs. |
| 210 | . |
211 | . |
| 211 | Pike is an interpreted programming language, for more information |
212 | Pike is an interpreted programming language, for more information |
| 212 | see the description of the pike7.8-core package. |
213 | see the description of the pike7.8-core package. |
| 213 | 214 | ||
| 214 | Package: pike7.8-bzip2 |
215 | Package: pike7.8-bzip2 |
| 215 | Architecture: any |
216 | Architecture: any |
| 216 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
|
217 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
|
| 217 | Description: Bzip2 module for Pike |
218 | Description: Bzip2 module for Pike |
| 218 | This Pike module enables one to use the Bzip2 compression |
219 | This Pike module enables one to use the Bzip2 compression |
| 219 | algorithm from within the Pike programs. |
220 | algorithm from within the Pike programs. |
| 220 | . |
221 | . |
| 221 | Pike is an interpreted programming language, for more information |
222 | Pike is an interpreted programming language, for more information |
| 222 | see the description of the pike7.8-core package. |
223 | see the description of the pike7.8-core package. |
| 223 | 224 | ||
| 224 | Package: pike7.8-fuse |
225 | Package: pike7.8-fuse |
| 225 | Architecture: any |
226 | Architecture: any |
| 226 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
|
227 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
|
| 227 | Description: Filesystem in USErspace support for Pike |
228 | Description: Filesystem in USErspace support for Pike |
| 228 | This Pike module enables one to export filesystems to the Linux |
229 | This Pike module enables one to export filesystems to the Linux |
| 229 | kernel using the FUSE library. |
230 | kernel using the FUSE library. |
| 230 | . |
231 | . |
| 231 | Pike is an interpreted programming language, for more information |
232 | Pike is an interpreted programming language, for more information |
| 232 | see the description of the pike7.8-core package. |
233 | see the description of the pike7.8-core package. |
| 233 | 234 | ||
| 234 | Package: pike7.8-sqlite |
235 | Package: pike7.8-sqlite |
| 235 | Architecture: any |
236 | Architecture: any |
| 236 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
|
237 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
|
| 237 | Description: SQLite module for Pike |
238 | Description: SQLite module for Pike |
| 238 | This Pike module enables one to use the SQLite embedded database |
239 | This Pike module enables one to use the SQLite embedded database |
| 239 | library. |
240 | library. |
| 240 | . |
241 | . |
| 241 | Pike is an interpreted programming language, for more information |
242 | Pike is an interpreted programming language, for more information |
| 242 | see the description of the pike7.8-core package. |
243 | see the description of the pike7.8-core package. |
| 243 | 244 | ||
| 244 | Package: pike7.8-dnssd |
245 | Package: pike7.8-dnssd |
| 245 | Architecture: any |
246 | Architecture: any |
| 246 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
|
247 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
|
| 247 | Description: DNS Service Discovery (DNS-SD) for Pike |
248 | Description: DNS Service Discovery (DNS-SD) for Pike |
| 248 | This Pike module enables one to take advantage of DNS service discovery. |
249 | This Pike module enables one to take advantage of DNS service discovery. |
| 249 | . |
250 | . |
| 250 | DNS Service Discovery is a way of using standard DNS programming interfaces, |
251 | DNS Service Discovery is a way of using standard DNS programming interfaces, |
| 251 | servers, and packet formats to browse the network for services. |
252 | servers, and packet formats to browse the network for services. |
| 252 | . |
253 | . |
| 253 | Pike is an interpreted programming language, for more information |
254 | Pike is an interpreted programming language, for more information |
| 254 | see the description of the pike7.8-core package. |
255 | see the description of the pike7.8-core package. |
| 255 | 256 | ||