libauthen-krb5-perl (1.9-5.1) unstable; urgency=medium

  * Non-maintainer upload.
  * rebuild for mstrict-align

 -- root <root@loongson-pc>  Fri, 28 Jan 2022 14:18:57 +0800

libauthen-krb5-perl (1.9-5) unstable; urgency=medium

  * Team upload

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

  [ Axel Beckert ]
  * Change CPAN Distribution name from Authen-Krb5 to Krb5 in MetaCPAN URL
    and Upstream-Name field in debian/copyright. The module's name is
    Authen::Krb5, but the CPAN Distribution's name is just Krb5. Found by
    DUCK.

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * Change bugtracker URL(s) to HTTPS.
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Damyan Ivanov ]
  * add patch removing references to obsolete krb5_{get,free}_krbhst.
    Thanks to Sergio Gelato. Closes: #830844
  * modify better-compiler-flags.patch to remove -L... from the output of
    `krb5-config -libs`
    Avoids linking with (non existing) rpath. Thanks, lintian
  * Claim conformance with Policy 3.9.8

 -- Damyan Ivanov <dmn@debian.org>  Tue, 12 Jul 2016 09:34:48 +0000

libauthen-krb5-perl (1.9-4) unstable; urgency=low

  * Team upload

  [ 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.
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ Axel Beckert ]
  * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
    copyright"

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Florian Schlichting ]
  * Switch dh compatibility to level 9 to enable passing of hardening flags
  * Declare compliance with Debian Policy 3.9.5
  * Forward fix_pod patch

 -- Florian Schlichting <fsfs@debian.org>  Sat, 15 Mar 2014 22:43:47 +0100

libauthen-krb5-perl (1.9-3) unstable; urgency=low

  [ Ansgar Burchardt ]
  * debian/control: Update Homepage field.
  * Email change: Ansgar Burchardt -> ansgar@debian.org

  [ gregor herrmann ]
  * New version of patch better-compiler-flags: use krb5-config to query the
    necessary library options; thanks to Steve Langasek for forwarding the
    patch from Ubuntu (closes: #622090).
  * debian/copyright: update formatting.
  * Add /me to Uploaders.
  * Switch to debhelper 8.
  * Set Standards-Version to 3.9.2 (no further changes).

 -- gregor herrmann <gregoa@debian.org>  Sun, 10 Apr 2011 15:21:04 +0200

libauthen-krb5-perl (1.9-2) unstable; urgency=low

  [ Ansgar Burchardt ]
  * Introduce patch to make init_context() return the context as documented.
    (new patch: fix-init_context.patch)
  * Switch to source format 3.0 (quilt).
  * Add myself to Uploaders.

  [ gregor herrmann ]
  * debian/watch: use extended regexp to match upstream versions.

 -- Ansgar Burchardt <ansgar@43-1.org>  Sun, 24 Jan 2010 18:55:15 +0900

libauthen-krb5-perl (1.9-1) unstable; urgency=low

  [ Jonathan Yu ]
  * New upstream release
  * Move examples -> libauthen-krb5-perl.examples
  * Use new debhelper 7 short rules file
  * Add myself to Uploaders and Copyright
  * Standards-Version 3.8.3 (drop perl version dep)
  * Slight rewrite of control description
  * Remove perl-path patch, replace with override
  * Refresh all remaining patches
  * Add DEP3 patch headers
  * No longer install README or TODO, same info in POD
  * Refresh copyright to new DEP5 format

  [ gregor herrmann ]
  * Add debian/README.source to document quilt usage, as required by
    Debian Policy since 3.8.0.
  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
    (source stanza).
  * debian/control: Added: ${misc:Depends} to Depends: field.

  [ Maximilian Gaß ]
  * Added patch for manpage-has-errors-from-pod2man

 -- Jonathan Yu <jawnsy@cpan.org>  Tue, 05 Jan 2010 11:51:43 -0500

libauthen-krb5-perl (1.8-1) unstable; urgency=low

  * New upstream release.
  * debian/patches/fix-get-in-tkt-with-password: Removed.  Included upstream.
  * debian/patches/warning-cleanup: Removed.  Included upstream.

 -- Roberto C. Sanchez <roberto@debian.org>  Mon, 17 Mar 2008 00:35:28 -0400

libauthen-krb5-perl (1.7-2) unstable; urgency=low

  * Fix the krb5_get_in_tkt_with_password backwards-compatibility
    interface to call the correct new function instead of the old
    function with the wrong arguments.
  * New patch warnings-cleanup:
    - Request prototypes of private functions from the Kerberos library
      headers so that we get compiler diagnostics of argument mismatches
      and prototype all functions.
    - Prototype the unprototyped functions we call anyway.
    - Clean up some other minor compiler warnings.
  * Patch cleanup:
    - Remove extraneous .patch file suffixes and rename patches.
    - Remove unnecessary time stamps and patch headers.
    - Add explanatory comments to each patch.
  * Touch Makefile before make distclean so that Perl doesn't try to
    rebuild it from Makefile.PL after removing the patch.
  * Use a distribution-based watch URL.
  * Minor debian/rules cleanup.

 -- Russ Allbery <rra@debian.org>  Sat, 08 Mar 2008 15:55:44 -0800

libauthen-krb5-perl (1.7-1) unstable; urgency=low

  [ Jose Luis Rivas ]
  * New upstream release
  * debian/control:
   + Standards-Version updated to 3.7.3, no changes needed.

  [ gregor herrmann ]
  * debian/control:
   + Added: Vcs-Svn field (source stanza)
   + Vcs-Browser field (source stanza)
   + Homepage field (source stanza).
   + Removed: XS-Vcs-Svn fields.

  [ Rene Mayorga ]
  * debian/rules
    + Move tests from install to build target
    + touch $@ instead of *-stamps
    + remove unused dh_calls
    + add quilt ruleset
    + check if /usr/share/perl exists before delete it
  * debian/copyright
    + refresh copyright info from upstream
  * Move patchs from .diff.gz to be manage with quilt
    + Fixing /usr/local/bin/perl patch in examples
    + Fixing Makefile.PL to not use static linking
  * debian/control
    + quilt added to B-D

  [ Roberto C. Sanchez ]
  * Update to debhelper compatibility level 6

 -- Roberto C. Sanchez <roberto@connexer.com>  Wed,  9 Jan 2008 17:58:19 -0500

libauthen-krb5-perl (1.6-2) unstable; urgency=low

  * Don't link against -lresolv; it isn't necessary on Debian.
  * Remove stamp files as the first action of the clean target.

 -- Russ Allbery <rra@debian.org>  Tue, 26 Sep 2006 17:23:21 -0700

libauthen-krb5-perl (1.6-1) unstable; urgency=low

  * New upstream release.
  * Set Standards-Version to 3.7.2 (no changes).
  * Set debhelper compatibility level to 5.

 -- gregor herrmann <gregor+debian@comodo.priv.at>  Mon,  7 Aug 2006 22:08:17 +0200

libauthen-krb5-perl (1.5-2) unstable; urgency=low

  * Set maintainer to the Debian Perl Group.
  * Provide build-arch and build-indep targets.
  * Use a cleaner way to handle make distclean.

 -- Russ Allbery <rra@debian.org>  Mon, 16 Jan 2006 15:17:40 -0800

libauthen-krb5-perl (1.5-1) unstable; urgency=low

  * New upstream release.
    - Add keyblock accessor functions to allow use of the session key.
  * Providing binary-indep is actually mandatory in Policy even if there
    are no arch-independent packages.
  * debian/watch: Fix upstream package naming.
  * debian/copyright: Update upstream author address.

 -- Russ Allbery <rra@debian.org>  Sat,  3 Dec 2005 10:10:34 -0800

libauthen-krb5-perl (1.4-5) unstable; urgency=low

  * Make init_ets a no-op, since krb5_init_ets was a private symbol,
    calling it has always been unnecessary, and it is no longer exported
    by the MIT Kerberos libraries as of 1.4.  Update the documentation and
    example scripts accordingly.

 -- Russ Allbery <rra@debian.org>  Mon, 28 Nov 2005 19:15:03 -0800

libauthen-krb5-perl (1.4-4) unstable; urgency=low

  * Use a better method of optionally running make distclean.
  * Update maintainer address.

 -- Russ Allbery <rra@debian.org>  Thu, 17 Nov 2005 22:37:28 -0800

libauthen-krb5-perl (1.4-3) unstable; urgency=low

  * Use /usr/bin/perl as the path to Perl in the example scripts.
  * Remove unnecessary targets in debian/rules and document its source.
  * Update copyright to my current format and add an explicit packaging
    copyright and license statement.
  * Update standards version to 3.6.2 (no changes required).

 -- Russ Allbery <rra@stanford.edu>  Mon,  3 Oct 2005 16:24:54 -0700

libauthen-krb5-perl (1.4-2) unstable; urgency=low

  * Uploaded to Debian.  (Closes: #304839)
  * Avoid adding -L/usr/lib or -I/usr/include in Makefile.PL.
  * Package the example scripts.
  * Reword the description a bit and note that the package is built
    against the MIT Kerberos libraries.
  * Remove the versioned dependency on libkrb5-dev, as any version in
    sarge will be sufficient and the package in theory supports any
    version later than 1.1.
  * Change priority to optional to allow use as a dependency for other
    packages with optional priority.
  * Reformat copyright.  Note which licenses Perl is distributed under.
  * Reformat rules and remove dh_makeshlibs invocation.
  * Add watch file.

 -- Russ Allbery <rra@stanford.edu>  Fri, 15 Apr 2005 13:58:28 -0700

libauthen-krb5-perl (1.4-1) unstable; urgency=low

  * New upstream release.

 -- Huaqing Zheng <morpheus@stanford.edu>  Thu, 14 Apr 2005 20:23:41 -0700

libauthen-krb5-perl (1.3-1) unstable; urgency=low

  * Initial release.
  * Packaging of Stanford::Directory requires Authen::Krb5.

 -- Huaqing Zheng <morpheus@stanford.edu>  Tue, 31 Aug 2004 20:11:48 -0700

