libapache2-mod-perl2 (2.0.5-5ubuntu2) quantal; urgency=low

  * Rebuild for new armel compiler default of ARMv5t.

 -- Colin Watson <cjwatson@ubuntu.com>  Thu, 04 Oct 2012 13:15:20 +0100

libapache2-mod-perl2 (2.0.5-5ubuntu1) precise; urgency=low

  [ Chuck Short ]
  * Merge from Debian testing.  Remaining changes:
    - Change locales-all to locales. (LP: #184206)
    - Drop dwww from a recommends to a suggests to avoid pulling this into
      main.

 -- Chuck Short <zulcss@ubuntu.com>  Mon, 06 Feb 2012 08:48:30 -0500

libapache2-mod-perl2 (2.0.5-5) unstable; urgency=low

  [ gregor herrmann ]
  * Remove build dependency on libcompress-zlib-perl, Compress::Zlib is in
    perl core since 5.9.3.

  [ Dominic Hargreaves ]
  * Add Build-Conflicts on apache2-mpm-event (marked as experimental)
    since it causes this package to FTBFS (Closes: #652331)
  * Add patches from Niko fixing reference counting bugs when using perl
    5.14 (Closes: #650675)

 -- Dominic Hargreaves <dom@earth.li>  Sat, 14 Jan 2012 18:50:42 +0000

libapache2-mod-perl2 (2.0.5-4ubuntu2) precise; urgency=low

  * No-change rebuild to drop spurious libsfgcc1 dependency on armhf.

 -- Adam Conrad <adconrad@ubuntu.com>  Fri, 02 Dec 2011 17:34:46 -0700

libapache2-mod-perl2 (2.0.5-4ubuntu1) precise; urgency=low

  * Merge from Debian unstable, remaining changes:
    - Change locales-all to locales. (LP: #184206)
    - Drop dwww from a recommends to a suggests to avoid pulling this into
      main.

 -- Dave Walker (Daviey) <DaveWalker@ubuntu.com>  Wed, 16 Nov 2011 09:53:30 +0000

libapache2-mod-perl2 (2.0.5-4) unstable; urgency=low

  * Add patch from upstream svn adopting the Perl_sv_dup() changes in
    Perl 5.14
  * Don't strip LFS CFLAGS in lib/Apache2/Build.pm any more
    (Closes: #636651)

 -- Dominic Hargreaves <dom@earth.li>  Sun, 13 Nov 2011 15:14:12 +0000

libapache2-mod-perl2 (2.0.5-3ubuntu1) precise; urgency=low

  * Merge from Debian unstable, remaining changes:
    - Change locales-all to locales. (LP: #184206)
    - Drop dwww from a recommends to a suggests to avoid pulling this into
      main.

 -- Dave Walker (Daviey) <DaveWalker@ubuntu.com>  Sat, 29 Oct 2011 10:51:46 +0100

libapache2-mod-perl2 (2.0.5-3) unstable; urgency=low

  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ Salvatore Bonaccorso ]
  * debian/copyright: Replace DEP5 Format-Specification URL from
    svn.debian.org to anonscm.debian.org URL.

  [ Niko Tyni ]
  * Improve the test suite coverage (again) with a typo fix. The
    APACHE_TEST_EXTRA_ARGS setting in debian/rules was introduced in
    2.0.3-5 to improve the test suite coverage, but got accidentally
    disabled later with 2.0.5-1 due to a missing line continuation.
    Closes: #646267

  [ gregor herrmann ]
  * Bump debhelper compatibility level to 8.

 -- gregor herrmann <gregoa@debian.org>  Sat, 22 Oct 2011 23:35:26 +0200

libapache2-mod-perl2 (2.0.5-2ubuntu1) oneiric; urgency=low

  * Merge from Debian unstable, remaining changes:
    - Change locales-all to locales.
    - Drop dwww from a recommends to a suggests to avoid pulling this into
      main.

 -- Steve Langasek <steve.langasek@ubuntu.com>  Fri, 17 Jun 2011 19:31:06 +0000

libapache2-mod-perl2 (2.0.5-2) unstable; urgency=low

  * Team upload.
  * Add 230-test-failures-fix.patch. Fixes for the testsuite to be
    compatible with >= LWP + HTTP:Headers 6.0. (LP: #797716),
    (Closes: #628296).

 -- Salvatore Bonaccorso <carnil@debian.org>  Thu, 16 Jun 2011 14:56:44 +0200

libapache2-mod-perl2 (2.0.5-1ubuntu2) oneiric; urgency=low

  * Drop dwww from a recommends to a suggests to avoid pulling this into
    main.

 -- Steve Langasek <steve.langasek@ubuntu.com>  Fri, 17 Jun 2011 06:40:27 +0000

libapache2-mod-perl2 (2.0.5-1ubuntu1) oneiric; urgency=low

  * Merge from debian unstable.  Remaining changes:
    - Change locales-all to locales. (LP: #184206)
  * debian/patches/230-test-failures-fix.patch: Fixes for the testsuite to be
    compatible with >= LWP + HTTP:Headers 6.0.  Resolves FTBFS due to testsuite
    failure.  Patch cherry picked from upstream commits. (LP: #797716)

 -- Dave Walker (Daviey) <DaveWalker@ubuntu.com>  Wed, 15 Jun 2011 14:31:02 +0100

libapache2-mod-perl2 (2.0.5-1) unstable; urgency=low

  [ Nicholas Bamber ]
  * Added myself to Uploaders
  * Upped debian compatibility level to 7, migrated to source format '3.0
    (quilt)' and removed quilt
  * Refreshed debian/rules
  * Upped standards version to 3.9.2
  * Added versioning of depdendency between dev and core packages
  * Registered documents with doc-base
    - Adding todo files to doc package
    - Added dwww as a recommendation to doc package
    - Transformed .pod files to indexed HTML files (Closes: #507279)
    - Copied .png files and added them to the HTML index
  * New upstream release
  * Reviewed patches
    - Removed 009_allow_parallel_build.patch [applied upstream]
    - Removed 100-svn-XSS-Status.patch [applied upstream]
    - Removed 110-Fix-two-uninitialized-....patch [applied upstream]
    - Removed 035-testrequest_add_credentials.patch [applied upstream]
    - New lintian version requires new correctons
  * Email change: Andres Salomon -> dilinger@debian.org
  * Refreshed copyright
  * Reviewed dependencies
  * Installed gdb scripts to examples for dev package

  [ Damyan Ivanov ]
  * add avoid-db-linkage.patch: avoids needless linking with libdb, which
    entangles us in libdb transitions. Closes: #621415
  * rules: pass --parallel to dh command allowing parallel builds
  * rules: pass CFLAGS to upstream make as MODPERL_OPTIMIZE, allowing
    dpkg-buildpackage-induced CFLAGS to end up on the compiler command line
  * drop libgdbm-dev from B-D

 -- Damyan Ivanov <dmn@debian.org>  Tue, 19 Apr 2011 09:47:07 +0300

libapache2-mod-perl2 (2.0.4-7ubuntu2) oneiric; urgency=low

  * Rebuild for Perl 5.12.

 -- Colin Watson <cjwatson@ubuntu.com>  Sun, 08 May 2011 07:35:47 +0100

libapache2-mod-perl2 (2.0.4-7ubuntu1) maverick; urgency=low

  * Merge from debian unstable.  Remaining changes:
    - Change locales-all to locales. (LP: #184206)
    - Don't ignore testsuite failures on armel anymore.

 -- Chuck Short <zulcss@ubuntu.com>  Wed, 05 May 2010 02:31:07 +0100

libapache2-mod-perl2 (2.0.4-7) unstable; urgency=low

  * change source Section to 'httpd'
  * add a patch from Niko Tyni avoiding two warnings about use of uninitialized
    values, which break tests under Perl 5.12. (Closes: #578481)
  * add a patch fixinf spelling errors in POD and other documentation
  * add a patch fixinng POD errors
  * add a patch fixing bad manpage whatis name
  * Standards-Version: 3.8.4
    + support 'nockeck' in DEB_BUILD_OPTIONS as per Policy 3.8.1
  * describe all patches

 -- Damyan Ivanov <dmn@debian.org>  Wed, 21 Apr 2010 12:48:11 +0300

libapache2-mod-perl2 (2.0.4-6ubuntu1) lucid; urgency=low

  * Merge from debian testing.  Remaining changes: LP: #516430
    - Change locales-all to locales. (LP: #184206)
    - Don't ignore testsuite failures on armel anymore.

 -- Bhavani Shankar <right2bhavi@gmail.com>  Wed, 03 Feb 2010 12:25:44 +0530

libapache2-mod-perl2 (2.0.4-6) unstable; urgency=high

  [ gregor herrmann ]
  * debian/control: Changed: (build-)depend on perl instead of perl-
    modules.

  [ Dario Minnucci ]
  * docs/index_top.html: Issued patch 099-fix-url-on-index_top.patch 
    to fix link URL. (Closes: #507606)

  [ Damyan Ivanov ]
  * add 100-svn-XSS-Status.patch; fixes XSS in Apache2::Status (CVE-2009-0796)
    Patch taken from r760926 of upstream SVN.
    Closes: #567635
  * .docs: drop debian/NEWS.Debian and Changes
  * -doc: depend on ${misc:Depends}
  * drop debian/NEWS (documents changes before oldstable)

 -- Damyan Ivanov <dmn@debian.org>  Sat, 30 Jan 2010 18:00:43 +0200

libapache2-mod-perl2 (2.0.4-5ubuntu1) jaunty; urgency=low

  * Merge from debian unstable, remaining changes:
    - Change locales-all to locales. (LP: #184206)
  * Don't ignore testsuite failures on armel anymore.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 05 Jan 2009 18:11:43 +0100

libapache2-mod-perl2 (2.0.4-5) unstable; urgency=low

  [ gregor herrmann ]
  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
    (source stanza).

  [ Damyan Ivanov ]
  * add 010-doc-no-more-send_http_header.patch removing a forgotten
    send_http_header that is no nonger available in Registry.pod
    Closes: #507821 -- Can't locate object method "send_http_header" via
                       package "Apache2::RequestRec"

  [ gregor herrmann ]
  * debian/control: Added: ${misc:Depends} to Depends: field.

  [ Gunnar Wolf ]
  * Added conditional dependency on libapache2-mpm-itk (together with
    apache2). (Closes: #508910)
  * Added patch which created a FTBFS with the libwww-perl 5.813 to 5.820
    update (acknowledged upstream, will be included in next release)
    (Closes: #509457)
  * reordered debian/patches/series to match reality  

 -- Gunnar Wolf <gwolf@debian.org>  Fri, 26 Dec 2008 19:38:28 -0600

libapache2-mod-perl2 (2.0.4-4ubuntu2) jaunty; urgency=low

  * Ignore test results on armel (2 test failures) for a first build
    on this architecture.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 24 Dec 2008 08:33:32 +0100

libapache2-mod-perl2 (2.0.4-4ubuntu1) jaunty; urgency=low

  * Merge from debian unstable, remaining changes:
    - Change locales-all to locales. (LP: #184206)

 -- Mathias Gug <mathiaz@ubuntu.com>  Mon, 10 Nov 2008 22:42:23 -0500

libapache2-mod-perl2 (2.0.4-4) unstable; urgency=medium

  [ Frank Lichtenheld ]
  * Convert debian/copyright to proposed new format.
  * Refer to Apache License in /usr/share/common-licenses.
  * Bump Standards-Version to 3.8.0.

  [ gregor herrmann ]
  * Add debian/README.source to document quilt usage, as required by
    Debian Policy since 3.8.0.

  [ Damyan Ivanov ]
  * add dependency on apache2 (>= 2.2.4) because of the new
    ap_get_server_banner symbol not available in previous apaches
    Closes: #503375: libapache2-mod-perl2 - Uses undefined symbol
                     ap_get_server_banner
    Thanks to Bastian Blank for reporting.

 -- Damyan Ivanov <dmn@debian.org>  Fri, 31 Oct 2008 14:00:39 +0200

libapache2-mod-perl2 (2.0.4-3) unstable; urgency=low

  * Add an alternative (and preferred) build-dependency on
    perl-modules (>= 5.10.0-14) to the libcgi-pm-perl one.
    This works around an sbuild bug (#395271) on the buildds.
    (Closes: #494677)

 -- Niko Tyni <ntyni@debian.org>  Mon, 15 Sep 2008 21:04:52 +0300

libapache2-mod-perl2 (2.0.4-2) unstable; urgency=medium

  * add explicit build-dependency on libcgi-pm-perl (>= 3.33) as the version
    of CGI.pm shipped in perl-modules fails with a taint failure when handling
    uploads. Thanks to Niko Tyni for the investigation.
    Closes: #480154 -- FTBFS on mips (cgiupload tests fail)
    - bump urgency to medium

 -- Damyan Ivanov <dmn@debian.org>  Mon, 11 Aug 2008 12:27:28 +0300

libapache2-mod-perl2 (2.0.4-1ubuntu1) intrepid; urgency=low

  * Merge from debian unstable (LP: #230016), remaining changes:
    - Change locales-all to locales. (LP: #184206)
  * debian/control:
    - Update Maintainer and VCS-* fields.

 -- Mathias Gug <mathiaz@ubuntu.com>  Thu, 05 Jun 2008 19:21:01 -0400

libapache2-mod-perl2 (2.0.4-1) unstable; urgency=low

  [ Damyan Ivanov ]
  * New upstream release. Support to Perl 5.10 added. Closes: #479240
  * Apache2::Reload was split in its own CPAN module, add
    libapache2-reload-perl to Recommends
  * Drop patches applied upstream
    + 005-regex-DoS-bug-433549.patch
    + 013-test-apache-status.patch
    + 015-nonvoid-return.patch
  * Drop Perl 5.10 related patches that are not needed now that upstream
    supports 5.10
    + 010-svn-fix-bleadperl.patch
    + 011-svn-fix-perl5.10-build.patch
    + 012-svn-more-perl5.10-fixes.patch

  [ Niko Tyni ]
  * 008_fix_version_check_in_t_response_TestAPI_server_const_pm.patch:
    dropped, no longer needed.

  [ gregor herrmann ]
  * debian/copyright: deduct years of copyright from Changes.
  * Add /me to Uploaders.

 -- gregor herrmann <gregoa@debian.org>  Sun, 04 May 2008 00:43:47 +0200

libapache2-mod-perl2 (2.0.3-5) unstable; urgency=low

  * debian/rules: Improve the test suite coverage by setting
    APACHE_TEST_EXTRA_ARGS="-httpd_conf /etc/apache2/apache2.conf"
    so that Apache::Test parses the right apache2 configuration file.
  * debian/patches/030-apxs-no-prefix.patch: fix a resulting warning
    from apxs2 looking for CFG_PREFIX, which is not set on Debian.
  * debian/patches/031-test-extra-args.patch: honour
    APACHE_TEST_EXTRA_ARGS with the top level test suite too.

 -- Niko Tyni <ntyni@debian.org>  Wed, 12 Mar 2008 23:15:59 +0200

libapache2-mod-perl2 (2.0.3-4) unstable; urgency=low

  * debian/patches/015-nonvoid-return.patch: make modperl_thx_interp_get()
    always return a value, fixing undefined behaviour that led to a SIGBUS 
    on sparc (Closes: #468327).
  * debian/patches/010-svn-fix-bleadperl.patch: add a null pointer reference
    fix from upstream SVN r481237.

 -- Niko Tyni <ntyni@debian.org>  Wed, 12 Mar 2008 14:53:51 +0200

libapache2-mod-perl2 (2.0.3-3) unstable; urgency=low

  [ gregor herrmann ]
  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
    field (source stanza); Homepage field (source stanza). Removed: XS-
    Vcs-Svn fields.
  * debian/rules: delete /usr/share/perl5 only if it exists.

  [ Frank Lichtenheld ]
  * debian/rules: Fix some typos and some dependencies
  * debian/patches/009-allow-parallel-build.patch: Fix Makefile.PL
    to allow parallel building. Fixes a misbuild with dpkg-buildpackage -j
    found by Daniel Schepler.
  * Standards-Version: 3.7.3 (no changes)
  * debhelper compatibility level 6

  [ Damyan Ivanov ]
  * add 011-svn-fix-perl5.10-build.patch. Closes: #462994
  * debian/rules:
    + replace debian/stamp-patched with $(QUILT_STAMPFN)
    + make install-stamp depend on build-stamp, not build
    + remove commented-out cdbs make rules
  * Use http://perl.apache.org/ for Homepage
  * Reformat NEWS.Debian, following DevRef 6.3.4. Thanks, lintian.
  * Drop "-1" revision from dependencies. Thanks, lintian.
  * Add copyright information to debian/copyright

  [ Niko Tyni ]
  * Don't ship an empty /usr/bin directory.
  * Fix the 'clean' target, broken when Makefile.PL got unpatched.
  * Add myself to Uploaders.
  * debian/patches:
    + remove those Debian patches included upstream from the source package,
      as they had not been applied since 2.0.3-1.
    + 010-svn-fix-bleadperl.patch: more Perl 5.10 fixes from upstream SVN.
    + 012-svn-more-perl5.10-fixes.patch: as above.
    + 013-test-apache-status.patch: make the apache_status.t test work with
      Perl 5.10 too. Upstream SVN r614146.

 -- Niko Tyni <ntyni@debian.org>  Wed, 27 Feb 2008 22:43:01 +0200

libapache2-mod-perl2 (2.0.3-2ubuntu2) hardy; urgency=low

  * Really change locales-all to locales, this change didn't make it
    into the preceding upload. (LP: #184206)
  * Modify Maintainer value to match the DebianMaintainerField
    specification.

 -- Steve Langasek <steve.langasek@ubuntu.com>  Sat, 23 Feb 2008 09:30:41 +0000

libapache2-mod-perl2 (2.0.3-2ubuntu1) hardy; urgency=low

  * Change locales-all to locales. (LP: #184206)
  * Change standards version to 3.7.3.

 -- Chuck Short <zulcss@ubuntu.com>  Mon, 21 Jan 2008 08:45:06 -0500

libapache2-mod-perl2 (2.0.3-2) unstable; urgency=low

  [ Damyan Ivanov ]
  * Upload to unstable
    + Closes: #401737 -- Please package latest libapache2-mod-perl2
      - Closes: #398675 -- Rejects configuration in a Perl configuration
                           section that works fine as a regular configuration
                           directive
      - Closes: #399639 -- Data pushed onto @PerlSections is ignored
    + Closes: #406742 -- clean rule does not clean properly
    + Closes: #357438 -- Apache2::Resource uses BSD::Resource

  [ Gunnar Wolf ]
  * Added netbase to build-dependencies, fixing FTBFS (Closes: #439281)

 -- Gunnar Wolf <gwolf@debian.org>  Wed, 29 Aug 2007 11:38:42 +0200

libapache2-mod-perl2 (2.0.3-1) experimental; urgency=low

  * New upstream release
    + refreshed patches
      001-gtop2.patch
      004-bugs-to-debian-bts.patch
      005-regex-DoS-bug-433549.patch
      006_man_section_and_build_warnings.patch - one hunk dropped
    + dropped patches applied upstream
      002-crash-404051.patch -- applied upstream
      003-segfault-local-ENV-bug-384622.patch -- applied upstream
      007_test_head_content_length_on_empty_content_2.2.patch -- upstream
      contains better fix
  * Add dh_slibdeps to arch-dep target
  * Wrapped (Build-)Depends lists
  * Add testing to the build process
    + Added apache2, libcompress-zlib-perl and libbsd-resource-perl to
      Build-Depends to allow tests to be run on buildds
    + Put LANG=C in front of '$(MAKE) test' to avoid locale side effects (in
      dates etc)
    + Add locales-all to Build-Depends, since some of the tests need that
    + Add new 008_fix_version_check_in_t_response_TestAPI_server_const_pm.patch
      to fix the server_const test
    + Fail if $(MAKE) test fails
    + Add cleaning after tests to clean target

 -- Damyan Ivanov <dmn@debian.org>  Wed, 22 Aug 2007 13:12:39 +0300

libapache2-mod-perl2 (2.0.2-6) UNRELEASED; urgency=low

  [ Gunnar Wolf ]
  * Added recommendation on libbsd-resource-perl (Closes: #357438)

  [ Damyan Ivanov ]
  * Transformed debian/rules from CDBS to debhelper
  * Converted patches from simple-patchsys to quilt
    Added quilt to Build-Depends
  * Add 007_test_head_content_length_on_empty_content_2.2.patch to adapt the
    content_length test to apache2.2
  * Clean more files in clean target
  * Run $(MAKE) test, but don't abort if they fail
  * Add myself to Uploaders

 -- Damyan Ivanov <dmn@debian.org>  Sun, 19 Aug 2007 19:12:34 +0300

libapache2-mod-perl2 (2.0.2-5) unstable; urgency=low

  * New Maintainer: the Debian pkg-perl group (Closes: #438168)
  * Updated copyright information including the copyright for the
    packaging information
  * Integrated the bugreport helper mp2bug to the /usr/share/bug way of
    life, so its output is automatically included in our users' reports
  * Bumping up standards-version from 3.6.1 to 3.7.2 (Only change
    needed: Moving mp2bug)
  * Added debian/watch
  * Moved libapache2-mod-perl2-doc to section: doc
  * the -dev and -doc generated binary packages are now arch: all
    insteaed of arch: any
  * Applied upstream patch fixing CVE-2007-1349 DoS caused by improperly
    quoted regex (Closes: #433549)
  * Moved the generated manpages from section 3 to 3pm
  * Finally, lintian- and linda-clean, yay! :D

 -- Gunnar Wolf <gwolf@debian.org>  Fri, 17 Aug 2007 18:27:25 -0500

libapache2-mod-perl2 (2.0.2-2.4) unstable; urgency=high

  * Non-maintainer upload.
  * High-urgency upload for RC bugfix.
  * Drop /etc/apache2/mods-available/perl.conf as a conffile, since it no
    longer contains anything of relevance; instead, manually remove the file
    on purge if present, and in the preinst handle upgrading it to remove the
    automatically created bits that conflict with apache2.2 so that this
    conversion is done in time for the apache2.2-mpm-* configuration to run.
    Closes: #416231.

 -- Steve Langasek <vorlon@debian.org>  Tue, 27 Mar 2007 01:48:55 -0700

libapache2-mod-perl2 (2.0.2-2.3) UNRELEASED; urgency=high

  * Non-maintainer upload. Thanks to Kjetil Kjernsmo for noticing the issues.
  * Fix segfault if localizing %ENV. Closes: #384622
    Using patch from http://svn.apache.org/viewvc/perl/modperl/trunk/src/modules/perl/modperl_env.c?r1=158000&r2=357236&pathrev=357236
  * Fix typo in Apache2::SizeLimit that could cause crash. Closes: #404051

 -- Andreas Barth <aba@not.so.argh.org>  Sat, 23 Dec 2006 17:10:47 +0000

libapache2-mod-perl2 (2.0.2-2.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Make it build against libapr1 (Closes: #391750).

 -- Luk Claes <luk@debian.org>  Mon, 16 Oct 2006 22:58:01 +0200

libapache2-mod-perl2 (2.0.2-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Rebuild against Apache 2.2. (Closes: #389053)
  * Update dependency on apache2-common to apache2.2-common.

 -- Steinar H. Gunderson <sesse@debian.org>  Sun,  8 Oct 2006 23:23:28 +0200

libapache2-mod-perl2 (2.0.2-2) unstable; urgency=low

  * Add a dependency on netbase (closes: #354777).

 -- Andres Salomon <dilinger@debian.org>  Sun, 12 Mar 2006 21:22:51 +0000

libapache2-mod-perl2 (2.0.2-1) unstable; urgency=low

  * New upstream release (closes: #342114).

 -- Andres Salomon <dilinger@debian.org>  Fri, 20 Jan 2006 19:35:43 +0000

libapache2-mod-perl2 (2.0.1-4) unstable; urgency=low

  * The I'm-tired-of-maintaining-stuff-I-don't-use release.
  * Build pod docs in the package; thanks to
    Morten Bøgeskov <morten@bogeskov.dk> (closes: #329270).
  * Make perl.conf a bit more, umm, descriptive (closes: #323142).
  * Add a -doc package, include docs/ subdir in there (closes: #285588).
  * Kill a bashism in the postinst script.

 -- Andres Salomon <dilinger@debian.org>  Tue, 04 Oct 2005 00:36:16 -0400

libapache2-mod-perl2 (2.0.1-3) unstable; urgency=low

  * Grr.  Really include perl.conf file; it got lost due to diff not
    wanting to add an empty file.

 -- Andres Salomon <dilinger@debian.org>  Fri, 12 Aug 2005 01:40:38 -0400

libapache2-mod-perl2 (2.0.1-2) unstable; urgency=low

  * "'cause she's the cheese and I'm the macaroni."
  * Add empty perl.conf file, to override older one from 1.99*
    (closes: #308252, #315676).

 -- Andres Salomon <dilinger@debian.org>  Sat, 23 Jul 2005 05:24:18 -0400

libapache2-mod-perl2 (2.0.1-1) unstable; urgency=low

  * New upstream release.  No upstreams were harmed during the making
    of this package (closes: #307867).
  * Updated my email address.
  * Change perl build-dep version to >= 5.8.7-3, because I can.  Oh,
    and (closes: #308604).

 -- Andres Salomon <dilinger@debian.org>  Thu, 23 Jun 2005 00:28:07 -0400

libapache2-mod-perl2 (1.999.23-1) unstable; urgency=low

  * New upstream release

 -- Thom May <thom@debian.org>  Sun,  8 May 2005 15:36:04 +0100

libapache2-mod-perl2 (1.999.22-1) unstable; urgency=low

  * New upstream release
    NOTE: This release breaks API. Please see Changes for further details.

 -- Thom May <thom@debian.org>  Wed, 20 Apr 2005 08:52:13 +0000

libapache2-mod-perl2 (1.999.21-1) unstable; urgency=low

  * New upstream release
  * Add -dev package, thanks Steinar H. Gunderson (Closes: #257506)
  * Steal new ACL patch from HEAD (Closes: #296650)

 -- Thom May <thom@debian.org>  Mon,  4 Apr 2005 15:47:46 +0100

libapache2-mod-perl2 (1.999.20-1) unstable; urgency=low

  * New upstream release (closes: #285476).
  * Drop 003-int_offset_my_ass.patch, as it was merged.
  * New release doesn't include those fun arch files (closes: #277461).

 -- Andres Salomon <dilinger@voxel.net>  Mon, 10 Jan 2005 00:08:33 -0500

libapache2-mod-perl2 (1.99.14-4) unstable; urgency=high

  * Remove the LFS CFLAGS, and build-dep against apache2-*-dev (>= 2.0.50-10)
    as we're backing out of the apache2/apr ABI transition.

 -- Adam Conrad <adconrad@0c3.net>  Thu, 19 Aug 2004 06:23:48 -0600

libapache2-mod-perl2 (1.99.14-3) unstable; urgency=medium

  * Add a patch to fix an upstream bug where we were passing offsets
    to apr functions using 'int' rather then 'apr_off_t'
  * Add "-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" to CFLAGS.

 -- Adam Conrad <adconrad@0c3.net>  Tue, 17 Aug 2004 04:02:17 -0600

libapache2-mod-perl2 (1.99.14-2) unstable; urgency=medium

  * Rebuild against new apache2/libapr0, w/ updated
    build-deps (closes: #266185).

 -- Andres Salomon <dilinger@voxel.net>  Tue, 17 Aug 2004 01:10:41 -0400

libapache2-mod-perl2 (1.99.14-1) unstable; urgency=low

  * New upstream release
  * Ship perl.conf file with "PerlModule Apache2" in. 
    (Closes: #240585, #242049, #235458)
  * Update copyright to new License
  * Using a2enmod to create symlinks (Closes: #247166)

 -- Thom May <thom@debian.org>  Sun,  4 Jul 2004 10:27:33 +0100

libapache2-mod-perl2 (1.99.12-4) unstable; urgency=low

  * Add a postinst/prerm that automatically enable/disable this module.
  * Update copyright file.

 -- Andres Salomon <dilinger@voxel.net>  Sun, 29 Feb 2004 02:46:41 -0500

libapache2-mod-perl2 (1.99.12-3) unstable; urgency=low

  * Better ACL compatibility patch, courtesy of Damon Buckwalter
    <damon@cryptomeme.com>.  (Closes: #230439)

 -- Andres Salomon <dilinger@voxel.net>  Fri, 13 Feb 2004 22:22:35 -0500

libapache2-mod-perl2 (1.99.12-2) unstable; urgency=low

  * Drop superfluous mod_perl manpage.  (Closes: #231871)
  * Add ACL compatibility patch.

 -- Andres Salomon <dilinger@voxel.net>  Tue, 10 Feb 2004 02:51:28 -0500

libapache2-mod-perl2 (1.99.12-1) unstable; urgency=low

  * New upstream release.
  * Drop 002-manpage_fix.patch (applied upstream).

 -- Andres Salomon <dilinger@voxel.net>  Sun, 08 Feb 2004 03:44:54 -0500

libapache2-mod-perl2 (1.99.11-2) unstable; urgency=low

  * Remove libapache-mod-perl conflicts.  (Closes: #223341)

 -- Andres Salomon <dilinger@voxel.net>  Sun, 14 Dec 2003 22:47:52 -0500

libapache2-mod-perl2 (1.99.11-1) unstable; urgency=low

  * New upstream release.  (Closes: #214073)
  * Move from experimental to unstable (*cross fingers*).
  * Convert build system to cdbs.
  * Update standards-version.
  * Fix TestTrace.pm manpage entry.  (Closes: #221771)

 -- Andres Salomon <dilinger@voxel.net>  Sat, 06 Dec 2003 19:23:29 -0500

libapache2-mod-perl2 (1.99.09-1) experimental; urgency=low

  * New upstream release.
  * Update (co-)maintainer email address.
  * Update standards-version.
  * Update build-deps (libgdbm{,g1}-dev and libgtop{1,2}-dev) and link rules.
  * Change reference to apxs back to apxs2.
  * No more examples?

 -- Andres Salomon <dilinger@voxel.net>  Sat, 26 Jul 2003 01:29:05 -0400

libapache2-mod-perl2 (1.99.08-1) experimental; urgency=low

  * New upstream release.  (Closes: #184301)
  * Add myself to the Uploaders field of control file.
  * Use newly renamed apache2 apxs.  (Closes: #182577)
  * Update apache2-dev build-dep to 2.0.45 (for apr-config --includedir).
  * Change lib/Apache/Build.pm to use apr-config instead of apxs
    for the location of apr stuff.
  * Force removal of a bunch of additional (generated) files in clean rule.
  * Additional args to Makefile.PL.
  * Make /etc/apache2/mods-available/perl.load a conffile.

 -- Andres Salomon <dilinger@mp3revolution.net>  Sat, 12 Apr 2003 03:28:38 -0500

libapache2-mod-perl2 (1.99.07-1) experimental; urgency=low

  * New Upstream Release
  * Uploading to experimental for now.
  * First cut at packaging.

 -- Thom May <thom@debian.org>  Wed, 23 Oct 2002 16:17:27 +0100

