[SCM] Debian packaging of libapache2-mod-perl2 branch, gregoa/httpd24, created. debian/2.0.8-1-26-g4444694

gregor herrmann gregoa at debian.org
Sat May 25 12:13:51 UTC 2013


The branch, gregoa/httpd24 has been created
        at  4444694b3abe2f120f20fc5a443c24f507509f28 (commit)

- Shortlog ------------------------------------------------------------
commit 4444694b3abe2f120f20fc5a443c24f507509f28
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat May 25 14:13:01 2013 +0200

    update changelog
    
    not very nice now, a mix of niko's and my commit messages.
    
    Git-Dch: Ignore

commit 2257063de1a997ea315f7adb47fd8dfe6be85403
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat May 25 14:07:29 2013 +0200

    debian/control: drop explicit build dependency on autodie.
    
    autodie is in perl core since 5.10.1, which is available in oldstable.

commit f0061a60d6e0a86a8629944d79ad77e4f41781d1
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat May 25 13:58:09 2013 +0200

    Set Standards-Version to 3.9.4 (no changes).

commit 7f7b57fc370adcbf49c7e6dffdb5a14540e7ba5c
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat May 25 13:53:15 2013 +0200

    update version in d/changelog to include svn revision
    
    Git-Dch: Ignore

commit 984981a6ab975bcf8eaf67d01ee50a48e5fb0d92
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat May 25 13:44:27 2013 +0200

    honour DEB_BUILD_OPTIONS=nocheck in the "manual" test
    
    Git-Dch: Ignore

commit f108bfa9f75f5e1d666ef5a375285f103fb4365a
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat May 25 13:40:28 2013 +0200

    dh_apache2 is called by the debhelper addon
    
    Git-Dch: Ignore

commit bc913242b25dfd7bffd6059d196dcda5056df796
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat May 25 13:08:44 2013 +0200

    make d/rules identical as in ntyni's branch
    
    Git-Dch: Ignore

commit 3f1eea2b0006ffd3078375666b42c483356d818f
Author: Niko Tyni <ntyni at debian.org>
Date:   Fri May 24 22:59:54 2013 +0300

    TODO items
    
    Conflicts:
    	debian/changelog

commit 02cde6eafb1554d8e8674b64c0db2ede7e926d20
Author: Niko Tyni <ntyni at debian.org>
Date:   Fri May 24 22:08:59 2013 +0300

    Run the ModPerl-Registry tests too
    
    TODO: the test suite still looks for /etc/apache2/httpd.conf

commit 061ab09bebd517bae17eb8c6c29005002a833d10
Author: Niko Tyni <ntyni at debian.org>
Date:   Fri May 24 20:06:22 2013 +0300

    Improve the "clean" target
    
    This is still incomplete: some stages of the build
    leave files that are not removed properly.
    
    At least the lingering 'Makefile.old' files may be
    upstream bugs as the build system probably should clean
    up after itself.

commit 0c2b1b35f1f126297465968867f7588ff99432a3
Author: Niko Tyni <ntyni at debian.org>
Date:   Fri May 24 15:30:29 2013 +0300

    Run "httpd -V" with the test config and server root if available
    
    The system configuration may not be available to the user
    building mod_perl, or may depend on special environment variables
    or the like, so try to bypass the system configuration altogether.
    
    Conflicts:
    	debian/patches/series

commit 3a7980bf6ffc6a72f54705fd10df9e6439471ff0
Author: Niko Tyni <ntyni at debian.org>
Date:   Fri May 24 14:45:18 2013 +0300

    Ignore the test suite failures for now
    
    We can't fix these for the Apache 2.4 transition,
    so ignore the failures for now.
    
    Also remove a possible leftover core file before the install phase,
    as the build system complains rather excessively about those.

commit aac7c721a42a0b83fbf142549a33569709d5d6d0
Author: Niko Tyni <ntyni at debian.org>
Date:   Fri May 24 13:32:23 2013 +0300

    Supply a list of Apache modules needed for the test suite
    
    We used to get these from /etc/apache2, but this is much
    more robust.
    
    Also, when using the test directory as server root, Apache
    seems to require existing run/ and logs/ directories,
    so create them when necessary.
    
    Conflicts:
    	debian/rules

commit 8ff4a0d0671ce53f62137a33eb138d5925ea0a08
Author: Niko Tyni <ntyni at debian.org>
Date:   Fri May 24 20:24:18 2013 +0300

    Remove gtop linkage and MP_USE_GTOP.
    
    Nobody seems to know anymore why libgtop was needed,
    so this seems a good time to drop it.
    
    Conflicts:
    	debian/changelog
    	debian/patches/001-gtop2.patch

commit 15e68f1f2799784fedd4ce61ae6174bce718a838
Author: Niko Tyni <ntyni at debian.org>
Date:   Thu May 23 22:36:17 2013 +0300

    Revisit Makefile.PL arguments
    
    MP_APR_CONFIG is now necessary, MP_INCLUDE_DIR and MP_APXS
    can be removed.
    
    Conflicts:
    	debian/rules

commit 100752ffd5c5ea072039d4749d447ab3e3db60ca
Author: Niko Tyni <ntyni at debian.org>
Date:   Thu May 23 22:22:04 2013 +0300

    First steps at Apache 2.4 support
    
    Upstream doesn't currently support 2.2 and 2.4 with the
    same codebase, so we don't even try.
    
    dh_apache2 now does most of the heavy lifting,
    we don't need special maintainer scripts anymore.
    
    Conflicts:
    	debian/control
    	debian/rules

commit e161233ecf6a0743bf7e54f2e65a4f55f9ef9aa5
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat May 25 11:42:57 2013 +0200

    more work on d/rules
    
    Git-Dch: Ignore

commit 1e937f1aa6e6818e8c0d4322e4b80817862fcd9f
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri May 24 21:14:34 2013 +0200

    debian/rules: create/remove t/run directory.

commit 571e179fa4982ae275b5bc347a0badbb109f8e8e
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri May 24 21:08:31 2013 +0200

    Add notes to debian/README.source about the tarball creation.

commit 55d99e27e98da95a63c98e735dfd1a5d03f78b84
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri May 24 21:06:23 2013 +0200

    Drop postinst and prerm file; a2{en,dis}mod is handled by dh_apache2.

commit 8a8677ada7fbc26e56186455e1ab951d3b1bed83
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri May 24 21:05:26 2013 +0200

    Use apache 2 debhelper add in debian/rules and add MP_APR_CONFIG.
    
    Additionally add a debian/libapache2-mod-perl2.apache2 file.

commit a6f2651557bad2caf058f6329e44c51ffdccc2d1
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri May 24 21:04:18 2013 +0200

    debian/control: update build and runtime dependencies for apache 2.4.

commit 96cce65cff5cf8f3f8a1567b798b1068b476183c
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri May 24 15:18:56 2013 +0200

    Refresh patches. Drop 250-lfs-perl-5.14.patch.

commit b85be4a62c1d6775bc65f693d77f334c2f7ee515
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri May 24 15:18:49 2013 +0200

    update changelog
    
    Git-Dch: Ignore

commit ab457074916b3d6e927ad4f715eabac23d62087a
Merge: 6286f1c 34001ef
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri May 24 15:17:59 2013 +0200

    Merge tag 'upstream/2.0.8+httpd24' into experimental
    
    Upstream version 2.0.8+httpd24

-----------------------------------------------------------------------

-- 
Debian packaging of libapache2-mod-perl2



More information about the Pkg-perl-cvs-commits mailing list