summaryrefslogtreecommitdiff
path: root/debian/debhelper/postinst-apache2
AgeCommit message (Collapse)AuthorFilesLines
2013-05-12Move postrm script to prerm to fix 681546Arno Töll1-1/+1
2012-04-27* Implement -r (restart server) switch for dh_apache2Arno Töll1-1/+1
* 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.
2012-03-26* accept a single configuration in apache2_invoke only (BREAKS APIS)Arno Töll1-1/+3
* Fix a double escape bug in the sed wrapper for dh_apache2 * Update dh_apache2 to work with the new apache2_invoke calling conventions
2012-03-18apache2-maintscript-helper improvementsStefan Fritsch1-3/+1
- put EXPORT_APACHE2_MAINTSCRIPT_HELPER check inside helper - some docs tweaks
2012-03-06Extend a2query provide maintscript-helperArno Töll1-8/+4
* 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
2012-02-25Provide dh_apache2Arno Töll1-0/+12
* 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