[Pkg-haskell-commits] darcs: haskell-vector-th-unbox: Initial check-in

Joachim Breitner mail at joachim-breitner.de
Thu Aug 28 22:36:31 UTC 2014


Tue Aug 26 16:43:28 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in

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

Tue Aug 26 16:43:28 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in
diff -rN -u old-haskell-vector-th-unbox/changelog new-haskell-vector-th-unbox/changelog
--- old-haskell-vector-th-unbox/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-vector-th-unbox/changelog	2014-08-28 22:36:31.100539826 +0000
@@ -0,0 +1,5 @@
+haskell-vector-th-unbox (0.2.1.0-1) UNRELEASED; urgency=low
+
+  * Initial release.
+
+ -- Joachim Breitner <nomeata at debian.org>  Thu, 01 Jan 1970 00:00:00 +0000
diff -rN -u old-haskell-vector-th-unbox/compat new-haskell-vector-th-unbox/compat
--- old-haskell-vector-th-unbox/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-vector-th-unbox/compat	2014-08-28 22:36:31.100539826 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-vector-th-unbox/control new-haskell-vector-th-unbox/control
--- old-haskell-vector-th-unbox/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-vector-th-unbox/control	2014-08-28 22:36:31.100539826 +0000
@@ -0,0 +1,61 @@
+Source: haskell-vector-th-unbox
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Joachim Breitner <nomeata at debian.org>
+Build-Depends: debhelper (>= 9)
+  , cdbs
+  , haskell-devscripts (>= 0.8.15)
+  , ghc
+  , ghc-prof
+  , ghc-ghci
+  , libghc-vector-dev (>= 0.7)
+  , libghc-vector-prof
+# test suite dependencies
+  , libghc-data-default-dev
+Build-Depends-Indep: ghc-doc
+  , libghc-vector-doc
+Standards-Version: 3.9.5
+Homepage: http://hackage.haskell.org/package/vector-th-unbox
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-vector-th-unbox
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-vector-th-unbox
+X-Description: Deriver for Data.Vector.Unboxed using Template Haskell
+ This Haskell library package provides a Template Haskell deriver for unboxed
+ vectors, given a pair of coercion functions to and from some existing type
+ with an Unbox instance.
+
+Package: libghc-vector-th-unbox-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-vector-th-unbox-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-vector-th-unbox-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-vector-th-unbox/copyright new-haskell-vector-th-unbox/copyright
--- old-haskell-vector-th-unbox/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-vector-th-unbox/copyright	2014-08-28 22:36:31.100539826 +0000
@@ -0,0 +1,42 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: vector-th-unbox
+Upstream-Contact: Liyang HU <vector-th-unbox at liyang.hu>
+Source: http://hackage.haskell.org/package/vector-th-unbox
+
+Files: *
+Copyright: (c) 2012-2014, Liyang HU
+License: vector-th-unbox license
+
+Files: debian/*
+Copyright: 2014 Joachim Breitner
+License: vector-th-unbox license
+
+License: vector-th-unbox license
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+     * Redistributions of source code must retain the above copyright
+       notice, this list of conditions and the following disclaimer.
+ .
+     * 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.
+ .
+     * Neither the name of Liyang HU nor the names of other
+       contributors may be used to endorse or promote products derived
+       from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 COPYRIGHT
+ OWNER 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.
diff -rN -u old-haskell-vector-th-unbox/rules new-haskell-vector-th-unbox/rules
--- old-haskell-vector-th-unbox/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-vector-th-unbox/rules	2014-08-28 22:36:31.100539826 +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-vector-th-unbox/source/format new-haskell-vector-th-unbox/source/format
--- old-haskell-vector-th-unbox/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-vector-th-unbox/source/format	2014-08-28 22:36:31.100539826 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-vector-th-unbox/watch new-haskell-vector-th-unbox/watch
--- old-haskell-vector-th-unbox/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-vector-th-unbox/watch	2014-08-28 22:36:31.100539826 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/vector-th-unbox/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Pkg-haskell-commits mailing list