debian/0000755000000000000000000000000012147663276007204 5ustar debian/watch0000644000000000000000000000032412071571400010213 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|LDAP-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/LDAP \ ([\d\.]*\d)/ debian/control0000644000000000000000000000471712147621400010577 0ustar Source: ldap-haskell Priority: optional Maintainer: Debian Haskell Group Uploaders: John Goerzen Build-Depends: debhelper (>= 9), ghc, ghc-prof, haskell-devscripts (>= 0.8.13), libldap2-dev (>= 2.4.7), cdbs Build-Depends-Indep: ghc-doc Standards-Version: 3.9.4 Section: haskell Homepage: http://software.complete.org/ldap-haskell Vcs-Darcs: http://darcs.debian.org/pkg-haskell/ldap-haskell Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/ldap-haskell Package: libghc-ldap-dev Section: haskell Architecture: any Suggests: ${haskell:Suggests} Depends: ${haskell:Depends}, libldap2-dev, ${shlibs:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Description: LDAP Interface for Haskell This package provides an interface to the C LDAP API for Haskell programmers. With it, you can search, modify, and interrogate LDAP directories. The Haskell binding features automatic memory management and proper handling for binary data, and handles all marshalling into and out of C data structures for you automatically. . This package is built for GHC. Package: libghc-ldap-prof Section: haskell Architecture: any Suggests: ${haskell:Suggests} Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Description: LDAP Interface for Haskell; profiling libraries This package provides an interface to the C LDAP API for Haskell programmers. With it, you can search, modify, and interrogate LDAP directories. The Haskell binding features automatic memory management and proper handling for binary data, and handles all marshalling into and out of C data structures for you automatically. . This package is built for GHC, compiled for profiling. Package: libghc-ldap-doc Replaces: ldap-haskell-doc (<< 0.6.6-2) Conflicts: ldap-haskell-doc (<< 0.6.6-2) Provides: ldap-haskell-doc Section: doc Architecture: all Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: LDAP Interface for Haskell This package provides an interface to the C LDAP API for Haskell programmers. With it, you can search, modify, and interrogate LDAP directories. The Haskell binding features automatic memory management and proper handling for binary data, and handles all marshalling into and out of C data structures for you automatically. . This package provides documentation for the Haskell LDAP bindings. debian/rules0000755000000000000000000000023412071571276010255 0ustar #!/usr/bin/make -f # Standard way of building Haskell libraries . include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/ldap-haskell-doc.docs0000644000000000000000000000000712071571276013151 0ustar html/* debian/changelog0000644000000000000000000001010212147643176011045 0ustar ldap-haskell (0.6.9-2) unstable; urgency=low * Enable compat level 9 * Bump standards version to 3.9.4 -- Joachim Breitner Fri, 24 May 2013 12:52:46 +0200 ldap-haskell (0.6.9-1) experimental; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this package is built against experimental * Add watch file * New upstream release -- Joachim Breitner Sat, 05 Jan 2013 21:13:09 +0100 ldap-haskell (0.6.6-4.1) unstable; urgency=low * Non-maintainer upload. * Sourceful upload to rebuild documentation package. -- Clint Adams Wed, 22 Feb 2012 20:22:33 -0500 ldap-haskell (0.6.6-4) unstable; urgency=low * [60ee81f] debian/control: Rename ghc6→ghc for GHC 7 transition * [25d9a5a] debian/control: Standards-Version → 3.9.2, no changes required -- Iain Lane Mon, 23 May 2011 15:53:34 +0100 ldap-haskell (0.6.6-3) unstable; urgency=low * control: Use versioned Replaces: and Conflicts: -- Marco Túlio Gontijo e Silva Wed, 05 May 2010 23:13:55 -0300 ldap-haskell (0.6.6-2) unstable; urgency=low * debian/control: Rename -doc package. * debian/control: Build-Depends: debhelper (>= 7). * debian/control: Bump Standards-Version to 3.8.4, changing Section to haskell. * debian/control: Remove Build-Dependes(-Indep) in haddock, and versioned in ghc6. * debian/control: Build-Depends-Indep: correct. * debian/control: Use haskell: variables. * debian/control: Include -prof package. * debian/control: Use misc:Depends. * Fix "typo in package description" by correction typo. Thanks to Georg Neis . (Closes: #414898) * debian/missingpy.doc-base.EX: Remove dh-make example file. -- Marco Túlio Gontijo e Silva Thu, 18 Mar 2010 09:09:15 -0300 ldap-haskell (0.6.6-1) unstable; urgency=low * New upstream release. * Rebuild for GHC 6.12. * Switching to Haskell team maintenance. * Dropping Hugs support for now due to lack of support for Hugs in Cabal. -- John Goerzen Thu, 18 Feb 2010 11:25:39 -0600 ldap-haskell (0.6.5-1) unstable; urgency=low * Update for GHC 6.10. Closes: #522473. -- John Goerzen Mon, 06 Apr 2009 10:41:58 -0500 ldap-haskell (0.6.4.1) unstable; urgency=high * Rebuild with newer GHC. -- John Goerzen Mon, 19 Jan 2009 10:46:26 -0600 ldap-haskell (0.6.4.0) unstable; urgency=low * Update for newer OpenLDAP: rename LDAP_X_PROXY_AUTHZ_FAILURE from LDAP_PROXY_AUTHZ_FAILURE. -- John Goerzen Mon, 04 Feb 2008 01:14:44 -0600 ldap-haskell (0.6.3.0) unstable; urgency=low * Update for newer GHC 6.8.x. -- John Goerzen Wed, 16 Jan 2008 10:06:34 -0600 ldap-haskell (0.6.2) unstable; urgency=low * Update for GHC 6.6.1. -- John Goerzen Wed, 06 Jun 2007 07:12:45 -0500 ldap-haskell (0.6.1) unstable; urgency=low * Update copyright info and doc locations -- John Goerzen Wed, 10 Jan 2007 05:40:45 -0600 ldap-haskell (0.6.0) unstable; urgency=low * Removed LDAP_OPT_ON and LDAP_OPT_OFF -- caused link problems on Gentoo * Updates for GHC 6.6 * Removed some extra files -- John Goerzen Fri, 20 Oct 2006 08:14:03 -0500 ldap-haskell (0.5.2) unstable; urgency=low * Rebuilt for GHC 6.4.2 -- John Goerzen Mon, 3 Jul 2006 10:20:56 -0500 ldap-haskell (0.5.1) unstable; urgency=low * Rebuilt for new GHC. Closes: #335626. * Update build-dep for new haskell-devscripts. -- John Goerzen Tue, 25 Oct 2005 06:01:55 -0500 ldap-haskell (0.5.0) unstable; urgency=low * Added new features for ldap modifications. * Tightened up build-depends on haskell-devscripts. Closes: #326793. -- John Goerzen Mon, 29 Aug 2005 06:02:08 -0500 ldap-haskell (0.1.0) unstable; urgency=low * Initial release. -- John Goerzen Wed, 10 Aug 2005 05:15:37 -0500 debian/source/0000755000000000000000000000000012147663276010504 5ustar debian/source/format0000644000000000000000000000001412147663276011712 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212147616402010367 0ustar 9 debian/copyright0000644000000000000000000000322112071571276011127 0ustar Haskell LDAP Interface Copyright (C) 2005-2007 John Goerzen Downloaded from http://software.complete.org/ldap-haskell All code is under the following license unless otherwise noted: Copyright (c) 2005-2007 John Goerzen. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of John Goerzen nor the names of contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/gbp.conf0000644000000000000000000000003612071571276010614 0ustar [DEFAULT] pristine-tar = True