Skip to content

Configs debian builds of php5 pecl modules to have useful postinst, prerm, etc. scripts.

License

Notifications You must be signed in to change notification settings

S2Games/php5-pecl-deb

Repository files navigation

php5-pecl-deb

Configs debian builds of php5 pecl modules to have useful postinst, prerm, etc. scripts.

Why

dh-make-pecl does not include sane postinst, prerm, etc. maintainer scripts. The dotdeb packages include scripts that enable/disable the module as it gets installed/removed. That's where this tool comes in, it puts those scripts into the package.

Use

Replace [module] with the module you want to build (e.g. redis).

dh-make-pecl --phpversion 5 --prefix php5- [module]
cd php5-[module]
/path/to/config.sh [module] ./debian
./debian/rules binary

Thanks

Thanks to Guillaume Plessis for his awesome work with dotdeb and creating the scripts these are based off.

About

Configs debian builds of php5 pecl modules to have useful postinst, prerm, etc. scripts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages