debian/0000755000000000000000000000000012274405524007173 5ustar debian/watch0000644000000000000000000000017512246011642010220 0ustar version=3 http://hackage.haskell.org/package/gitlib/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) debian/rules0000755000000000000000000000020712246010646010246 0ustar #!/usr/bin/make -f # DEB_ENABLE_TESTS = yes include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/copyright0000644000000000000000000000253412246011632011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: gitlib Upstream-Contact: John Wiegley Source: http://hackage.haskell.org/package/gitlib Files: * Copyright: 2012 John Wiegley License: Expat Files: debian/* Copyright: 2013 Clint Adams License: Expat License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/source/0000755000000000000000000000000011775351420010473 5ustar debian/source/format0000644000000000000000000000001411775351420011701 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212246010646010365 0ustar 9 debian/control0000644000000000000000000000555512246011552010601 0ustar Source: haskell-gitlib Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Clint Adams Build-Depends: debhelper (>= 9) , cdbs , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof , libghc-base16-bytestring-dev (>= 0.1.1.5) , libghc-base16-bytestring-prof , libghc-conduit-dev (>= 1.0.0) , libghc-conduit-prof , libghc-data-default-dev (>= 0.5.0) , libghc-data-default-prof , libghc-failure-dev (>= 0.2.0.1) , libghc-failure-prof , libghc-hashable-dev (>= 1.1.2.5) , libghc-hashable-prof , libghc-lifted-base-dev (>= 0.2) , libghc-lifted-base-prof , libghc-tagged-dev (>= 0.2.3.1) , libghc-tagged-prof , libghc-text-dev (>= 0.11.2) , libghc-text-prof , libghc-transformers-dev (>= 0.3.0.0) , libghc-transformers-prof , libghc-unordered-containers-dev (>= 0.2.3.0) , libghc-unordered-containers-prof Build-Depends-Indep: ghc-doc , libghc-base16-bytestring-doc , libghc-conduit-doc , libghc-data-default-doc , libghc-failure-doc , libghc-hashable-doc , libghc-lifted-base-doc , libghc-tagged-doc , libghc-text-doc , libghc-transformers-doc , libghc-unordered-containers-doc Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/gitlib Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-gitlib Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-gitlib X-Description: API library for working with Git repositories gitlib is a high-level, lazy and conduit-aware set of abstractions for programming with Git types. Several different backends are available, including one for the libgit2 C library. The aim is both type-safety and convenience of use for Haskell users, combined with high performance and minimal memory footprint by taking advantage of Haskell's laziness and the conduit library's deterministic resource cleanup. . For further information, as well as typical use cases, see the Git.Tutorial module. Package: libghc-gitlib-dev Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-gitlib-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-gitlib-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} debian/changelog0000644000000000000000000000115412274405524011046 0ustar haskell-gitlib (2.2.0.0-1build3) trusty; urgency=medium * Rebuild for new GHC ABIs. -- Colin Watson Wed, 05 Feb 2014 09:58:44 +0000 haskell-gitlib (2.2.0.0-1build2) trusty; urgency=medium * Rebuild for new GHC ABIs. -- Colin Watson Thu, 19 Dec 2013 18:04:00 +0000 haskell-gitlib (2.2.0.0-1build1) trusty; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Sat, 14 Dec 2013 12:27:14 +0000 haskell-gitlib (2.2.0.0-1) unstable; urgency=low * Initial release. -- Clint Adams Thu, 28 Nov 2013 23:01:02 -0500