[Pkg-haskell-commits] darcs: haskell-gitlib: Initial check-in.

Clint Adams clint at debian.org
Fri Nov 29 04:32:32 UTC 2013


Fri Nov 29 04:31:32 UTC 2013  Clint Adams <clint at debian.org>
  * Initial check-in.

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./rules
    A ./source/
    A ./source/format
    A ./watch

Fri Nov 29 04:31:32 UTC 2013  Clint Adams <clint at debian.org>
  * Initial check-in.
diff -rN -u old-haskell-gitlib/changelog new-haskell-gitlib/changelog
--- old-haskell-gitlib/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gitlib/changelog	2013-11-29 04:32:32.436832413 +0000
@@ -0,0 +1,5 @@
+haskell-gitlib (2.2.0.0-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Thu, 28 Nov 2013 23:01:02 -0500
diff -rN -u old-haskell-gitlib/compat new-haskell-gitlib/compat
--- old-haskell-gitlib/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gitlib/compat	2013-11-29 04:32:32.436832413 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-gitlib/control new-haskell-gitlib/control
--- old-haskell-gitlib/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gitlib/control	2013-11-29 04:32:32.436832413 +0000
@@ -0,0 +1,92 @@
+Source: haskell-gitlib
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+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}
diff -rN -u old-haskell-gitlib/copyright new-haskell-gitlib/copyright
--- old-haskell-gitlib/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gitlib/copyright	2013-11-29 04:32:32.436832413 +0000
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: gitlib
+Upstream-Contact: John Wiegley <johnw at fpcomplete.com>
+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.
diff -rN -u old-haskell-gitlib/rules new-haskell-gitlib/rules
--- old-haskell-gitlib/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gitlib/rules	2013-11-29 04:32:32.436832413 +0000
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+# DEB_ENABLE_TESTS = yes
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-gitlib/source/format new-haskell-gitlib/source/format
--- old-haskell-gitlib/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gitlib/source/format	2013-11-29 04:32:32.436832413 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-gitlib/watch new-haskell-gitlib/watch
--- old-haskell-gitlib/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gitlib/watch	2013-11-29 04:32:32.436832413 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/gitlib/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Pkg-haskell-commits mailing list