[Pkg-haskell-commits] darcs: haskell-chunked-data: Initial Check-In

Clint Adams clint at debian.org
Fri May 9 01:51:17 UTC 2014


Fri May  9 01:50:54 UTC 2014  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 May  9 01:50:54 UTC 2014  Clint Adams <clint at debian.org>
  * Initial Check-In
diff -rN -u old-haskell-chunked-data/changelog new-haskell-chunked-data/changelog
--- old-haskell-chunked-data/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-chunked-data/changelog	2014-05-09 01:51:17.257224376 +0000
@@ -0,0 +1,5 @@
+haskell-chunked-data (0.1.0.1-1) unstable; urgency=medium
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Thu, 08 May 2014 21:36:29 -0400
diff -rN -u old-haskell-chunked-data/compat new-haskell-chunked-data/compat
--- old-haskell-chunked-data/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-chunked-data/compat	2014-05-09 01:51:17.261224379 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-chunked-data/control new-haskell-chunked-data/control
--- old-haskell-chunked-data/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-chunked-data/control	2014-05-09 01:51:17.261224379 +0000
@@ -0,0 +1,75 @@
+Source: haskell-chunked-data
+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-blaze-builder-dev
+  , libghc-blaze-builder-prof
+  , libghc-mono-traversable-dev (>= 0.2)
+  , libghc-mono-traversable-prof
+  , libghc-semigroups-dev
+  , libghc-semigroups-prof
+  , libghc-system-filepath-dev
+  , libghc-system-filepath-prof
+  , libghc-text-dev (>= 0.11)
+  , libghc-text-prof
+  , libghc-transformers-dev
+  , libghc-transformers-prof
+  , libghc-vector-dev
+  , libghc-vector-prof
+Build-Depends-Indep: ghc-doc
+  , libghc-blaze-builder-doc
+  , libghc-mono-traversable-doc
+  , libghc-semigroups-doc
+  , libghc-system-filepath-doc
+  , libghc-text-doc
+  , libghc-transformers-doc
+  , libghc-vector-doc
+Standards-Version: 3.9.5
+Homepage: http://hackage.haskell.org/package/chunked-data
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-chunked-data
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-chunked-data
+X-Description: typeclasses for dealing with various chunked data representations
+ Typeclasses for dealing with various chunked data representations,
+ originally present in classy-prelude.
+
+Package: libghc-chunked-data-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-chunked-data-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-chunked-data-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-chunked-data/copyright new-haskell-chunked-data/copyright
--- old-haskell-chunked-data/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-chunked-data/copyright	2014-05-09 01:51:17.261224379 +0000
@@ -0,0 +1,30 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: chunked-data
+Upstream-Contact: Michael Snoyman <michael at snoyman.com>
+Source: http://hackage.haskell.org/package/chunked-data
+
+Files: *
+Copyright: 2014 FP Complete
+License: Expat
+
+Files: debian/*
+Copyright: 2014 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-chunked-data/rules new-haskell-chunked-data/rules
--- old-haskell-chunked-data/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-chunked-data/rules	2014-05-09 01:51:17.261224379 +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-chunked-data/source/format new-haskell-chunked-data/source/format
--- old-haskell-chunked-data/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-chunked-data/source/format	2014-05-09 01:51:17.265224382 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-chunked-data/watch new-haskell-chunked-data/watch
--- old-haskell-chunked-data/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-chunked-data/watch	2014-05-09 01:51:17.265224382 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/chunked-data/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Pkg-haskell-commits mailing list