| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
* Add a third (optional) attribute to apache2_invoke
* Remove break statements from apache2-maintscript-helper. In a shell case this
does not what I think it would.
|
|
* Fix a double escape bug in the sed wrapper for dh_apache2
* Update dh_apache2 to work with the new apache2_invoke calling conventions
|
|
- put EXPORT_APACHE2_MAINTSCRIPT_HELPER check inside helper
- some docs tweaks
|
|
* Parse meta variables of a2query in debian/rules, generate file from a2query.in
* Remove stubs in dh_apache2 to call a2query instead
* Add a dh-apache2 package for now
* Provide an apache2-maintscript-helper which can be called from maintainer
scripts, change postinst logic in dh_apache2 to make use of it
* Determine the Apache API version at build time for debian/control
* Adapt debian/rules to parse *.in files
|
|
* Provide dh_apache2 which can be used by reverse dependencies to build their
packages. dh_apache2 can install files to /etc/apache2/{conf, sites,
mods}_available and /usr/lib/apache2/modules. It also manages maintainer
scripts.
* Provide a dh(1) sequence addon calling dh_apache2 upon request
* Warning: dh_apache2 should not reside in apache2-dev in the end. The
backend information interface is a stub only. dh_apache2 needs a dependency
against debhelper >= 7.0.50, but I omitted that for now, as apache2-dev is not
where this tool should be provided
|