tags 343610 +patch
thanks

> Flyspray from unstable (currently 0.9.8-5) depends on phpapi, which obviously
> isn't correct. phpapi is (AFAIK) only used by PHP modules, but correct me if
> I'm wrong!

You are correct, phpapi should only be used as a dependency by PHP
modules. PHP applications like flyspray don't use the API and shouldn't
depend on it.

Attached patch fixes the problem.


bye,
Thijs
diff -ur flyspray-0.9.8.orig/debian/control flyspray-0.9.8/debian/control
--- flyspray-0.9.8.orig/debian/control	2005-12-19 13:46:56.000000000 +0100
+++ flyspray-0.9.8/debian/control	2005-12-19 13:44:16.000000000 +0100
@@ -7,7 +7,7 @@
 
 Package: flyspray
 Architecture: all
-Depends: debconf (>> 0.5.00) | debconf-2.0, apache2 | httpd,  phpapi-20041030 | phpapi-20050606, php5-mysql |  php4-mysql | php4-pgsql | php4-pgsql, libphp-adodb (>= 4.50-1), ucf (>= 0.28), wwwconfig-common (>= 0.0.13)
+Depends: debconf (>> 0.5.00) | debconf-2.0, apache2 | httpd, libapache2-mod-php5 | libapache-mod-php5 | php5-cgi | php5 | libapache2-mod-php4 | libapache-mod-php4 | php4-cgi | php4, php5-mysql |  php4-mysql | php4-pgsql | php4-pgsql, libphp-adodb (>= 4.50-1), ucf (>= 0.28), wwwconfig-common (>= 0.0.13)
 Recommends: graphviz, php5-cli | php4-cli
 Description: lightweight Bug Tracking System (BTS) in PHP
  Flyspray is an easy to use BTS for those who don't require all the complexities

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to