* Non-maintainer upload.
* Switch Build-Depends to default-libmysqlclient-dev.
(Closes: #830362, #790466)
* Non-maintainer upload.
* d/rules: Added --with=autotools-dev, this fixes FTBFS on arm64.
* Dropped unused files d/*install and d/*dirs.
* Non-maintainer upload.
[ Thomas Goirand ]
* Added debian/gbp.conf
* Switched to dh short style, and using dh-apache2 (build depend on it).
[ Jean-Michel Vourgère ]
* Dropped dependencies on obsolete apache2-mpm-* packages. (Closes: #717472).
* Removed references to apache 1.3 and 2.0 from package descriptions.
* Added Vcs-* fields.
* Patches configure script to search libdbi in a multiarch system
(Closes: #738377, #542078).
* Calls dh_autotools-dev_updateconfig before the configuration script,
thanks to Matthias Klose <doko@debian.org> for reporting (Closes: #727392).
* Fixes misnamed in create_tables.sql (Closes: #520388).
* Fixed long description (Closes: #700583).
* Rebuilt for apache 2.4 (Closes: #666797):
- Build-depends on apache2-dev and not the prefork version.
- Adds patch for the 2.4 API.
* Ran warp-and-sort.
* debian/copyright in parsable format 1.0.
* Standard-Version is now 3.9.4.
* Non-maintainer upload.
* Remove deprecated dpatch and upgrade to packaging format "3.0 quilt".
* Update to Standards-Version to 3.9.3 and debhelper to 9.
* Add ${misc:Depends} and correct spelling of "Apache" in control file.
* Add build-arch and build-indep targets; use dh_prep in rules file.
* Correct Lintian command-with-path-in-maintainer-script by using
standards ":" shell operator instead of /bin/true in *.{post*,pre*}.
* Non-maintainer upload.
* Pick up the pieces of the libdbi transition: change the libdbi0-dev
build-dependency to libdbi-dev. (Closes: #635660)
* Drop the obsolete conflicts against libdbi0.
* Added doc about how to create the score_board table (Closes: #499436).
* Updated dependencies to apache2-mpm-prefork | apache2-mpm-itk, so both can
be setup (Closes: #494306). As of today, mod_log_sql still doesn't support
apache with threads.
* Reverted the "patch for funny table names" as it's only working for MySQL
and it's preventing other backends from working.
* The extended description contained "Created for apache-2.0." This is now
updated to Apache 2 (Closes: #471546).
* This version now includes a patch for funny table names, so that they are
escaped using the ` character in the MySQL queries. This corrects the bug
sent in the Ubuntu's launchpad.
* Now the debian/rules clean target also removes: Makefile config.h
config.nice contrib/Makefile docs/Makefile stamp-h (as they are made by the
./configure). This removes some lintian warnings.
* NMU
* -11 was supposed to be uploaded in order to make a new version of the
package, using the new ABI of libdbi-0.8.2. Changed the build
dependency to reflect this: libdbi0-dev (>= 0.8.2)
* Because of a change of at least type in libdbi, added an entry in the
control file: Conflicts: libdbi0 (< 0.8.2)
* This is release -10 because we have -9 in our GPLHost private repository,
please forgive me, if version -9 was never release into Debian, but I
really don't want to messup with our production servers.
* Changed to the new style of dependency (= ${binary:Version}) instead of
(= ${Source:Version})
* Remove the build for apache 1.3 and it's depends (Closes: #429090)
* Changed the score board patch from "INSERT INGORE INTO" to a better
"BEGIN ; INSERT INTO [...] ; COMMIT" if using pgsql, so the score board
patch can work under pgsql too, thanks to James Cloos <cloos@jhcloos.com>
for the idea. Note that this included some bigger modifications to the
modules so the statements can differ depending on the driver used.
(Closes: #425027)
* There is now a check if apache returns - (dash) as the number
of bytes sent, so it doesn't fill up your error.log with MySQL
error messages when no bytes are sent.
* Remove the use of debconf. (Closes: #402809)
* and thus no template correction (Closes: #402657)
* libapache-mod-log-sql uses debconf like libapache2-mod-log-sql
to warn about where is the dump example
* Fix: debconf files added (was missing and breaking install).
* Fix: libapache-mod-log-sql files (man pages) don't conflict with
libapache2-mod-log-sql anymore
* Fix: the .pl scripts for libapache-mod-log-sql are now installed
without the extension and not twice as before.
* Added libapache2-mod-log-sql to the build.
* Initial Release.
* Uploading with revision -4 to not break current installations.