| Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
|
|
does not want. This one is ugly in debian/rules but let's make this nicer later
|
|
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>
|
|
The build process can probably be made more elegant, but for now it
seems to work
|
|
* Update my mail address
|
|
|
|
* Add ${perl:Depends} where required (though probably useless)
* Fix syntax error in apache2-maintscript-helper introduced recently
* Update apache2-doc maintainer scripts
|
|
|
|
|
|
|
|
* 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
|
|
* 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
|
|
* 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
|
|
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-apache/trunk/apache2@1016 01b336ce-410b-0410-9a02-a0e7f243c266
|
|
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
|