Package: jffnms
Version: 0.8.2-4
Severity: wishlist
Tags: patch

Upstream has supported php5 since 0.7.9, however the .deb still requires 
php4. This can be an issue on systems that have been migrated to php5.
Attached is a simple patch to rectify this - all it does is alter debian/control
This has been tested and the package functions fine.



On another note (and I've verified this on several machines) both the
modified and unmodified package sources give this error on build (probably
nothing, but thought I'd chuck it in just on the offchance):
tar: -: file name read contains nul character




-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
--- jffnms-0.8.2/debian.old/control     2006-08-29 16:45:08.000000000 +0100
+++ jffnms-0.8.2/debian/control 2006-08-29 16:34:13.000000000 +0100
@@ -7,7 +7,7 @@
 
 Package: jffnms
 Architecture: all
-Depends: adduser, php4, php4-cli, php4-mysql | php4-pgsql, php4-snmp, rrdtool, 
php4-gd | php4-gd2, apache2 | httpd , dbconfig-common
+Depends: adduser, php4 | php5, php4-cli | php5-cli, php4-mysql | php4-pgsql | 
php5-mysql | php5-pgsql, php4-snmp | php5-snmp, rrdtool, php4-gd | php4-gd2 | 
php5-gd, apache2 | httpd , dbconfig-common
 Recommends: ntp, nmap, fping
 Suggests: tac-plus, snmpd, smokeping, syslog-ng, tftpd, smsclient
 Pre-Depends: debconf | debconf-2.0

Reply via email to