From f5ab7b925ceb50a87e2bbf8f226aba140316e661 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Mon, 19 Sep 2005 23:02:49 +0000 Subject: [PATCH] change Maintainer: field, fix php4-* package dependencies SVN-Revision: 1947 --- openwrt/package/php4/ipkg/php4-cgi.control | 5 +++-- openwrt/package/php4/ipkg/php4-cli.control | 5 +++-- openwrt/package/php4/ipkg/php4-fastcgi.control | 5 +++-- openwrt/package/php4/ipkg/php4-mod-ftp.control | 4 ++-- openwrt/package/php4/ipkg/php4-mod-gd.control | 4 ++-- openwrt/package/php4/ipkg/php4-mod-ldap.control | 4 ++-- openwrt/package/php4/ipkg/php4-mod-mysql.control | 4 ++-- openwrt/package/php4/ipkg/php4-mod-openssl.control | 4 ++-- openwrt/package/php4/ipkg/php4-mod-pcre.control | 4 ++-- openwrt/package/php4/ipkg/php4-mod-pgsql.control | 4 ++-- openwrt/package/php4/ipkg/php4-mod-session.control | 4 ++-- openwrt/package/php4/ipkg/php4-mod-sockets.control | 4 ++-- openwrt/package/php4/ipkg/php4-mod-sqlite.control | 4 ++-- openwrt/package/php4/ipkg/php4-mod-xml.control | 4 ++-- 14 files changed, 31 insertions(+), 28 deletions(-) diff --git a/openwrt/package/php4/ipkg/php4-cgi.control b/openwrt/package/php4/ipkg/php4-cgi.control index 4ba837711e..46f87357ae 100644 --- a/openwrt/package/php4/ipkg/php4-cgi.control +++ b/openwrt/package/php4/ipkg/php4-cgi.control @@ -3,7 +3,8 @@ Priority: optional Section: net Version: [TBDL] Architecture: [TBDL] -Maintainer: Anael Orlinski , Nico +Maintainer: OpenWrt Developers Team , Anael Orlinski Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php4/ -Description: PHP4 compiled as for CGI Provides: php4 +Depends: libopenssl, zlib +Description: PHP4 compiled as for CGI diff --git a/openwrt/package/php4/ipkg/php4-cli.control b/openwrt/package/php4/ipkg/php4-cli.control index 7e54a16d57..dc927b7e1e 100644 --- a/openwrt/package/php4/ipkg/php4-cli.control +++ b/openwrt/package/php4/ipkg/php4-cli.control @@ -3,7 +3,8 @@ Priority: optional Section: net Version: [TBDL] Architecture: [TBDL] -Maintainer: Anael Orlinski , Nico +Maintainer: OpenWrt Developers Team , Anael Orlinski Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php4/ -Description: PHP4 CLI (Command Line Interface) Provides: php4 +Depends: libopenssl, zlib +Description: PHP4 CLI (Command Line Interface) diff --git a/openwrt/package/php4/ipkg/php4-fastcgi.control b/openwrt/package/php4/ipkg/php4-fastcgi.control index 1326f7bdde..61d383b28b 100644 --- a/openwrt/package/php4/ipkg/php4-fastcgi.control +++ b/openwrt/package/php4/ipkg/php4-fastcgi.control @@ -3,7 +3,8 @@ Priority: optional Section: net Version: [TBDL] Architecture: [TBDL] -Maintainer: Anael Orlinski , Nico +Maintainer: OpenWrt Developers Team , Anael Orlinski Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php4/ -Description: PHP4 compiled for FastCGI (for use with libhttpd-fastcgi) Provides: php4 +Depends: libopenssl, zlib +Description: PHP4 compiled for FastCGI (for use with libhttpd-fastcgi) diff --git a/openwrt/package/php4/ipkg/php4-mod-ftp.control b/openwrt/package/php4/ipkg/php4-mod-ftp.control index 9aaaeed78d..702b75ea57 100644 --- a/openwrt/package/php4/ipkg/php4-mod-ftp.control +++ b/openwrt/package/php4/ipkg/php4-mod-ftp.control @@ -3,7 +3,7 @@ Priority: optional Section: net Version: [TBDL] Architecture: [TBDL] -Maintainer: Anael Orlinski , Nico +Maintainer: OpenWrt Developers Team , Anael Orlinski Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php4/ -Description: FTP module for PHP4 Depends: php4 +Description: FTP module for PHP4 diff --git a/openwrt/package/php4/ipkg/php4-mod-gd.control b/openwrt/package/php4/ipkg/php4-mod-gd.control index 5e946c4e6b..a3f203ff00 100644 --- a/openwrt/package/php4/ipkg/php4-mod-gd.control +++ b/openwrt/package/php4/ipkg/php4-mod-gd.control @@ -3,7 +3,7 @@ Priority: optional Section: net Version: [TBDL] Architecture: [TBDL] -Maintainer: Anael Orlinski , Nico +Maintainer: OpenWrt Developers Team , Anael Orlinski Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php4/ -Description: GD module for PHP4 Depends: php4, libgd, libpng +Description: GD module for PHP4 diff --git a/openwrt/package/php4/ipkg/php4-mod-ldap.control b/openwrt/package/php4/ipkg/php4-mod-ldap.control index c8c52c4a4b..1143eac730 100644 --- a/openwrt/package/php4/ipkg/php4-mod-ldap.control +++ b/openwrt/package/php4/ipkg/php4-mod-ldap.control @@ -3,7 +3,7 @@ Priority: optional Section: net Version: [TBDL] Architecture: [TBDL] -Maintainer: Anael Orlinski , Nico +Maintainer: OpenWrt Developers Team , Anael Orlinski Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php4/ -Description: LDAP module for PHP4 Depends: php4, libopenldap +Description: LDAP module for PHP4 diff --git a/openwrt/package/php4/ipkg/php4-mod-mysql.control b/openwrt/package/php4/ipkg/php4-mod-mysql.control index ae0818a362..48de296977 100644 --- a/openwrt/package/php4/ipkg/php4-mod-mysql.control +++ b/openwrt/package/php4/ipkg/php4-mod-mysql.control @@ -3,7 +3,7 @@ Priority: optional Section: net Version: [TBDL] Architecture: [TBDL] -Maintainer: Anael Orlinski , Nico +Maintainer: OpenWrt Developers Team , Anael Orlinski Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php4/ -Description: MySQL module for PHP4 Depends: php4, libmysqlclient +Description: MySQL module for PHP4 diff --git a/openwrt/package/php4/ipkg/php4-mod-openssl.control b/openwrt/package/php4/ipkg/php4-mod-openssl.control index 926c28396f..476bd2a2f2 100644 --- a/openwrt/package/php4/ipkg/php4-mod-openssl.control +++ b/openwrt/package/php4/ipkg/php4-mod-openssl.control @@ -3,7 +3,7 @@ Priority: optional Section: net Version: [TBDL] Architecture: [TBDL] -Maintainer: Anael Orlinski , Nico +Maintainer: OpenWrt Developers Team , Anael Orlinski Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php4/ -Description: OpenSSL module for PHP4 Depends: php4, libopenssl +Description: OpenSSL module for PHP4 diff --git a/openwrt/package/php4/ipkg/php4-mod-pcre.control b/openwrt/package/php4/ipkg/php4-mod-pcre.control index da0efe0d55..9ae420d615 100644 --- a/openwrt/package/php4/ipkg/php4-mod-pcre.control +++ b/openwrt/package/php4/ipkg/php4-mod-pcre.control @@ -3,7 +3,7 @@ Priority: optional Section: net Version: [TBDL] Architecture: [TBDL] -Maintainer: Anael Orlinski , Nico +Maintainer: OpenWrt Developers Team , Anael Orlinski Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php4/ -Description: PCRE module for PHP4 Depends: php4, libpcre +Description: PCRE module for PHP4 diff --git a/openwrt/package/php4/ipkg/php4-mod-pgsql.control b/openwrt/package/php4/ipkg/php4-mod-pgsql.control index bf813c76c8..39eb48186d 100644 --- a/openwrt/package/php4/ipkg/php4-mod-pgsql.control +++ b/openwrt/package/php4/ipkg/php4-mod-pgsql.control @@ -3,7 +3,7 @@ Priority: optional Section: net Version: [TBDL] Architecture: [TBDL] -Maintainer: Anael Orlinski , Nico +Maintainer: OpenWrt Developers Team , Anael Orlinski Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php4/ -Description: PostgreSQL module for PHP4 Depends: php4, libpq +Description: PostgreSQL module for PHP4 diff --git a/openwrt/package/php4/ipkg/php4-mod-session.control b/openwrt/package/php4/ipkg/php4-mod-session.control index 84b38e1fea..dd116c616b 100644 --- a/openwrt/package/php4/ipkg/php4-mod-session.control +++ b/openwrt/package/php4/ipkg/php4-mod-session.control @@ -3,7 +3,7 @@ Priority: optional Section: net Version: [TBDL] Architecture: [TBDL] -Maintainer: Anael Orlinski , Nico +Maintainer: OpenWrt Developers Team , Anael Orlinski Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php4/ -Description: Sessions module for PHP4 Depends: php4 +Description: Sessions module for PHP4 diff --git a/openwrt/package/php4/ipkg/php4-mod-sockets.control b/openwrt/package/php4/ipkg/php4-mod-sockets.control index d4be5dbdcd..154d0c1df1 100644 --- a/openwrt/package/php4/ipkg/php4-mod-sockets.control +++ b/openwrt/package/php4/ipkg/php4-mod-sockets.control @@ -3,7 +3,7 @@ Priority: optional Section: net Version: [TBDL] Architecture: [TBDL] -Maintainer: Anael Orlinski , Nico +Maintainer: OpenWrt Developers Team , Anael Orlinski Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php4/ -Description: Sockets module for PHP4 Depends: php4 +Description: Sockets module for PHP4 diff --git a/openwrt/package/php4/ipkg/php4-mod-sqlite.control b/openwrt/package/php4/ipkg/php4-mod-sqlite.control index 4a60d68ccf..58d3c8bd0f 100644 --- a/openwrt/package/php4/ipkg/php4-mod-sqlite.control +++ b/openwrt/package/php4/ipkg/php4-mod-sqlite.control @@ -3,7 +3,7 @@ Priority: optional Section: net Version: [TBDL] Architecture: [TBDL] -Maintainer: Anael Orlinski , Nico +Maintainer: OpenWrt Developers Team , Anael Orlinski Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php4/ -Description: SQLite module for PHP4 Depends: php4, libsqlite2 +Description: SQLite module for PHP4 diff --git a/openwrt/package/php4/ipkg/php4-mod-xml.control b/openwrt/package/php4/ipkg/php4-mod-xml.control index 235dd7a8b3..223cccf5cf 100644 --- a/openwrt/package/php4/ipkg/php4-mod-xml.control +++ b/openwrt/package/php4/ipkg/php4-mod-xml.control @@ -3,7 +3,7 @@ Priority: optional Section: net Version: [TBDL] Architecture: [TBDL] -Maintainer: Anael Orlinski , Nico +Maintainer: OpenWrt Developers Team , Anael Orlinski Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php4/ -Description: XML module for PHP4 Depends: php4, libexpat +Description: XML module for PHP4 -- 2.30.2