[Pkg-php-commits] [php/debian-sid] Build the intl extension

Raphael Geissert geissert at debian.org
Sun Feb 7 23:17:14 UTC 2010


---
 debian/control    |   11 +++++++++++
 debian/modulelist |    1 +
 debian/rules      |    1 +
 3 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/debian/control b/debian/control
index faf9bb6..e4375d1 100644
--- a/debian/control
+++ b/debian/control
@@ -282,6 +282,17 @@ Description: interbase/firebird module for php5
  in. The goal of the language is to allow web developers to write dynamically
  generated pages quickly. This version of PHP5 was built with the Suhosin patch.
 
+Package: php5-intl
+Architecture: any
+Depends: ${shlibs:Depends}, ${php:Depends}, ${misc:Depends}, php5-common (= ${binary:Version})
+Description: internationalisation module for php5
+ This package provides a module to ease internationalisation of PHP scripts.
+ .
+ PHP5 is an HTML-embedded scripting language. Much of its syntax is borrowed
+ from C, Java and Perl with a couple of unique PHP-specific features thrown
+ in. The goal of the language is to allow web developers to write dynamically
+ generated pages quickly. This version of PHP5 was built with the Suhosin patch.
+
 Package: php5-ldap
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${php:Depends}, php5-common (= ${binary:Version})
diff --git a/debian/modulelist b/debian/modulelist
index 36ea724..bd37773 100644
--- a/debian/modulelist
+++ b/debian/modulelist
@@ -4,6 +4,7 @@ gd GD
 gmp GMP
 imap IMAP
 interbase Interbase
+intl Internationalisation
 ldap LDAP
 mcrypt MCrypt
 mysql MySQL
diff --git a/debian/rules b/debian/rules
index a160841..3a2365b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -105,6 +105,7 @@ COMMON_CONFIG=--build=$(DEB_BUILD_GNU_TYPE) \
 		--enable-exif \
 		--enable-ftp \
 		--with-gettext \
+		--enable-intl \
 		--enable-mbstring \
 		--with-pcre-regex=/usr \
 		--enable-shmop \
-- 
1.6.3.3





More information about the Pkg-php-commits mailing list