~ubuntu-branches/ubuntu/quantal/php5/quantal-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Clint Byrum
  • Date: 2012-02-16 03:17:18 UTC
  • mfrom: (1.1.23) (0.3.41 sid)
  • Revision ID: package-import@ubuntu.com-20120216031718-v0cy98ben10nljri
Tags: 5.3.10-1ubuntu1
* Merge from Debian testing.  Remaining changes:
  - d/control: build-depend on mysql 5.5 instead of 5.1 for running tests.
  - d/setup-mysql.sh: modify to work with mysql 5.5 differences
  - debian/rules: export DEB_HOST_MULTIARCH properly.
  - Only build php5-sqlite for sqlite3, dropping the obsolete sqlite2.
  - Add build-dependency on lemon, which we now need.
  - Dropped firebird2.1-dev, libc-client-dev, libmcrypt-dev as it is in universe.
  - Dropped libcurl-dev not in the archive.
  - debian/control: replace build-depends on mysql-server with
    mysql-server-core-5.5 and mysql-client-5.5 to avoid upstart and
    mysql-server-5.5 postinst confusion with starting up multiple
    mysqlds listening on the same port.
  - Dropped php5-imap, php5-interbase, php5-mcrypt since we have versions
    already in universe.
  - Suggest php5-suhosin rather than recommends.
  - Dropped libonig-dev and libqgdbm since its in universe. (libonig MIR
    has been declined due to an inactive upstream. So this is probably
    a permanent change).
  - modulelist: Drop imap, interbase, sybase, and mcrypt.
  - debian/rules:
    * Dropped building of mcrypt, imap, and interbase.
    * Install apport hook for php5.
    * stop mysql instance on clean just in case we failed in tests
  - debian/control: Recommend php5-dev for php-pear.
* Dropped Changes:
  - d/patches/CVE-2011-4566.patch: Applied upstream
  - debian/rules: --enable-pcntl for cgi as well. (Applied in Debian)
* d/rules: enable Suhosin patch with PHP5_SUHOSIN=yes
* d/NEWS: add note explaining that SUHOSIN *is* enabled in the Ubuntu
  package.
* d/rules: Simplify apache config settings since we never build 
  interbase or firebird.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
XSBC-Original-Maintainer: Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>
6
6
Uploaders: Ondřej Surý <ondrej@debian.org>,
7
7
           Sean Finney <seanius@debian.org>,
8
 
           Thijs Kinkhorst <thijs@debian.org>,
9
 
           Raphael Geissert <geissert@debian.org>
 
8
           Thijs Kinkhorst <thijs@debian.org>
10
9
Build-Depends: apache2-prefork-dev,
11
10
               autoconf (>= 2.63),
12
11
               automake (>= 1.11) | automake1.11,
82
81
 PHP5 is a widely-used general-purpose scripting language that is
83
82
 especially suited for Web development and can be embedded into HTML.
84
83
 The goal of the language is to allow web developers to write
85
 
 dynamically generated pages quickly. This version of PHP5 was built
86
 
 with the Suhosin patch.
 
84
 dynamically generated pages quickly.
87
85
 
88
86
Package: php5-common
89
87
Architecture: any
98
96
 PHP5 is a widely-used general-purpose scripting language that is
99
97
 especially suited for Web development and can be embedded into HTML.
100
98
 The goal of the language is to allow web developers to write
101
 
 dynamically generated pages quickly. This version of PHP5 was built
102
 
 with the Suhosin patch.
 
99
 dynamically generated pages quickly.
103
100
 
104
101
Package: libapache2-mod-php5
105
102
Section: httpd
119
116
 PHP5 is a widely-used general-purpose scripting language that is
120
117
 especially suited for Web development and can be embedded into HTML.
121
118
 The goal of the language is to allow web developers to write
122
 
 dynamically generated pages quickly. This version of PHP5 was built
123
 
 with the Suhosin patch.
 
119
 dynamically generated pages quickly.
124
120
 
125
121
Package: libapache2-mod-php5filter
126
122
Section: httpd
143
139
 PHP5 is a widely-used general-purpose scripting language that is
144
140
 especially suited for Web development and can be embedded into HTML.
145
141
 The goal of the language is to allow web developers to write
146
 
 dynamically generated pages quickly. This version of PHP5 was built
147
 
 with the Suhosin patch.
 
142
 dynamically generated pages quickly.
148
143
 
149
144
Package: php5-cgi
150
145
Architecture: any
162
157
 PHP5 is a widely-used general-purpose scripting language that is
163
158
 especially suited for Web development and can be embedded into HTML.
164
159
 The goal of the language is to allow web developers to write
165
 
 dynamically generated pages quickly. This version of PHP5 was built
166
 
 with the Suhosin patch.
 
160
 dynamically generated pages quickly.
167
161
 
168
162
Package: php5-cli
169
163
Architecture: any
179
173
 PHP5 is a widely-used general-purpose scripting language that is
180
174
 especially suited for Web development and can be embedded into HTML.
181
175
 The goal of the language is to allow web developers to write
182
 
 dynamically generated pages quickly. This version of PHP5 was built
183
 
 with the Suhosin patch.
 
176
 dynamically generated pages quickly.
184
177
 
185
178
Package: php5-fpm
186
179
Architecture: any
187
 
Pre-Depends: dpkg (>= 1.15.7.2)
188
180
Depends: ${shlibs:Depends}, ${misc:Depends}, mime-support, php5-common (= ${binary:Version}), libmagic1, ucf, tzdata
189
181
Provides: ${php:Provides}
190
182
Suggests: php-pear
198
190
 PHP5 is an HTML-embedded scripting language. Much of its syntax is borrowed
199
191
 from C, Java and Perl with a couple of unique PHP-specific features thrown
200
192
 in. The goal of the language is to allow web developers to write dynamically
201
 
 generated pages quickly. This version of PHP5 was built with the Suhosin patch.
 
193
 generated pages quickly.
202
194
 
203
195
Package: php5-dev
204
196
Depends: ${misc:Depends}, autoconf (>= 2.63), automake (>= 1.11), libssl-dev, libtool (>= 2.2), shtool, php5-common (>= ${binary:Version})
211
203
 PHP5 is a widely-used general-purpose scripting language that is
212
204
 especially suited for Web development and can be embedded into HTML.
213
205
 The goal of the language is to allow web developers to write
214
 
 dynamically generated pages quickly. This version of PHP5 was built
215
 
 with the Suhosin patch.
 
206
 dynamically generated pages quickly.
216
207
 
217
208
Package: php5-dbg
218
209
Depends: ${misc:Depends}, php5-common (= ${binary:Version}), libapache2-mod-php5 (= ${binary:Version}) | libapache2-mod-php5filter (= ${binary:Version}) | php5-cgi (= ${binary:Version}) | php5-cli (= ${binary:Version}) | php5-fpm (= ${binary:Version}) | php5-curl (= ${binary:Version}) | php5-enchant (= ${binary:Version}) | php5-gd (= ${binary:Version}) | php5-gmp (= ${binary:Version}) | php5-intl (= ${binary:Version}) | php5-ldap (= ${binary:Version}) | php5-mysql (= ${binary:Version}) | php5-odbc (= ${binary:Version}) | php5-pgsql (= ${binary:Version}) | php5-pspell (= ${binary:Version}) | php5-recode (= ${binary:Version}) | php5-snmp (= ${binary:Version}) | php5-sqlite (= ${binary:Version}) | php5-sybase (= ${binary:Version}) | php5-tidy (= ${binary:Version}) | php5-xmlrpc (= ${binary:Version}) | php5-xsl (= ${binary:Version})
227
218
 PHP5 is a widely-used general-purpose scripting language that is
228
219
 especially suited for Web development and can be embedded into HTML.
229
220
 The goal of the language is to allow web developers to write
230
 
 dynamically generated pages quickly. This version of PHP5 was built
231
 
 with the Suhosin patch.
 
221
 dynamically generated pages quickly.
232
222
 
233
223
Package: php-pear
234
224
Architecture: all
247
237
 PHP5 is a widely-used general-purpose scripting language that is
248
238
 especially suited for Web development and can be embedded into HTML.
249
239
 The goal of the language is to allow web developers to write
250
 
 dynamically generated pages quickly. This version of PHP5 was built
251
 
 with the Suhosin patch.
 
240
 dynamically generated pages quickly.
252
241
 
253
242
Package: php5-curl
254
243
Architecture: any
259
248
 PHP5 is a widely-used general-purpose scripting language that is
260
249
 especially suited for Web development and can be embedded into HTML.
261
250
 The goal of the language is to allow web developers to write
262
 
 dynamically generated pages quickly. This version of PHP5 was built
263
 
 with the Suhosin patch.
 
251
 dynamically generated pages quickly.
264
252
 
265
253
Package: php5-enchant
266
254
Architecture: any
272
260
 PHP5 is a widely-used general-purpose scripting language that is
273
261
 especially suited for Web development and can be embedded into HTML.
274
262
 The goal of the language is to allow web developers to write
275
 
 dynamically generated pages quickly. This version of PHP5 was built
276
 
 with the Suhosin patch.
 
263
 dynamically generated pages quickly.
277
264
 
278
265
Package: php5-gd
279
266
Architecture: any
285
272
 PHP5 is a widely-used general-purpose scripting language that is
286
273
 especially suited for Web development and can be embedded into HTML.
287
274
 The goal of the language is to allow web developers to write
288
 
 dynamically generated pages quickly. This version of PHP5 was built
289
 
 with the Suhosin patch.
 
275
 dynamically generated pages quickly.
290
276
 
291
277
Package: php5-gmp
292
278
Architecture: any
298
284
 PHP5 is a widely-used general-purpose scripting language that is
299
285
 especially suited for Web development and can be embedded into HTML.
300
286
 The goal of the language is to allow web developers to write
301
 
 dynamically generated pages quickly. This version of PHP5 was built
302
 
 with the Suhosin patch.
 
287
 dynamically generated pages quickly.
303
288
 
304
289
Package: php5-intl
305
290
Architecture: any
313
298
 PHP5 is a widely-used general-purpose scripting language that is
314
299
 especially suited for Web development and can be embedded into HTML.
315
300
 The goal of the language is to allow web developers to write
316
 
 dynamically generated pages quickly. This version of PHP5 was built
317
 
 with the Suhosin patch.
 
301
 dynamically generated pages quickly.
318
302
 
319
303
Package: php5-ldap
320
304
Architecture: any
325
309
 PHP5 is a widely-used general-purpose scripting language that is
326
310
 especially suited for Web development and can be embedded into HTML.
327
311
 The goal of the language is to allow web developers to write
328
 
 dynamically generated pages quickly. This version of PHP5 was built
329
 
 with the Suhosin patch.
 
312
 dynamically generated pages quickly.
330
313
 
331
314
Package: php5-mysql
332
315
Architecture: any
333
316
Depends: ${shlibs:Depends}, ${misc:Depends}, ${php:Depends}, php5-common (= ${binary:Version})
334
 
Conflicts: php5-mysqli
335
 
Replaces: php5-mysqli
 
317
Conflicts: php5-mysqli, php5-mysqlnd
 
318
Replaces: php5-mysqli, php5-mysqlnd
336
319
Description: MySQL module for php5
337
320
 This package provides modules for MySQL database connections directly from
338
321
 PHP scripts.  It includes the generic "mysql" module which can be used
343
326
 PHP5 is a widely-used general-purpose scripting language that is
344
327
 especially suited for Web development and can be embedded into HTML.
345
328
 The goal of the language is to allow web developers to write
346
 
 dynamically generated pages quickly. This version of PHP5 was built
347
 
 with the Suhosin patch.
 
329
 dynamically generated pages quickly.
 
330
 
 
331
Package: php5-mysqlnd
 
332
Architecture: any
 
333
Depends: ${shlibs:Depends}, ${misc:Depends}, ${php:Depends}, php5-common (= ${binary:Version})
 
334
Conflicts: php5-mysqli, php5-mysql
 
335
Replaces: php5-mysqli, php5-mysql
 
336
Description: MySQL module for php5 (Native Driver)
 
337
 This package provides modules for MySQL database connections directly from
 
338
 PHP scripts.  It includes the generic "mysql" module which can be used
 
339
 to connect to all versions of MySQL, an improved "mysqli" module for
 
340
 MySQL version 4.1 or later, and the pdo_mysql module for use with
 
341
 the PHP Data Object extension.
 
342
 .
 
343
 This package use the MySQL Native Driver.
 
344
 .
 
345
 PHP5 is a widely-used general-purpose scripting language that is
 
346
 especially suited for Web development and can be embedded into HTML.
 
347
 The goal of the language is to allow web developers to write
 
348
 dynamically generated pages quickly.
348
349
 
349
350
Package: php5-odbc
350
351
Architecture: any
357
358
 PHP5 is a widely-used general-purpose scripting language that is
358
359
 especially suited for Web development and can be embedded into HTML.
359
360
 The goal of the language is to allow web developers to write
360
 
 dynamically generated pages quickly. This version of PHP5 was built
361
 
 with the Suhosin patch.
 
361
 dynamically generated pages quickly.
362
362
 
363
363
Package: php5-pgsql
364
364
Architecture: any
371
371
 PHP5 is a widely-used general-purpose scripting language that is
372
372
 especially suited for Web development and can be embedded into HTML.
373
373
 The goal of the language is to allow web developers to write
374
 
 dynamically generated pages quickly. This version of PHP5 was built
375
 
 with the Suhosin patch.
 
374
 dynamically generated pages quickly.
376
375
 
377
376
Package: php5-pspell
378
377
Architecture: any
383
382
 PHP5 is a widely-used general-purpose scripting language that is
384
383
 especially suited for Web development and can be embedded into HTML.
385
384
 The goal of the language is to allow web developers to write
386
 
 dynamically generated pages quickly. This version of PHP5 was built
387
 
 with the Suhosin patch.
 
385
 dynamically generated pages quickly.
388
386
 
389
387
Package: php5-recode
390
388
Architecture: any
395
393
 PHP5 is a widely-used general-purpose scripting language that is
396
394
 especially suited for Web development and can be embedded into HTML.
397
395
 The goal of the language is to allow web developers to write
398
 
 dynamically generated pages quickly. This version of PHP5 was built
399
 
 with the Suhosin patch.
 
396
 dynamically generated pages quickly.
400
397
 
401
398
Package: php5-snmp
402
399
Architecture: any
407
404
 PHP5 is a widely-used general-purpose scripting language that is
408
405
 especially suited for Web development and can be embedded into HTML.
409
406
 The goal of the language is to allow web developers to write
410
 
 dynamically generated pages quickly. This version of PHP5 was built
411
 
 with the Suhosin patch.
 
407
 dynamically generated pages quickly.
412
408
 
413
409
Package: php5-sqlite
414
410
Architecture: any
415
411
Depends: ${shlibs:Depends}, ${misc:Depends}, ${php:Depends}, php5-common (= ${binary:Version})
 
412
Breaks: roundcube-sqlite
416
413
Description: SQLite module for php5
417
414
 This package provides a module allowing you to use the SQLite self-contained
418
415
 database engine from within your PHP scripts, eliminating the need for a full
422
419
 PHP5 is a widely-used general-purpose scripting language that is
423
420
 especially suited for Web development and can be embedded into HTML.
424
421
 The goal of the language is to allow web developers to write
425
 
 dynamically generated pages quickly. This version of PHP5 was built
426
 
 with the Suhosin patch.
 
422
 dynamically generated pages quickly.
427
423
 
428
424
Package: php5-sybase
429
425
Architecture: any
437
433
 PHP5 is a widely-used general-purpose scripting language that is
438
434
 especially suited for Web development and can be embedded into HTML.
439
435
 The goal of the language is to allow web developers to write
440
 
 dynamically generated pages quickly. This version of PHP5 was built
441
 
 with the Suhosin patch.
 
436
 dynamically generated pages quickly.
442
437
 
443
438
Package: php5-tidy
444
439
Architecture: any
454
449
 PHP5 is a widely-used general-purpose scripting language that is
455
450
 especially suited for Web development and can be embedded into HTML.
456
451
 The goal of the language is to allow web developers to write
457
 
 dynamically generated pages quickly. This version of PHP5 was built
458
 
 with the Suhosin patch.
 
452
 dynamically generated pages quickly.
459
453
 
460
454
Package: php5-xmlrpc
461
455
Architecture: any
466
460
 PHP5 is a widely-used general-purpose scripting language that is
467
461
 especially suited for Web development and can be embedded into HTML.
468
462
 The goal of the language is to allow web developers to write
469
 
 dynamically generated pages quickly. This version of PHP5 was built
470
 
 with the Suhosin patch.
 
463
 dynamically generated pages quickly.
471
464
 
472
465
Package: php5-xsl
473
466
Architecture: any
478
471
 PHP5 is a widely-used general-purpose scripting language that is
479
472
 especially suited for Web development and can be embedded into HTML.
480
473
 The goal of the language is to allow web developers to write
481
 
 dynamically generated pages quickly. This version of PHP5 was built
482
 
 with the Suhosin patch.
 
474
 dynamically generated pages quickly.