Subversion Repositories pike

Compare Revisions

Ignore whitespace Rev 177 → Rev 176

/trunk/debian/control
110,9 → 110,8
Package: pike7.8-mysql
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
Description: MySQL modules for Pike
This package contains Pike modules providing access to MySQL
databases: Mysql and Sql.mysql(s).
Description: MySQL module for Pike
This Pike module provides access to MySQL databases.
.
Pike is an interpreted programming language, for more information
see the description of the pike7.8-core package.
120,13 → 119,9
Package: pike7.8-pg
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
Description: PostgreSQL modules for Pike
This package contains Pike module providing access to PostgreSQL
databases: Postgres, Sql.postgres, and Sql.postgres_result.
Description: PostgreSQL module for Pike
This Pike module provides access to PostgreSQL databases.
.
Note: These modules are deprecated in favour of the pure Pike
Sql.pgsql module, which is included in the core package.
.
Pike is an interpreted programming language, for more information
see the description of the pike7.8-core package.
 
133,9 → 128,8
Package: pike7.8-odbc
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
Description: ODBC modules for Pike
This package contains Pike modules providing glue to the ODBC
interface: Odbc, Sql.odbc, and Sql.odbc_result.
Description: ODBC module for Pike
This Pike module provides glue to the ODBC interface.
.
Pike is an interpreted programming language, for more information
see the description of the pike7.8-core package.
145,9 → 139,9
Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
Suggests: pike7.8-image (= ${source:Version})
Description: SVG format support for Pike
This package provides an SVG graphics format module, Image.SVG. It
has been separated from the pike7.8-image module because of its quite
extensive dependencies.
This module provides an SVG graphics format module. It has
been separated from the pike7.8-image module because of its
quite extensive dependencies.
.
Pike is an interpreted programming language, for more information
see the description of the pike7.8-core package.
158,10 → 152,9
Replaces: pike7.8-core (<< 7.8.700-6)
Breaks: pike7.8-core (<< 7.8.700-6)
Suggests: pike7.8-svg (= ${source:Version})
Description: Image modules for Pike
This package provides many powerful image processing functions to
Pike programs. It contains the modules Image (except Image.SVG),
Graphics, Colors, and Protocols.X.XImage.
Description: Image module for Pike
This module provides many powerful image processing functions to
Pike programs.
.
Pike is an interpreted programming language, for more information
see the description of the pike7.8-core package.
199,10 → 192,8
Package: pike7.8-gl
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
Description: Mesa modules for Pike
This package contains the Pike modules providing access to the Mesa
3D graphics library: GL, GLU (GL Utilities), and GLUE (GL Universal
Environment).
Description: Mesa module for Pike
This Pike module provides access to the Mesa 3D graphics library.
.
Pike is an interpreted programming language, for more information
see the description of the pike7.8-core package.
220,9 → 211,8
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
Description: PCRE module for Pike
This Pike module (Regexp.PCRE) enables one to use the PCRE (Perl
compatible regular expressions) library from within the Pike
programs.
This Pike module enables one to use the PCRE (Perl compatible regular
expressions) library from within the Pike programs.
.
Pike is an interpreted programming language, for more information
see the description of the pike7.8-core package.
/trunk/debian/changelog
3,10 → 3,8
* Correct the Replaces and Breaks declarations related to moving
Tools.PV (Closes: #711593).
* Also move compatibility Image module to pike7.8-image.
* Modify package descriptions noting what modules are in each package
and that the Postgres module is deprecated.
 
-- Magnus Holmgren <holmgren@debian.org> Sat, 08 Jun 2013 20:10:12 +0200
-- Magnus Holmgren <holmgren@debian.org> Sat, 08 Jun 2013 19:34:48 +0200
 
pike7.8 (7.8.700-6) unstable; urgency=low