Subversion Repositories pike

Compare Revisions

Ignore whitespace Rev 176 → Rev 177

/trunk/debian/control
110,8 → 110,9
Package: pike7.8-mysql
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
Description: MySQL module for Pike
This Pike module provides access to MySQL databases.
Description: MySQL modules for Pike
This package contains Pike modules providing access to MySQL
databases: Mysql and Sql.mysql(s).
.
Pike is an interpreted programming language, for more information
see the description of the pike7.8-core package.
119,9 → 120,13
Package: pike7.8-pg
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
Description: PostgreSQL module for Pike
This Pike module provides access to PostgreSQL databases.
Description: PostgreSQL modules for Pike
This package contains Pike module providing access to PostgreSQL
databases: Postgres, Sql.postgres, and Sql.postgres_result.
.
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.
 
128,8 → 133,9
Package: pike7.8-odbc
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
Description: ODBC module for Pike
This Pike module provides glue to the ODBC interface.
Description: ODBC modules for Pike
This package contains Pike modules providing glue to the ODBC
interface: Odbc, Sql.odbc, and Sql.odbc_result.
.
Pike is an interpreted programming language, for more information
see the description of the pike7.8-core package.
139,9 → 145,9
Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
Suggests: pike7.8-image (= ${source:Version})
Description: SVG format support for Pike
This module provides an SVG graphics format module. It has
been separated from the pike7.8-image module because of its
quite extensive dependencies.
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.
.
Pike is an interpreted programming language, for more information
see the description of the pike7.8-core package.
152,9 → 158,10
Replaces: pike7.8-core (<< 7.8.700-6)
Breaks: pike7.8-core (<< 7.8.700-6)
Suggests: pike7.8-svg (= ${source:Version})
Description: Image module for Pike
This module provides many powerful image processing functions to
Pike programs.
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.
.
Pike is an interpreted programming language, for more information
see the description of the pike7.8-core package.
192,8 → 199,10
Package: pike7.8-gl
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
Description: Mesa module for Pike
This Pike module provides access to the Mesa 3D graphics library.
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).
.
Pike is an interpreted programming language, for more information
see the description of the pike7.8-core package.
211,8 → 220,9
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
Description: PCRE module for Pike
This Pike module enables one to use the PCRE (Perl compatible regular
expressions) library from within the Pike programs.
This Pike module (Regexp.PCRE) 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,8 → 3,10
* 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 19:34:48 +0200
-- Magnus Holmgren <holmgren@debian.org> Sat, 08 Jun 2013 20:10:12 +0200
 
pike7.8 (7.8.700-6) unstable; urgency=low