Opened 11 years ago
Closed 11 years ago
#4 closed task (fixed)
ITP: phptop 0.1
Reported by: | Vincent Caron | Owned by: | zecrazytux |
---|---|---|---|
Priority: | minor | Component: | GPS_reader |
Keywords: | Cc: |
Description
Goal: provides a arch:all (no binary) package for PhpTop with relaxed dependencies on PHP and Perl in order to work with Etch, Lenny, Squeeze and Sid (they all have PHP >=5.2 anyway).
It depends on perl (I believe no post-5.6 features are used so we're cool with 5.8 and 5.10) and libwww-perl (no specific version required).
It may suggest or recommend php5-cgi|libapache2-mod-php5|libapache2-mod-php5filter (without a server-side SAPI phptop is not really exciting).
It might install itself by creating a file such as /etc/php5/conf.d/phptop.ini with this content:
auto_prepend_file=/usr/share/phptop/phptop_hook.php
And should run 'apache2ctl reload' if relevant, maybe check the policy and code in php5-gd postinst for instance.
phptop itself is a classic /usr/bin userland program.
To be published on http://deb.bearstech.com/ - and later pushed to Debian.
Change History (2)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
I just installed it (0.1-2) on one of our servers (petzamp) and it did the right thing (tm). Great !
0.2 will follow soon.
(In [232]) Initial packaging of phptop, see #4