summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-03-19Update changelog for pending upload to experimentaldebian/2.4.1-1Stefan Fritsch1-1/+1
2012-03-19Purge some more directoriesStefan Fritsch1-1/+3
2012-03-19Don't build apache2.2-bin transitional packageStefan Fritsch2-11/+1
We don't need it and it may even create trouble if the config included in gnome-user-share doesn't work with 2.4
2012-03-19make suexec packages depend on -binStefan Fritsch1-4/+2
To make sure suexec is removed when apache2 is
2012-03-19Update paths in docsStefan Fritsch6-7/+7
2012-03-19make -dbg depend only on apache2-bin, not on apache2Stefan Fritsch1-1/+1
2012-03-19* Change MPM transition packages to arch:allArno Töll6-17/+14
* Add ${perl:Depends} where required (though probably useless) * Fix syntax error in apache2-maintscript-helper introduced recently * Update apache2-doc maintainer scripts
2012-03-18Rename dh_apache2 to dh_apache2.in, process it from debian/rulesArno Töll3-30/+16
2012-03-18Merge dh-apache2 into apache2-devStefan Fritsch6-22/+17
2012-03-18More clarification/spelling fixes in dh_apache2Arno Töll1-12/+13
2012-03-18apache2-maintscript-helper improvementsStefan Fritsch4-24/+18
- put EXPORT_APACHE2_MAINTSCRIPT_HELPER check inside helper - some docs tweaks
2012-03-18Correct docs. Modules are installed by using a "mod" type. Thanks to sf forArno Töll1-5/+5
catching this.
2012-03-18fix typos and improve wordingStefan Fritsch1-30/+31
2012-03-18More tweaks of load order depsStefan Fritsch1-5/+5
Remove include of mods-enabled/bar.conf because for the overwhelming majority of modules, it does not make a difference.
2012-03-18Document pre-load dependenciesArno Töll1-2/+20
2012-03-18small tweaks, TODOStefan Fritsch1-2/+4
2012-03-18Add manpage for a2query, add links to dh_apache2's manpageArno Töll5-0/+78
2012-03-18Change apache2-maintscript-helper license to MIT. It's basically the sameArno Töll2-18/+33
wording, but using a well known license instead of own wording
2012-03-18Install manpages for dh_apache2 being generated by pod2manArno Töll4-1/+4
2012-03-18remove code that duplicates refresh_modules() functionalityStefan Fritsch1-7/+0
2012-03-18Use new names for MaxClients and MaxRequestsPerChildStefan Fritsch3-28/+25
2012-03-18More docs fixesStefan Fritsch2-15/+16
2012-03-18Such a hook into postrm turned out not to work, remove itStefan Fritsch1-7/+0
Use case 1) apt-get --purge dist-upgrade: Here the old package is purged before any preinst can trigger the hook Use case 2) Prevent havoc from old package's postrm: Here the file triggering the hook would have to stay around until the old package is purged. Therefore the right place for such a file is definitely not in /etc. But we hope we don't need this anymore, anyway, because we now have separate packages for ABI and config files.
2012-03-18Updates/Fixes/ClarificationsStefan Fritsch1-23/+24
2012-03-18Rename PROGRAMMING -> PACKAGINGStefan Fritsch5-4/+4
2012-03-17die on unparsable output from apache2ctl -VStefan Fritsch1-1/+1
2012-03-17enable more modules during new install, alwayw enable access_compatStefan Fritsch1-36/+17
Without access_compat, nearly no legacy .htaccess file will work. Also enable new dependencies for already enabled modules
2012-03-17purge apache2.2-common's postrmStefan Fritsch1-0/+10
Otherwise it would cause havoc on purge
2012-03-17add some debug outputStefan Fritsch2-0/+4
2012-03-17force removal of apache2.2-bin, apache2.2-commonStefan Fritsch1-4/+5
Use conflicts not breaks
2012-03-17guess MPM from .load file if config is brokenStefan Fritsch1-0/+17
2012-03-17another todo, debug outputStefan Fritsch1-0/+2
2012-03-17Enable mod_filter on upgrade, note TODOsStefan Fritsch1-1/+3
2012-03-17AddOutputFilterByType needs mod_filter nowStefan Fritsch1-0/+3
compress application/xml
2012-03-17disable verbose build by defaultStefan Fritsch1-1/+1
2012-03-16unexpand tabs, no code changeStefan Fritsch4-162/+162
2012-03-14Fix error handlingStefan Fritsch1-2/+2
the build should abort if one of the sub-commands fails
2012-03-14Add some quotingStefan Fritsch1-7/+7
better be safe than sorry
2012-03-14Treat old version of httpd.conf as unchangedStefan Fritsch1-1/+3
This version came with some 2.0.x package
2012-03-14Fix lintian -I complaintsStefan Fritsch2-23/+0
- don't repeat source package's priority - remove unused license paragraph GPL-2.0+
2012-03-13More docs updatesArno Töll3-17/+5
2012-03-13Refactor patches (again)Arno Töll14-171/+107
* aggregate all apxs related patch into a single one, drop obsolete hunks * give all patches a .patch sufifix, drop squence numbers quilt takes care about the order * Update references to the patch in debian/patches/series and debian/rules
2012-03-12Update the bug report script a bitArno Töll4-18/+41
2012-03-11Update changelog, document Lintian overrides, update maintainer scriptsArno Töll10-588/+512
* Update debian/copyright for Apache 2.4. While I was at it, I switched to DEP-5 * Update maintainer scripts for apache2-doc to use the maintscript-helper * Update descriptions of MPM transitional packages * Document Lintian overrides * Make changelog.Debian.gz in apache2-data a symlink to apache2's changelog. Lintian won't like that. Me neither. Bad bad bad Arno.
2012-03-09Fix some bugs, but make us much more work reallyArno Töll2-4/+14
2012-03-09* Declare copyrights in a2query.in and apache2-maintscript-helperArno Töll4-3/+55
* Fix watch file (thanks to nirgal for the hint)
2012-03-09Fix regression in debian/rules introduced in ↵Arno Töll1-0/+1
5dae324701fd5e3a860680f09a1b47b01c7df8e9
2012-03-09Update documentationArno Töll6-61/+390
* Write PROGRAMMING hints to module and web application packagers * Document functions in apache2-maintscript-helper * Update README.Debian with changes introduced in 2.4 * Stylistic fixes in apache2.conf's embedded documentation
2012-03-07Add MPM transitional packageArno Töll3-23/+70
* Add transitional packages for MPMs (except itk which breaks upgrades for users which did not have apache2 installed. On purpose? * Fix an evil bug in postinst [ -n $foo ] != [ -n "$foo" ] * Guess whether to enable mod_access_compat
2012-03-06Extend a2query provide maintscript-helperArno Töll11-46/+184
* 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