package: zendframework
version: 1.10.8-1
tags: patch
Hi,
debcheck reports a problem with the Suggests in the control file of this
package. I believe that the php5-sqlite3 referenced is the old name of
the package built by php5, therefore just php5-sqlite is acceptable.
A debdiff is attached with these small changes.
Hope it helps and thank you.
Roy Jamison
diff -u zendframework-1.10.8/debian/control zendframework-1.10.8/debian/control
--- zendframework-1.10.8/debian/control
+++ zendframework-1.10.8/debian/control
@@ -9,7 +9,7 @@
Package: zendframework
Architecture: all
Depends: ${misc:Depends}, php5
-Suggests: php5-curl, php5-gd, php5-imap, php5-ldap, php5-mysql, php5-pgsql, php5-json, php5-sqlite, php5-sqlite3
+Suggests: php5-curl, php5-gd, php5-imap, php5-ldap, php5-mysql, php5-pgsql, php5-json, php5-sqlite
Description: powerful PHP framework
Extending the art & spirit of PHP, Zend Framework is based on simplicity,
object-oriented best practices, corporate friendly licensing, and a rigorously
diff -u zendframework-1.10.8/debian/changelog zendframework-1.10.8/debian/changelog
--- zendframework-1.10.8/debian/changelog
+++ zendframework-1.10.8/debian/changelog
@@ -1,3 +1,11 @@
+zendframework (1.10.8-1.1) unstable; urgency=low
+
+ * NMU upload:
+ - Remove Suggests on php5-sqlite3 for debcheck since the package
+ is php5-sqlite and is no longer built by php5 under that name
+
+ -- Roy Jamison <[email protected]> Sun, 14 Nov 2010 20:39:23 +0000
+
zendframework (1.10.8-1) experimental; urgency=low
* new upstream release