debian/0000775000000000000000000000000012161135730007167 5ustar debian/changelog0000664000000000000000000000177412161134562011054 0ustar liblwp-authen-negotiate-perl (0.08-2) unstable; urgency=low * Bumped standard version to 3.9.4 * Fixed some lintian warnings. * Added watch file. -- Maximilian Wilhelm Tue, 04 Jun 2013 14:14:48 +0200 liblwp-authen-negotiate-perl (0.08-1) unstable; urgency=low * New upstream release (Closes: #552724) * Bumped Standards Version to 3.8.3 -- Maximilian Wilhelm Sat, 02 Jan 2010 16:09:33 +0100 liblwp-authen-negotiate-perl (0.06-2) unstable; urgency=low * Bumped Standards Version to 3.8.1 * Fixed lintian warning about 'homepage-for-cpan-package-contains-version' * Fixed lintian complaint about 'binary-control-field-duplicates-source' * Fixed lintian complaint about 'copyright-refers-to-symlink-license' -- Maximilian Wilhelm Thu, 16 Apr 2009 20:32:40 +0200 liblwp-authen-negotiate-perl (0.06-1) unstable; urgency=low * Initial release (Closes: #484820) -- Maximilian Wilhelm Fri, 06 Jun 2008 21:38:42 +0200 debian/control0000664000000000000000000000123612153355060010575 0ustar Source: liblwp-authen-negotiate-perl Priority: optional Maintainer: Maximilian Wilhelm Build-Depends: debhelper (>= 5), perl Standards-Version: 3.9.4 Section: perl Package: liblwp-authen-negotiate-perl Architecture: all Depends: perl, libgssapi-perl, ${misc:Depends} Homepage: http://search.cpan.org/~agrolms/LWP-Authen-Negotiate/ Description: Perl module for GSSAPI based Authentication Plugin for LWP This is the CPAN Perl module LWP::Authen::Negotiate. . LWP::Authen::Negotiate is a transparent authentication plugin for LWP. The LWP::UserAgent will do authentication transparently based on your GSSAPI installation (MIT Kerberos or Heimdal). debian/watch0000664000000000000000000000013412153357460010225 0ustar version=3 http://www.cpan.org/authors/id/A/AG/AGROLMS/LWP-Authen-Negotiate-[0-9\.]\+.tar.gz debian/compat0000664000000000000000000000000212153354656010400 0ustar 5 debian/copyright0000664000000000000000000000135212153355051011124 0ustar This package was debianized by Maximilian Wilhelm on Fri, 06 Jun 2008 21:45:59 +0200 It was downloaded from http://search.cpan.org/~agrolms/LWP-Authen-Negotiate-0.08/. Copyright Holder: Achim Grolms, License: Copyright (C) 2005-2006 Achim Grolms, This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.4 or, at your option, any later version of Perl 5 you may have available. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-2 file, the complete text of the Artistic License can be found in /usr/share/common-licenses/Artistic. debian/source/0000775000000000000000000000000012153355603010473 5ustar debian/source/format0000664000000000000000000000001412153355603011701 0ustar 3.0 (quilt) debian/rules0000775000000000000000000000260412153356662010263 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 # Debian policy requires all these targets despite their actuall requirement # http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: dh_testdir # Building package perl Makefile.PL INSTALLDIRS=vendor $(MAKE) OPTIMIZE="-O2 -g -Wall" touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp configure-stamp if [ -e Makefile ]; then $(MAKE) -i distclean; fi dh_clean install: build dh_testdir dh_testroot dh_clean -k dh_installdirs $(MAKE) install DESTDIR=$(CURDIR)/debian/liblwp-authen-negotiate-perl binary-arch: build install # Build architecture-independent files here. binary-indep: build install dh_testdir dh_testroot dh_installchangelogs Changes dh_installdocs dh_compress dh_fixperms dh_perl dh_installdeb dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep .PHONY: build clean binary-indep binary-arch binary install