Subversion Repositories

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

Rev 2 | Rev 6 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 3
Line 1... Line 1...
1
Source: pike7.6
1
Source: pike7.6
2
Section: interpreters
2
Section: interpreters
3
Priority: optional
3
Priority: optional
4
Maintainer: Magnus Holmgren <magnus@kibibyte.se>
4
Maintainer: Magnus Holmgren <magnus@kibibyte.se>
5
Uploaders: Henrik Andreasson <pike@han.pp.se>
5
Uploaders: Henrik Andreasson <pike@han.pp.se>
6
Standards-Version: 3.6.2.1
6
Standards-Version: 3.7.2
7
Build-Depends: debhelper (>> 4.0.0), dpatch, libgdbm-dev, libgmp3-dev, zlib1g-dev | libz-dev, libjpeg-dev, libttf-dev, libmysqlclient15-dev, libreadline5-dev, perl, bison, debhelper, freeglut3-dev (>= 2.2.0-6.1) [alpha hppa], freeglut3-dev [!alpha !hppa], x11proto-gl-dev, libxpm-dev, libglade2-dev, libxml2-dev, libfreetype6-dev, autoconf, libiodbc2-dev, libsane-dev, libpq-dev, libsdl-mixer1.2-dev, libsdl1.2-dev, librsvg2-dev (>= 2.7), libperl-dev, sharutils, libpng12-dev, libtiff4-dev, bc, libpcre3-dev, libbz2-dev, libnettle-dev (>= 1.14-1)
7
Build-Depends: debhelper (>> 4.0.0), dpatch, bison, sharutils, bc,
-
 
8
 libgmp3-dev,  libnettle-dev (>= 1.14-1),
-
 
9
 zlib1g-dev | libz-dev, libbz2-dev, libreadline5-dev,
-
 
10
 libgdbm-dev, libiodbc2-dev, libmysqlclient15-dev, libpq-dev,
-
 
11
 libperl-dev, libpcre3-dev, libxml2-dev,
-
 
12
 libsdl-mixer1.2-dev, libsdl1.2-dev, libsane-dev,
-
 
13
 x11proto-gl-dev, libxpm-dev, libglade2-dev, libfreetype6-dev,
-
 
14
 freeglut3-dev (>= 2.2.0-6.1) [alpha hppa], freeglut3-dev [!alpha !hppa], 
-
 
15
 libjpeg-dev, libtiff4-dev, librsvg2-dev (>= 2.7), libpng12-dev
8
Build-Conflicts: libutahglx-dev
16
Build-Conflicts: libutahglx-dev
-
 
17
Homepage: http://pike.ida.liu.se/
9
18
10
Package: pike7.6-core
19
Package: pike7.6-core
11
Architecture: any
20
Architecture: any
12
Depends: ${shlibs:Depends}
21
Depends: ${shlibs:Depends}
13
Suggests: pike7.6-doc
22
Suggests: pike7.6-doc
14
Recommends: pike7.6-image (=${Source-Version})
23
Recommends: pike7.6-image (= ${binary:Version})
15
Description: Powerful interpreted programming language
24
Description: Powerful interpreted programming language
16
 Pike is an interpreted, object-oriented, dynamic programming language
25
 Pike is an interpreted, object-oriented, dynamic programming language
17
 with a syntax similar to C. It includes many powerful data types and
26
 with a syntax similar to C. It includes many powerful data types and
18
 a module system that, for instance, provides image manipulation together,
27
 a module system that, for instance, provides image manipulation together,
19
 with support for graphics formats like SVG, JPG, PNG, GIF, XCF and many
28
 with support for graphics formats like SVG, JPG, PNG, GIF, XCF and many
Line 22... Line 31...
22
 Note that some of the  Pike features are found in other pike7.6-* packages 
31
 Note that some of the  Pike features are found in other pike7.6-* packages 
23
 (image processing, mysql, postgresql, sane and more).
32
 (image processing, mysql, postgresql, sane and more).
24
33
25
Package: pike7.6
34
Package: pike7.6
26
Architecture: all
35
Architecture: all
27
Depends: pike7.6-core (>= ${Source-Version}), pike7.6-image (>= ${Source-Version}), pike7.6-gdbm (>= ${Source-Version})
36
Depends: pike7.6-core (>= ${source:Version}), pike7.6-image (>= ${source:Version}), pike7.6-gdbm (>= ${source:Version})
28
Recommends: pike7.6-doc (>= ${Source-Version})
37
Recommends: pike7.6-doc (>= ${source:Version})
29
Suggests: pike7.6-mysql (>= ${Source-Version}), pike7.6-pg (>= ${Source-Version}), pike7.6-dev (>= ${Source-Version})
38
Suggests: pike7.6-mysql (>= ${source:Version}), pike7.6-pg (>= ${source:Version}), pike7.6-dev (>= ${source:Version})
30
Description: Recommended meta package for Pike 7.6
39
Description: Recommended meta package for Pike 7.6
31
 This is a meta package which depends upon several other Pike
40
 This is a meta package which depends upon several other Pike
32
 packages that together make up the recommended Pike installation.
41
 packages that together make up the recommended Pike installation.
33
 If you want to install every packaged component of the Pike 
42
 If you want to install every packaged component of the Pike 
34
 distribution, please install the pike7.6-meta package.
43
 distribution, please install the pike7.6-meta package.
Line 42... Line 51...
42
 see the description of the pike7.6-core package or visit the URL
51
 see the description of the pike7.6-core package or visit the URL
43
 below.
52
 below.
44
 .
53
 .
45
 http://pike.ida.liu.se/
54
 http://pike.ida.liu.se/
46
55
-
 
56
Package: pike7.6-dev
-
 
57
Architecture: any
-
 
58
Depends: ${shlibs:Depends}, pike7.6-core (>= ${source:Version})
-
 
59
Description: Development files for Pike 7.6
-
 
60
 This package contains files you will need to develop C extension
-
 
61
 modules for Pike. The package depends on the recommended set of
-
 
62
 packages for the Pike environment.
-
 
63
 .
-
 
64
 Pike is an interpreted programming language, for more information 
-
 
65
 see the description of the pike7.6-core package or visit the URL
-
 
66
 below.
-
 
67
 .
-
 
68
 http://pike.ida.liu.se/
-
 
69
-
 
70
Package: pike7.6-manual
-
 
71
Architecture: all
-
 
72
Section: doc
-
 
73
Description: Pike 7.6 manual
-
 
74
 The Pike manual auto-generated from the sources.
-
 
75
 .
-
 
76
 Pike is an interpreted programming language, for more information 
-
 
77
 see the description of the pike7.6-core package or visit the URL
-
 
78
 below.
-
 
79
 .
-
 
80
 http://pike.ida.liu.se/
-
 
81
-
 
82
Package: pike7.6-reference
-
 
83
Architecture: all
-
 
84
Section: doc
-
 
85
Description: Pike 7.6 reference
-
 
86
 The Pike reference auto-generated from the sources.
-
 
87
 .
-
 
88
 Pike is an interpreted programming language, for more information 
-
 
89
 see the description of the pike7.6-core package or visit the URL
-
 
90
 below.
-
 
91
 .
-
 
92
 http://pike.ida.liu.se/
-
 
93
-
 
94
Package: pike7.6-doc
-
 
95
Architecture: all
-
 
96
Section: doc
-
 
97
Depends: pike7.6-manual (>= ${source:Version}), pike7.6-reference (>= ${source:Version})
-
 
98
Description: Pike 7.6 documentation meta package
-
 
99
 This package depends upon all the Pike 7.6 documentation
-
 
100
 packages. Note that the download and installation sizes might be very
-
 
101
 large.
-
 
102
 .
-
 
103
 Pike is an interpreted programming language, for more information 
-
 
104
 see the description of the pike7.6-core package or visit the URL
-
 
105
 below.
-
 
106
 .
-
 
107
 http://pike.ida.liu.se/
-
 
108
-
 
109
Package: pike7.6-meta
-
 
110
Architecture: all
-
 
111
Depends: pike7.6 (>= ${source:Version}), pike7.6-mysql (>= ${source:Version}), pike7.6-pg (>= ${source:Version}), pike7.6-odbc (>= ${source:Version}), pike7.6-image (>= ${source:Version}), pike7.6-sdl (>= ${source:Version}), pike7.6-gdbm (>= ${source:Version}), pike7.6-gl (>= ${source:Version}), pike7.6-sane (>= ${source:Version}), pike7.6-doc (>= ${source:Version}), pike7.6-dev (>= ${source:Version}), pike7.6-perl (>= ${source:Version}), pike7.6-svg (>= ${source:Version}), pike7.6-pcre (>= ${source:Version}), pike7.6-bzip2 (>= ${source:Version})
-
 
112
Description: Meta package for Pike 7.6
-
 
113
 This package depends on all the components that make up the Pike
-
 
114
 language distribution. It will pull in a LOT of packages the
-
 
115
 Pike components depend upon (including XFree libraries, GTK, GNOME)!
-
 
116
 .
-
 
117
 Pike is an interpreted programming language, for more information 
-
 
118
 see the description of the pike7.6-core package or visit the URL
-
 
119
 below.
-
 
120
 .
-
 
121
 http://pike.ida.liu.se/
-
 
122
47
Package: pike7.6-mysql
123
Package: pike7.6-mysql
48
Architecture: any
124
Architecture: any
49
Depends: ${shlibs:Depends}, pike7.6-core (=${Source-Version})
125
Depends: ${shlibs:Depends}, pike7.6-core (= ${binary:Version})
50
Description: Mysql module for Pike
126
Description: Mysql module for Pike
51
 This Pike module provides access to Mysql databases.
127
 This Pike module provides access to Mysql databases.
52
 .
128
 .
53
 Pike is an interpreted programming language, for more information 
129
 Pike is an interpreted programming language, for more information 
54
 see the description of the pike7.6-core package or visit the URL
130
 see the description of the pike7.6-core package or visit the URL
Line 56... Line 132...
56
 .
132
 .
57
 http://pike.ida.liu.se/
133
 http://pike.ida.liu.se/
58
134
59
Package: pike7.6-pg
135
Package: pike7.6-pg
60
Architecture: any
136
Architecture: any
61
Depends: ${shlibs:Depends}, pike7.6-core (=${Source-Version})
137
Depends: ${shlibs:Depends}, pike7.6-core (= ${binary:Version})
62
Description: Postgres module for Pike
138
Description: Postgres module for Pike
63
 This Pike module provides access to Postgres databases.
139
 This Pike module provides access to Postgres databases.
64
 .
140
 .
65
 Pike is an interpreted programming language, for more information 
141
 Pike is an interpreted programming language, for more information 
66
 see the description of the pike7.6-core package or visit the URL
142
 see the description of the pike7.6-core package or visit the URL
Line 68... Line 144...
68
 .
144
 .
69
 http://pike.ida.liu.se/
145
 http://pike.ida.liu.se/
70
146
71
Package: pike7.6-odbc
147
Package: pike7.6-odbc
72
Architecture: any
148
Architecture: any
73
Depends: ${shlibs:Depends}, pike7.6-core (=${Source-Version})
149
Depends: ${shlibs:Depends}, pike7.6-core (= ${binary:Version})
74
Description: Odbc module for Pike
150
Description: Odbc module for Pike
75
 This Pike module provides glue to the iOdbc interface.
151
 This Pike module provides glue to the iOdbc interface.
76
 .
152
 .
77
 Pike is an interpreted programming language, for more information 
153
 Pike is an interpreted programming language, for more information 
78
 see the description of the pike7.6-core package or visit the URL
154
 see the description of the pike7.6-core package or visit the URL
Line 80... Line 156...
80
 .
156
 .
81
 http://pike.ida.liu.se/
157
 http://pike.ida.liu.se/
82
158
83
Package: pike7.6-svg
159
Package: pike7.6-svg
84
Architecture: any
160
Architecture: any
85
Depends: ${shlibs:Depends}, pike7.6-core (=${Source-Version})
161
Depends: ${shlibs:Depends}, pike7.6-core (= ${binary:Version})
86
Suggests: pike7.6-image (=${Source-Version})
162
Suggests: pike7.6-image (= ${binary:Version})
87
Description: SVG format support for Pike
163
Description: SVG format support for Pike
88
 This module provides an SVG graphics format module. It has
164
 This module provides an SVG graphics format module. It has
89
 been separated from the pike7.6-image module because of its
165
 been separated from the pike7.6-image module because of its
90
 quite extensive dependencies.
166
 quite extensive dependencies.
91
 .
167
 .
Line 95... Line 171...
95
 .
171
 .
96
 http://pike.ida.liu.se/
172
 http://pike.ida.liu.se/
97
173
98
Package: pike7.6-image
174
Package: pike7.6-image
99
Architecture: any
175
Architecture: any
100
Depends: ${shlibs:Depends}, pike7.6-core (=${Source-Version})
176
Depends: ${shlibs:Depends}, pike7.6-core (= ${binary:Version})
101
Suggests: pike7.6-svg (=${Source-Version})
177
Suggests: pike7.6-svg (= ${binary:Version})
102
Description: Image module for Pike
178
Description: Image module for Pike
103
 This module provides many powerful image processing functions to
179
 This module provides many powerful image processing functions to
104
 Pike programs.
180
 Pike programs.
105
 .
181
 .
106
 Pike is an interpreted programming language, for more information 
182
 Pike is an interpreted programming language, for more information 
Line 109... Line 185...
109
 .
185
 .
110
 http://pike.ida.liu.se/
186
 http://pike.ida.liu.se/
111
187
112
Package: pike7.6-sdl
188
Package: pike7.6-sdl
113
Architecture: any
189
Architecture: any
114
Depends: ${shlibs:Depends}, pike7.6-core (=${Source-Version})
190
Depends: ${shlibs:Depends}, pike7.6-core (= ${binary:Version})
115
Description: SDL module for Pike
191
Description: SDL module for Pike
116
 This module provides the Pike interface to the SDL library.
192
 This module provides the Pike interface to the SDL library.
117
 .
193
 .
118
 Pike is an interpreted programming language, for more information 
194
 Pike is an interpreted programming language, for more information 
119
 see the description of the pike7.6-core package or visit the URL
195
 see the description of the pike7.6-core package or visit the URL
Line 121... Line 197...
121
 .
197
 .
122
 http://pike.ida.liu.se/
198
 http://pike.ida.liu.se/
123
199
124
Package: pike7.6-gdbm
200
Package: pike7.6-gdbm
125
Architecture: any
201
Architecture: any
126
Depends: ${shlibs:Depends}, pike7.6-core (=${Source-Version})
202
Depends: ${shlibs:Depends}, pike7.6-core (= ${binary:Version})
127
Description: Gdbm module for Pike
203
Description: Gdbm module for Pike
128
 This Pike module provides access to gdbm databases.
204
 This Pike module provides access to gdbm databases.
129
 .
205
 .
130
 Pike is an interpreted programming language, for more information 
206
 Pike is an interpreted programming language, for more information 
131
 see the description of the pike7.6-core package or visit the URL
207
 see the description of the pike7.6-core package or visit the URL
Line 133... Line 209...
133
 .
209
 .
134
 http://pike.ida.liu.se/
210
 http://pike.ida.liu.se/
135
211
136
Package: pike7.6-gl
212
Package: pike7.6-gl
137
Architecture: any
213
Architecture: any
138
Depends: ${shlibs:Depends}, pike7.6-core (=${Source-Version})
214
Depends: ${shlibs:Depends}, pike7.6-core (= ${binary:Version})
139
Description: Mesa module for Pike
215
Description: Mesa module for Pike
140
 This Pike module provides access to the Mesa 3D graphics library.
216
 This Pike module provides access to the Mesa 3D graphics library.
141
 .
217
 .
142
 Pike is an interpreted programming language, for more information 
218
 Pike is an interpreted programming language, for more information 
143
 see the description of the pike7.6-core package or visit the URL
219
 see the description of the pike7.6-core package or visit the URL
Line 145... Line 221...
145
 .
221
 .
146
 http://pike.ida.liu.se/
222
 http://pike.ida.liu.se/
147
223
148
Package: pike7.6-sane
224
Package: pike7.6-sane
149
Architecture: any
225
Architecture: any
150
Depends: ${shlibs:Depends}, pike7.6-core (=${Source-Version})
226
Depends: ${shlibs:Depends}, pike7.6-core (= ${binary:Version})
151
Description: SANE module for Pike
227
Description: SANE module for Pike
152
 This Pike module provides access to SANE.
228
 This Pike module provides access to SANE.
153
 .
229
 .
154
 Pike is an interpreted programming language, for more information 
230
 Pike is an interpreted programming language, for more information 
155
 see the description of the pike7.6-core package or visit the URL
231
 see the description of the pike7.6-core package or visit the URL
Line 157... Line 233...
157
 .
233
 .
158
 http://pike.ida.liu.se/
234
 http://pike.ida.liu.se/
159
235
160
Package: pike7.6-perl
236
Package: pike7.6-perl
161
Architecture: any
237
Architecture: any
162
Depends: ${shlibs:Depends}, pike7.6-core (=${Source-Version})
238
Depends: ${shlibs:Depends}, pike7.6-core (= ${binary:Version})
163
Description: Perl module for Pike
239
Description: Perl module for Pike
164
 This Pike module enables one to embed perl in the pike
240
 This Pike module enables one to embed perl in pike programs.
165
 programs.
-
 
166
 .
241
 .
167
 Pike is an interpreted programming language, for more information 
242
 Pike is an interpreted programming language, for more information 
168
 see the description of the pike7.6-core package or visit the URL
243
 see the description of the pike7.6-core package or visit the URL
169
 below.
244
 below.
170
 .
245
 .
171
 http://pike.ida.liu.se/
246
 http://pike.ida.liu.se/
172
247
173
Package: pike7.6-pcre
248
Package: pike7.6-pcre
174
Architecture: any
249
Architecture: any
175
Depends: ${shlibs:Depends}, pike7.6-core (=${Source-Version})
250
Depends: ${shlibs:Depends}, pike7.6-core (= ${binary:Version})
176
Description: PCRE module for Pike
251
Description: PCRE module for Pike
177
 This Pike module enables one to use the PCRE (Perl regular
252
 This Pike module enables one to use the PCRE (Perl regular
178
 expressions) from within the Pike programs.
253
 expressions) from within Pike programs.
179
 .
254
 .
180
 Pike is an interpreted programming language, for more information 
255
 Pike is an interpreted programming language, for more information 
181
 see the description of the pike7.6-core package or visit the URL
256
 see the description of the pike7.6-core package or visit the URL
182
 below.
257
 below.
183
 .
258
 .
184
 http://pike.ida.liu.se/
259
 http://pike.ida.liu.se/
185
260
186
Package: pike7.6-bzip2
261
Package: pike7.6-bzip2
187
Architecture: any
262
Architecture: any
188
Depends: ${shlibs:Depends}, pike7.6-core (=${Source-Version})
263
Depends: ${shlibs:Depends}, pike7.6-core (= ${binary:Version})
189
Description: Bzip2 module for Pike
264
Description: Bzip2 module for Pike
190
 This Pike module enables one to use the Bzip2 compression
265
 This Pike module enables one to use the Bzip2 compression
191
 algorithm from within the Pike programs.
-
 
192
 .
-
 
193
 Pike is an interpreted programming language, for more information 
-
 
194
 see the description of the pike7.6-core package or visit the URL
-
 
195
 below.
-
 
196
 .
-
 
197
 http://pike.ida.liu.se/
-
 
198
-
 
199
Package: pike7.6-dev
-
 
200
Architecture: all
-
 
201
Depends: ${shlibs:Depends}, pike7.6-core (>= ${Source-Version})
-
 
202
Description: Development files for Pike 7.6
-
 
203
 This package contains files you will need to develop  C extension modules 
-
 
204
 for Pike. The package depends on  the recommended set of packages for the 
-
 
205
 Pike  environment.
-
 
206
 .
-
 
207
 Pike is an interpreted programming language, for more information 
-
 
208
 see the description of the pike7.6-core package or visit the URL
-
 
209
 below.
-
 
210
 .
-
 
211
 http://pike.ida.liu.se/
-
 
212
-
 
213
Package: pike7.6-manual
-
 
214
Architecture: all
-
 
215
Section: doc
-
 
216
Description: Pike 7.6 manual
-
 
217
 The Pike manual auto-generated from the sources.
-
 
218
 .
-
 
219
 Pike is an interpreted programming language, for more information 
-
 
220
 see the description of the pike7.6-core package or visit the URL
-
 
221
 below.
-
 
222
 .
-
 
223
 http://pike.ida.liu.se/
-
 
224
-
 
225
Package: pike7.6-reference
-
 
226
Architecture: all
-
 
227
Section: doc
-
 
228
Description: Pike 7.6 reference
-
 
229
 The Pike reference auto-generated from the sources.
-
 
230
 .
-
 
231
 Pike is an interpreted programming language, for more information 
-
 
232
 see the description of the pike7.6-core package or visit the URL
-
 
233
 below.
-
 
234
 .
-
 
235
 http://pike.ida.liu.se/
-
 
236
-
 
237
Package: pike7.6-doc
-
 
238
Architecture: all
-
 
239
Section: doc
-
 
240
Depends: pike7.6-manual (>= ${Source-Version}), pike7.6-reference (>= ${Source-Version})
-
 
241
Description: Pike 7.6 documentation meta package
-
 
242
 This package depends upon all the Pike 7.6 documentation  packages. Note 
-
 
243
 that the download and installation sizes  might be very large.
-
 
244
 .
-
 
245
 Pike is an interpreted programming language, for more information 
-
 
246
 see the description of the pike7.6-core package or visit the URL
-
 
247
 below.
-
 
248
 .
-
 
249
 http://pike.ida.liu.se/
-
 
250
-
 
251
Package: pike7.6-meta
-
 
252
Architecture: all
-
 
253
Depends: pike7.6 (>= ${Source-Version}), pike7.6-mysql (>= ${Source-Version}), pike7.6-pg (>= ${Source-Version}), pike7.6-odbc (>= ${Source-Version}), pike7.6-image (>= ${Source-Version}), pike7.6-sdl (>= ${Source-Version}), pike7.6-gdbm (>= ${Source-Version}), pike7.6-gl (>= ${Source-Version}), pike7.6-sane (>= ${Source-Version}), pike7.6-doc (>= ${Source-Version}), pike7.6-dev (>= ${Source-Version}), pike7.6-perl (>= ${Source-Version}), pike7.6-svg (>= ${Source-Version}), pike7.6-pcre (>= ${Source-Version}), pike7.6-bzip2 (>= ${Source-Version})
266
 algorithm from within Pike programs.
254
Description: Meta package for Pike 7.6
-
 
255
 This package depends on all the components that make up the Pike
-
 
256
 language distribution. It will pull in a LOT of packages the
-
 
257
 Pike components depend upon (including XFree libraries, GTK, GNOME)!
-
 
258
 .
267
 .
259
 Pike is an interpreted programming language, for more information 
268
 Pike is an interpreted programming language, for more information 
260
 see the description of the pike7.6-core package or visit the URL
269
 see the description of the pike7.6-core package or visit the URL
261
 below.
270
 below.
262
 .
271
 .