[Pkg-roundcube-maintainers] Bug#503573: roundcube: Please provide 0.2-beta in experimental
Peter Mann
Peter.Mann at tuke.sk
Tue Oct 28 10:29:57 UTC 2008
On Sun, Oct 26, 2008 at 11:05:45PM +0100, Vincent Bernat wrote:
> Unfortunately, roundcube now needs mdb2 which is not packaged for Debian
> yet. Therefore, we need to package it before being able to upload this
> new roundcube to experimental.
packaging of mdb2 is very easy with dh-make-pear from dh-make-php package:
sudo aptitude install dh-make-php
mkdir php-mdb2
cd php-mdb2
dh-make-pear mdb2
cd php-mdb2-2.4.1
dpkg-buildpackage -rfakeroot -uc -b
dpkg -I php-mdb2_2.4.1-1_all.deb
new debian package, version 2.0.
size 191208 bytes: control archive= 2834 bytes.
1607 bytes, 41 lines control
4740 bytes, 59 lines md5sums
Package: php-mdb2
Version: 2.4.1-1
Architecture: all
Maintainer: Peter Mann <peter.mann at tuke.sk>
Installed-Size: 712
Section: web
Priority: optional
Description: database abstraction layer
PEAR MDB2 is a merge of the PEAR DB and Metabase php database
abstraction layers.
.
It provides a common API for all supported RDBMS. The main difference
to most
other DB abstraction packages is that MDB2 goes much further to ensure
portability. MDB2 provides most of its many features optionally that
can be used to construct portable SQL statements:
* Object-Oriented API
* A DSN (data source name) or array format for specifying database
servers
* Datatype abstraction and on demand datatype conversion
* Various optional fetch modes to fix portability issues
* Portable error codes
* Sequential and non sequential row fetching as well as bulk fetching
* Ability to make buffered and unbuffered queries
* Ordered array and associative array for the fetched rows
* Prepare/execute (bind) named and unnamed placeholder emulation
* Sequence/autoincrement emulation
* Replace emulation
* Limited sub select emulation
* Row limit emulation
* Transactions/savepoint support
* Large Object support
* Index/Unique Key/Primary Key support
* Pattern matching abstraction
* Module framework to load advanced functionality on demand
* Ability to read the information schema
* RDBMS management methods (creating, dropping, altering)
* Reverse engineering schemas from an existing database
* SQL function call abstraction
* Full integration into the PEAR Framework
* PHPDoc API documentation
--
5o Peter.Mann at tuke.sk
More information about the Pkg-roundcube-maintainers
mailing list