summaryrefslogtreecommitdiff
path: root/debian/clean
AgeCommit message (Collapse)AuthorFilesLines
2016-08-10Fix conffiles from wheezy upgradeStefan Fritsch1-0/+3
Some conffile may have got the wrong content during upgrade from wheezy to early jessie versions. In order to fix this without dpkg prompting the user, we need to replace those conffiles during preinst. Unfortunately, in preinst the package is not yet unpacked so we cannot access any of its files. Therefore, the correct conffile content is embedded in a base64 encoded tarball in the preinst script.
2016-07-05Revert "Fix conffiles from wheezy upgrade"Stefan Fritsch1-3/+0
Revert fix for now. Will upload 2.4.23 first and then include the fix in a later upload when it got more testing. This reverts commit be57de2935c807f7fef290d96ce699fc160f0036.
2016-05-29Fix conffiles from wheezy upgradeStefan Fritsch1-0/+3
Some conffile may have got the wrong content during upgrade from wheezy to early jessie versions. In order to fix this without dpkg prompting the user, we need to replace those conffiles during preinst. Unfortunately, in preinst the package is not yet unpacked so we cannot access any of its files. Therefore, the correct conffile content is embedded in a base64 encoded tarball in the preinst script.
2016-04-10Use pthread mutexes on linuxStefan Fritsch1-0/+1
kfreebsd/hurd lack robust pthred mutexes. Therefore we need to keep using fcntl there. For fcnl, we need to specify the directory in apache2.conf explicitly, to support multi-instance setups. To achieve this, we add a marker to apache2.conf that is removed or replaced by a '#' during build, depending on the OS.
2015-06-07d/clean: Removed apache2-mpm-*.postinstJean-Michel Vourgère1-4/+0
2013-06-07Yet another symlink hack in maintainer scripts to link docs because dpkg ↵Arno Töll1-0/+4
does not want. This one is ugly in debian/rules but let's make this nicer later
2013-01-29don't patch files in the source package after unpackingBernhard R. Link1-0/+1
Move all the patches or parts of patches touching non-itk specific files (i.e. those from the upstream tarball) directly in the debian/patches/series series. While this seperates the itk patches into two heaps, it makes both more visible what changes happen to the general code (and thus are also done to the other servers generated) and avoids patching any shipped files after the source package in unpacked, as only changes to copied files remain in debian/patches/itk/. This also removes the need for unpatching, as cleaning up can be done by just removing copied files. Signed-off-by: Arno Töll <arno@debian.org>
2012-04-15Re-add the ITK MPM.Stefan Fritsch1-1/+0
The build process can probably be made more elegant, but for now it seems to work
2012-04-01* Drop update-alternatives call in postrmArno Töll1-2/+0
* Update my mail address
2012-03-22Remove suexec alternatives properly. Fixes #665002Arno Töll1-0/+2
2012-03-19* Change MPM transition packages to arch:allArno Töll1-1/+1
* 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öll1-0/+1
2012-03-18Add manpage for a2query, add links to dh_apache2's manpageArno Töll1-0/+1
2012-03-18Install manpages for dh_apache2 being generated by pod2manArno Töll1-0/+1
2012-03-06Extend a2query provide maintscript-helperArno Töll1-0/+1
* 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-01-20* Do not generate suexec.install files from .in anymoreArno Töll1-28/+14
* Do not remove generated files in debian/rules anymore but in debian/clean * Rename debian/default-index.html -> debian/index.html * Drop debian/README.source - it is obsolete
2012-01-02* Use more debhelper functions to simplify debian/rules.Stefan Fritsch1-0/+10
* Add misc-depends to various packages to make lintian happy. * Change build-dep from libcap2-dev to libcap-dev because of package rename. git-svn-id: svn+ssh://svn.debian.org/svn/pkg-apache/trunk/apache2@1112 01b336ce-410b-0410-9a02-a0e7f243c266
2012-01-02merge apache2 and apache2-mpm-itk and add Steinar to UploadersStefan Fritsch1-0/+4
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-apache/trunk/apache2@1016 01b336ce-410b-0410-9a02-a0e7f243c266
2012-01-02- using symlinks in /usr/share/doc is nice but requires special care on ↵Stefan Fritsch1-0/+14
upgrade :-( - while there, switch to dh 7 and refactor debian/rules a bit git-svn-id: svn+ssh://svn.debian.org/svn/pkg-apache/trunk/apache2@933 01b336ce-410b-0410-9a02-a0e7f243c266