libgssapi-perl 0.28-2 source package in Ubuntu

Changelog

libgssapi-perl (0.28-2) unstable; urgency=low


  [ Ansgar Burchardt ]
  * Update my email address.
  * Email change: Ansgar Burchardt -> <email address hidden>
  * debian/control: Convert Vcs-* fields to Git.

  [ Fabrizio Regalli ]
  * Add myself to Uploaders and Copyright.
  * Fixed lintian copyright-refers-to-symlink-license message.

  [ Florian Schlichting ]
  * Add disable_failing_test.patch, so that the test is skipped as it should
    be (Closes: #652216).
  * Switch dh compatibility to level 9 to enable passing of CFLAGS.
  * Bump Standards-Version to 3.9.3 (use copyright-format 1.0).
  * Add myself to uploaders and copyright.

  [ gregor herrmann ]
  * Simplify debian/rules, override not needed with debhelper 9.
  * Build-Depend on 9.20120312 to get all hardening flags.

 -- Florian Schlichting <email address hidden>  Thu, 15 Mar 2012 00:15:28 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libgssapi-perl_0.28-2.dsc 2.1 KiB 3045180235f72564aead5cb3a7d5e84bb17aa0ed970cc121c2b8dccbcaabb02b
libgssapi-perl_0.28.orig.tar.gz 66.3 KiB 7d8f2c7b61762fb4ec72d2ec281290f2f87f9c7d298273da4525432a65e770d6
libgssapi-perl_0.28-2.debian.tar.gz 3.4 KiB 99db6636557a729b1f12a8fbb1baa5a98ac7ba55f03ecc946781292cdd5ade3f

No changes file available.

Binary packages built by this source

libgssapi-perl: Perl extension providing access to the GSSAPIv2 library

 This module gives access to the routines of the GSSAPI library,
 as described in rfc2743 and rfc2744 and implemented by the
 Kerberos-1.2 distribution from MIT.
 .
 The API presented by this module is a mildly object oriented
 reinterpretation of the C API, where opaque C structures are
 Perl objects, but the style of function call has been left
 mostly untouched. As a result, most routines modify one or
 more of the parameters passed to them, reflecting the C
 call-by-reference (or call-by-value-return) semantics.