--- libauthen-sasl-perl-2.13.orig/debian/control +++ libauthen-sasl-perl-2.13/debian/control @@ -0,0 +1,31 @@ +Source: libauthen-sasl-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 5.0.0) +Build-Depends-Indep: perl (>= 5.8.0-7), libdigest-hmac-perl +Maintainer: Debian Perl Group +Uploaders: AGOSTINI Yves , Gunnar Wolf +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/Authen-SASL/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libauthen-sasl-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libauthen-sasl-perl/ + +Package: libauthen-sasl-perl +Section: perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends} +Suggests: libdigest-hmac-perl, libgssapi-perl +Replaces: libnet-ldap-perl (<= 0.26-2) +Description: Authen::SASL - SASL Authentication framework + SASL is a generic mechanism for authentication used by several network + protocols. Authen::SASL provides an implementation framework that all + protocols should be able to share. + . + The framework allows different implementations of the connection class + to be plugged in. At the time of writing there were two such plugins: + - Authen::SASL::Perl + This module implements several mechanisms and is implemented + entirely in Perl. + - Authen::SASL::Cyrus + This module uses the Cyrus SASL C-library (both version 1 and 2 are + supported). --- libauthen-sasl-perl-2.13.orig/debian/rules +++ libauthen-sasl-perl-2.13/debian/rules @@ -0,0 +1,61 @@ +#!/usr/bin/make -f +# This debian/rules file is provided as a template for normal perl +# packages. It was created by Marc Brockschmidt for +# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may +# be used freely wherever it is useful. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# If set to a true value then MakeMaker's prompt function will +# always return the default without waiting for user input. +export PERL_MM_USE_DEFAULT=1 + +PERL ?= /usr/bin/perl +PACKAGE = $(shell dh_listpackages) +TMP = $(CURDIR)/debian/$(PACKAGE) + +build: build-stamp +build-stamp: + dh_testdir + $(PERL) Makefile.PL INSTALLDIRS=vendor + $(MAKE) + $(MAKE) test + touch $@ + +clean: + dh_testdir + dh_testroot + dh_clean build-stamp install-stamp + [ ! -f Makefile ] || $(MAKE) realclean + +install: install-stamp +install-stamp: build-stamp + dh_testdir + dh_testroot + dh_clean -k + $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr + [ ! -d $(TMP)/usr/lib/perl5 ] || \ + rmdir --ignore-fail-on-non-empty --parents --verbose \ + $(TMP)/usr/lib/perl5 + touch $@ + +binary-arch: +# We have nothing to do here for an architecture-independent package + +binary-indep: build install + dh_testdir + dh_testroot + dh_installexamples example_pl compat_pl + dh_installdocs api.txt + dh_installchangelogs Changes + dh_perl + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- libauthen-sasl-perl-2.13.orig/debian/watch +++ libauthen-sasl-perl-2.13/debian/watch @@ -0,0 +1,4 @@ +# format version number, currently 3; this line is compulsory! +version=3 +# URL to the package page followed by a regex to search +http://search.cpan.org/dist/Authen-SASL/ .*/Authen-SASL-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libauthen-sasl-perl-2.13.orig/debian/changelog +++ libauthen-sasl-perl-2.13/debian/changelog @@ -0,0 +1,102 @@ +libauthen-sasl-perl (2.13-1) unstable; urgency=low + + [ Gunnar Wolf ] + * New upstream release + * Standards-version → 3.8.3 (no changes needed) + + [ gregor herrmann ] + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + * debian/control: Added: ${misc:Depends} to Depends: field. + * Remove Florian Ragwitz from Uploaders (closes: #523154). + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + -- Gunnar Wolf Sun, 27 Sep 2009 14:02:26 -0500 + +libauthen-sasl-perl (2.12-1) unstable; urgency=low + + * New upstream release + * Updated standards-version to 3.8.0 (no changes needed) + * Added myself as an uploader + + -- Gunnar Wolf Tue, 01 Jul 2008 16:47:40 -0500 + +libauthen-sasl-perl (2.11-1) unstable; urgency=low + + [ AGOSTINI Yves ] + * Take over for the Debian Perl Group on maintainer's request + (rafl@debian.org) + "Thu, 24 Apr 2008 16:52:14 +0200 + I don't have much resources for Debian right now. Feel free to hijack + this package and maintain it within pkg-perl, as I am part of it anyway. + " + * add debian/watch for upgrade + * Standards-Version 3.7.3 + * add Debian Perl Group as Maintainer + * upgrade to 2.11 (Closes: #448997, #477524) + * debian/copyright: convert to new format + + [ gregor herrmann ] + * Refresh debian/rules, no functional changes. + + -- AGOSTINI Yves Fri, 25 Apr 2008 10:46:10 +0200 + +libauthen-sasl-perl (2.10-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Conditionally rmdir /usr/lib/perl5 (closes: #467669) + + -- Stephen Gran Sat, 05 Apr 2008 13:08:09 +0100 + +libauthen-sasl-perl (2.10-1) unstable; urgency=low + + * New upstream release (Closes: #359053). + + Fixes DIGEST_MD5 support (Closes: #322563). + * Use DH_COMPAT 5. + * Updated Maintainer field with my new debian.org address. + + -- Florian Ragwitz Sun, 26 Mar 2006 15:42:31 +0200 + +libauthen-sasl-perl (2.09-1) unstable; urgency=low + + * New Maintainer (Closes: #322095). + * New upstream version (Closes: #306446). + * Changed Priority to optional (Closes: #321137). + * Rewrote debian/rules. + * Using debhelper 4. + * Moved perl build-dep to Build-Depends-Indep. + * Updated Standards-Version. + * Extended Description. + * Added suggestion and build-dep on libdigest-hmac-perl. + + -- Florian Ragwitz Fri, 12 Aug 2005 17:02:34 +0200 + +libauthen-sasl-perl (2.08-2) unstable; urgency=high + + * Added a Replaces: libnet-ldap-perl (<< 0.26-2) to fix a bad file + overwrite issue; closes: #271708. + + -- Davide Puricelli (evo) Sat, 9 Apr 2005 17:38:29 +0200 + +libauthen-sasl-perl (2.08-1) unstable; urgency=high + + * New upstream version, closes: #250519. + * Added fixes from upstream SVN repository, thanks Peter Marschall. + closes: #254195. + + -- Davide Puricelli (evo) Sat, 21 Aug 2004 17:15:33 +0200 + +libauthen-sasl-perl (2.05-1) unstable; urgency=low + + * New upstream version. + + -- Davide Puricelli (evo) Thu, 23 Oct 2003 17:40:14 +0200 + +libauthen-sasl-perl (2.04-1) unstable; urgency=low + + * Initial Release, closes: #181247. + + -- Davide Puricelli (evo) Sat, 07 Jun 2003 10:29:22 +0200 + --- libauthen-sasl-perl-2.13.orig/debian/compat +++ libauthen-sasl-perl-2.13/debian/compat @@ -0,0 +1 @@ +5 --- libauthen-sasl-perl-2.13.orig/debian/copyright +++ libauthen-sasl-perl-2.13/debian/copyright @@ -0,0 +1,24 @@ +X-Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat +X-Debianized-By: Davide Puricelli (evo) +X-Debianized-Date: Sat, 07 Jun 2003 10:29:22 +0200 +X-Source-Downloaded-From: http://search.cpan.org/dist/Authen-SASL/ +X-Upstream-Author: Graham Barr + +Files: * +Copyright: Copyright (c) 2002 Graham Barr +License: GPL-1+ | Artistic + Copyright (c) 2002 Graham Barr . All rights reserved. + This program is free software; you can redistribute it and/or + modify it under the same terms as Perl itself + +Files: debian/* +Copyright: Copyright 2003-2005 Davide Puricelli (evo) + Copyright 2005-2006 Florian Ragwitz + Copyright 2008 Debian Perl Group +License: GPL-1+ | Artistic + The Debian packaging is put under the same terms as the module itself. + +Perl is distributed under your choice of the GNU General Public License or +the Artistic License. On Debian GNU/Linux systems, the complete text of the +GNU General Public License can be found in `/usr/share/common-licenses/GPL' +and the Artistic Licence in `/usr/share/common-licenses/Artistic'.