--- libnet-ldap-server-perl-0.4.orig/debian/control +++ libnet-ldap-server-perl-0.4/debian/control @@ -0,0 +1,17 @@ +Source: libnet-ldap-server-perl +Section: perl +Priority: extra +Build-Depends: cdbs, debhelper +Build-Depends-Indep: perl (>= 5.6.0-16), libnet-ldap-perl, libconvert-asn1-perl +Maintainer: Matej Vela +Standards-Version: 3.7.3 + +Package: libnet-ldap-server-perl +Architecture: all +Depends: ${perl:Depends}, libnet-ldap-perl, libconvert-asn1-perl +Suggests: libnet-daemon-perl +Description: LDAP server-side protocol handling in Perl + Net::LDAP::Server provides the protocol handling for an LDAP server. + You can subclass it and implement the request types you need. Once + you accept a connection (e.g. using Net::Daemon), Net::LDAP::Server + takes care of decoding client requests and encoding your replies. --- libnet-ldap-server-perl-0.4.orig/debian/changelog +++ libnet-ldap-server-perl-0.4/debian/changelog @@ -0,0 +1,27 @@ +libnet-ldap-server-perl (0.4-2) unstable; urgency=low + + * Don't try to remove /usr/lib/perl5 if it's not there. + Closes: #467912. + + -- Matej Vela Tue, 26 Feb 2008 20:39:38 +0100 + +libnet-ldap-server-perl (0.4-1) unstable; urgency=low + + * New upstream release. + * Switch to debhelper 5. + * Conforms to Standards version 3.7.3. + + -- Matej Vela Sat, 26 Jan 2008 12:18:42 +0100 + +libnet-ldap-server-perl (0.3-2) unstable; urgency=low + + * Build depend on libnet-ldap-perl, libconvert-asn1-perl to avoid + failing tests. + + -- Matej Vela Sat, 22 Jul 2006 15:08:06 +0200 + +libnet-ldap-server-perl (0.3-1) unstable; urgency=low + + * Initial release. Closes: #379213. + + -- Matej Vela Sat, 22 Jul 2006 14:51:12 +0200 --- libnet-ldap-server-perl-0.4.orig/debian/rules +++ libnet-ldap-server-perl-0.4/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/perlmodule.mk + +# Stuff in the README is covered by the description and the dependencies. +DEB_INSTALL_DOCS_ALL := + +DEB_INSTALL_EXAMPLES_libnet-ldap-server-perl := examples/* + +install/libnet-ldap-server-perl:: + [ ! -d $(DEB_DESTDIR)/usr/lib/perl5 ] \ + || rmdir -p --ignore-fail-on-non-empty $(DEB_DESTDIR)/usr/lib/perl5 --- libnet-ldap-server-perl-0.4.orig/debian/copyright +++ libnet-ldap-server-perl-0.4/debian/copyright @@ -0,0 +1,20 @@ +This is the Debian package for the Net::LDAP::Server module, put together by +Matej Vela from sources found on CPAN: + + + +Net::LDAP::Server was written by Alessandro Ranellucci, based on an earlier +Net::LDAP::Daemon module by Hans Klunder. + +Copyright (C) 2005 Alessandro Ranellucci +Copyright (C) 2005 Hans Klunder + +This library is free software; you can redistribute it and/or modify it +under the same terms as Perl 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 License in `/usr/share/common-licenses/Artistic'. + +The Debian packaging is in the public domain. --- libnet-ldap-server-perl-0.4.orig/debian/compat +++ libnet-ldap-server-perl-0.4/debian/compat @@ -0,0 +1 @@ +5