debian/0000755000000000000000000000000011745236550007176 5ustar debian/rules0000755000000000000000000000003611745236550010255 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000201011745236550010572 0ustar Source: libauthen-simple-ldap-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Xavier Oswald , Florian Schlichting Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libauthen-simple-perl, libnet-ldap-perl Standards-Version: 3.9.3 Homepage: http://search.cpan.org/dist/Authen-Simple-LDAP/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libauthen-simple-ldap-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libauthen-simple-ldap-perl.git Package: libauthen-simple-ldap-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libauthen-simple-perl, libnet-ldap-perl Description: module for simple LDAP authentication Authen::Simple::LDAP is part of the Authen::Simple framework for simple and consistent authentication. It provides a module for authentication against an LDAP service, including Apple Open Directory and Microsoft Active Directory servers. debian/source/0000755000000000000000000000000011745236550010476 5ustar debian/source/format0000644000000000000000000000001411745236550011704 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000426111745236550011053 0ustar libauthen-simple-ldap-perl (0.3-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Added: ${misc:Depends} to Depends: field. * debian/control: remove DM-Upload-Allowed since Xavier Oswald is a DD now. [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Florian Schlichting ] * Imported Upstream version 0.3. * Switched to source format 3.0 (quilt). * Bumped dh compatibility to level 8 (no changes necessary). * Refreshed debian/copyright, using copyright-format 1.0. * Bumped Standards-Version to 3.9.3 (no further changes). * Switched to short-form debian/rules. * Added myself to Uploaders. * Reworded short and long description. * Added fix-spelling-error-in-manpage.patch. * Removed libtest-pod-perl, libtest-pod-coverage-perl from B-D-I: only needed for author tests. -- Florian Schlichting Sun, 22 Apr 2012 22:57:17 +0200 libauthen-simple-ldap-perl (0.2-2) unstable; urgency=low * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields. Add XS-DM-Upload-Allowed: yes. * debian/rules: - delete /usr/lib/perl5 only if it exists (closes: #467672). - swap binary-arch and binary-indep, this package is arch:all. - remove OPTIMIZE, this package is still arch:all. - let install-stamp depend on build-stamp. - install upstream changelog. - don't install README anymore, it's just the text version of the POD documentation. * debian/watch: use dist-based URL. * Set Standards-Version to 3.7.3 (no changes). * Set debhelper compatibility level to 6. -- Xavier Oswald Tue, 26 Feb 2008 23:39:52 +0100 libauthen-simple-ldap-perl (0.2-1) unstable; urgency=low * Initial release (Closes: #410687) -- Xavier Oswald Mon, 12 Feb 2007 15:20:57 +0100 debian/compat0000644000000000000000000000000211745236550010374 0ustar 8 debian/patches/0000755000000000000000000000000011745236550010625 5ustar debian/patches/fix-spelling-error-in-manpage.patch0000644000000000000000000000135311745236550017412 0ustar Description: fix typos found by lintian Author: Florian Schlichting Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=76709 --- a/lib/Authen/Simple/ActiveDirectory.pm +++ b/lib/Authen/Simple/ActiveDirectory.pm @@ -135,7 +135,7 @@ =item * port -Connection port, default to 389. May be overriden by host if host is a URI. +Connection port, default to 389. May be overridden by host if host is a URI. port => 389 --- a/lib/Authen/Simple/LDAP.pm +++ b/lib/Authen/Simple/LDAP.pm @@ -212,7 +212,7 @@ =item * port -Connection port, default to C<389>. May be overriden by host if host is a URI. +Connection port, default to C<389>. May be overridden by host if host is a URI. port => 389 debian/patches/series0000644000000000000000000000004411745236550012040 0ustar fix-spelling-error-in-manpage.patch debian/copyright0000644000000000000000000000307011745236550011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Christian Hansen Upstream-Name: Authen-Simple-LDAP Source: http://search.cpan.org/dist/Authen-Simple-LDAP/ Files: * Copyright: 2006-2012, Christian Hansen License: Artistic or GPL-1+ Comment: The upstream distribution identifies an author, but no copyright holder. Pursuant to the Berne Convention for the Protection of Literary and Artistic Works, it is assumed that all content is copyright by its respective authors unless otherwise stated. Files: inc/Module/* Copyright: 2002-2012, Adam Kennedy 2002-2012, Audrey Tang 2002-2012, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2007-2008, Xavier Oswald 2012, Florian Schlichting License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000017711745236550010234 0ustar version=3 http://search.cpan.org/dist/Authen-Simple-LDAP/ .*/Authen-Simple-LDAP-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)