Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 304 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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