This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libapache2-authcookie-perl.

      from  2a86829   releasing package libapache2-authcookie-perl version 
3.22-3 to unstable
      adds  d356447   Build results of e746849 (on master)
      adds  56b73f1   Build results of 6bc1380 (on master)
      adds  b38cf3b   Build results of 133d139 (on httpd24)
      adds  bf37423   Build results of fc11778 (on master)
      adds  916a774   Build results of a26bd36 (on master)
      adds  e0ffb8d   Imported Upstream version 3.23
       new  09c0d3c   Merge tag 'upstream/3.23'
       new  143d7e4   Update debian/changelog
       new  070ed49   Drop authcookie-httpd-24.patch
       new  4ae67ec   debian/libapache2-authcookie-perl.docs: adjust filename 
of a doc.
       new  b2a27ac   Drop debian/clean, deleted file was removed.
       new  617b97f   debian/libapache2-authcookie-perl.links: adjust paths
       new  684bb95   Don't install READMEs under /usr/share.
       new  081d052   Drop -1 debian revision from libapache2-mod-perl2 build 
dependency.
       new  163c46c   Don't install new boilerplate manpages.
       new  ebf3f0a   releasing package libapache2-authcookie-perl version 
3.23-1

The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                                          |   9 +
 MANIFEST                                         |   8 +-
 MANIFEST.SKIP                                    |   2 +
 META.yml                                         |   6 +-
 README.apache-2.4.pod                            | 162 ++++++++
 SIGNATURE                                        |  45 ++-
 debian/changelog                                 |  16 +
 debian/clean                                     |   1 -
 debian/control                                   |   2 +-
 debian/libapache2-authcookie-perl.docs           |   2 +-
 debian/libapache2-authcookie-perl.links          |   8 +-
 debian/patches/authcookie-httpd-24.patch         | 363 -----------------
 debian/patches/series                            |   1 -
 debian/rules                                     |   7 +
 lib/Apache/AuthCookie.pm                         |   4 +-
 lib/Apache/AuthCookie/Autobox.pm                 |   6 +-
 lib/Apache/AuthCookie/FAQ.pod                    |   4 +-
 lib/Apache/AuthCookie/Params.pm                  |  11 +-
 lib/Apache/AuthCookie/Params/Base.pm             |  17 +-
 lib/Apache/AuthCookie/Params/{Base.pm => CGI.pm} |  35 +-
 lib/Apache/AuthCookie/Util.pm                    |   4 +-
 lib/Apache2/AuthCookie.pm                        | 464 +---------------------
 lib/Apache2/AuthCookie/Base.pm                   | 476 +++++++++++++++++++++++
 lib/Apache2/AuthCookie/Params.pm                 |  10 +-
 lib/Apache2_4/AuthCookie.pm                      |  73 ++++
 t/SMOKE                                          |  25 --
 t/conf/extra.conf.in                             | 121 ++++--
 t/lib/Sample/Apache2/AuthCookieHandler.pm        |  52 ++-
 t/lib/Sample/Apache2_4/AuthCookieHandler.pm      |  38 ++
 t/real.t                                         |  14 +-
 30 files changed, 1033 insertions(+), 953 deletions(-)
 create mode 100644 README.apache-2.4.pod
 delete mode 100644 debian/clean
 delete mode 100644 debian/patches/authcookie-httpd-24.patch
 delete mode 100644 debian/patches/series
 copy lib/Apache/AuthCookie/Params/{Base.pm => CGI.pm} (53%)
 create mode 100644 lib/Apache2/AuthCookie/Base.pm
 create mode 100644 lib/Apache2_4/AuthCookie.pm
 delete mode 100755 t/SMOKE
 create mode 100644 t/lib/Sample/Apache2_4/AuthCookieHandler.pm

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libapache2-authcookie-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to