[Pkg-haskell-commits] darcs: haskell-dual-tree: Initial check-in

Joachim Breitner mail at joachim-breitner.de
Sat Jan 5 10:43:13 UTC 2013


Sat Jan  5 10:43:02 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in
  Ignore-this: 5e10ca6240156070bc1eeba50e909aca

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

Sat Jan  5 10:43:02 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in
  Ignore-this: 5e10ca6240156070bc1eeba50e909aca
diff -rN -u old-haskell-dual-tree//changelog new-haskell-dual-tree//changelog
--- old-haskell-dual-tree//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-dual-tree//changelog	2013-01-05 10:43:13.306217767 +0000
@@ -0,0 +1,5 @@
+haskell-dual-tree (0.1.0.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-dual-tree//compat new-haskell-dual-tree//compat
--- old-haskell-dual-tree//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-dual-tree//compat	2013-01-05 10:43:13.306217767 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-dual-tree//control new-haskell-dual-tree//control
--- old-haskell-dual-tree//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-dual-tree//control	2013-01-05 10:43:13.306217767 +0000
@@ -0,0 +1,82 @@
+Source: haskell-dual-tree
+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 (>= 7)
+  , cdbs
+  , haskell-devscripts (>= 0.8.13)
+  , ghc
+  , ghc-prof
+  , libghc-semigroups-dev (>= 0.8)
+  , libghc-semigroups-dev (<< 0.9)
+  , libghc-semigroups-prof
+  , libghc-newtype-dev (>= 0.2)
+  , libghc-newtype-dev (<< 0.3)
+  , libghc-newtype-prof
+  , libghc-monoid-extras-dev (>= 0.2)
+  , libghc-monoid-extras-dev (<< 0.3)
+  , libghc-monoid-extras-prof
+Build-Depends-Indep: ghc-doc
+  , libghc-semigroups-doc
+  , libghc-newtype-doc
+  , libghc-monoid-extras-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/dual-tree
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-dual-tree
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-dual-tree
+
+Package: libghc-dual-tree-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Rose trees with cached and accumulating monoidal annotations
+ Rose (n-ary) trees with both upwards- (i.e. cached) and downwards-traveling
+ (i.e. accumulating) monoidal annotations.
+ .
+ Abstractly, a DUALTree is a rose (n-ary) tree with data at leaves, data at
+ internal nodes, and two types of monoidal annotations, one travelling "up" the
+ tree and one traveling "down".
+ .
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-dual-tree-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Rose trees with cached and accumulating monoidal annotations; profiling libraries
+ Rose (n-ary) trees with both upwards- (i.e. cached) and downwards-traveling
+ (i.e. accumulating) monoidal annotations.
+ .
+ Abstractly, a DUALTree is a rose (n-ary) tree with data at leaves, data at
+ internal nodes, and two types of monoidal annotations, one travelling "up" the
+ tree and one traveling "down".
+ .
+ This package provides a library for the Haskell programming language, compiled
+ for profiling.  See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-dual-tree-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Rose trees with cached and accumulating monoidal annotations; documentation
+ Rose (n-ary) trees with both upwards- (i.e. cached) and downwards-traveling
+ (i.e. accumulating) monoidal annotations.
+ .
+ Abstractly, a DUALTree is a rose (n-ary) tree with data at leaves, data at
+ internal nodes, and two types of monoidal annotations, one travelling "up" the
+ tree and one traveling "down".
+ .
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
diff -rN -u old-haskell-dual-tree//copyright new-haskell-dual-tree//copyright
--- old-haskell-dual-tree//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-dual-tree//copyright	2013-01-05 10:43:13.306217767 +0000
@@ -0,0 +1,42 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: dual-tree
+Upstream-Contact: diagrams-discuss at googlegroups.com
+Source: http://hackage.haskell.org/package/dual-tree
+
+Files: *
+Copyright: 2011-2012 Brent Yorgey
+License: dual-tree license
+
+Files: debian/*
+Copyright: 1913 Joachim Breitner
+License: dual-tree license
+
+License: dual-tree 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 Brent Yorgey 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-dual-tree//rules new-haskell-dual-tree//rules
--- old-haskell-dual-tree//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-dual-tree//rules	2013-01-05 10:43:13.310217462 +0000
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-dual-tree//source/format new-haskell-dual-tree//source/format
--- old-haskell-dual-tree//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-dual-tree//source/format	2013-01-05 10:43:13.310217462 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-dual-tree//watch new-haskell-dual-tree//watch
--- old-haskell-dual-tree//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-dual-tree//watch	2013-01-05 10:43:13.310217462 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|dual-tree-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/dual-tree \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list