[Pkg-haskell-commits] darcs: haskell-fingertree: Initial Check-In

mhatta at debian.org mhatta at debian.org
Thu Feb 21 23:15:20 UTC 2013


Thu Feb 21 23:13:55 UTC 2013  mhatta at debian.org
  * Initial Check-In
  Ignore-this: ff4d97d60be797e284f959e986c963ec

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

Thu Feb 21 23:13:55 UTC 2013  mhatta at debian.org
  * Initial Check-In
  Ignore-this: ff4d97d60be797e284f959e986c963ec
diff -rN -u old-haskell-fingertree//changelog new-haskell-fingertree//changelog
--- old-haskell-fingertree//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-fingertree//changelog	2013-02-21 23:15:20.115723915 +0000
@@ -0,0 +1,7 @@
+haskell-fingertree (0.0.1.1-1) UNRELEASED; urgency=low
+
+  * Initial release. (closes: #701129)
+  * Debianization generated by cabal-debian
+
+ -- Masayuki Hatta (mhatta) <mhatta at debian.org>  Fri, 22 Feb 2013 07:38:29 +0900
+
diff -rN -u old-haskell-fingertree//compat new-haskell-fingertree//compat
--- old-haskell-fingertree//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-fingertree//compat	2013-02-21 23:15:20.115723915 +0000
@@ -0,0 +1 @@
+7
\ No newline at end of file
diff -rN -u old-haskell-fingertree//control new-haskell-fingertree//control
--- old-haskell-fingertree//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-fingertree//control	2013-02-21 23:15:20.115723915 +0000
@@ -0,0 +1,58 @@
+Source: haskell-fingertree
+Priority: extra
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org> 
+Uploaders: Masayuki Hatta (mhatta) <mhatta at debian.org>
+Build-Depends: debhelper (>= 7.0)
+               , haskell-devscripts (>= 0.8)
+               , cdbs
+               , ghc
+               , ghc-prof
+Build-Depends-Indep: ghc-doc
+Standards-Version: 3.9.3
+Homepage: http://hackage.haskell.org/package/fingertree
+Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-fingertree
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-fingertree
+
+Package: libghc-fingertree-dev
+Architecture: any
+Depends: ${shlibs:Depends}
+         , ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Generic finger-tree data structure implementation in Haskell
+ This Haskell library provides a general sequence representation with 
+ arbitrary annotations, for use as a base for implementations of
+ various collection types.
+ .
+ This package contains the normal library files.
+
+Package: libghc-fingertree-prof
+Architecture: any
+Depends: ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Generic finger-tree data structure implementation in Haskell
+ This Haskell library provides a general sequence representation with 
+ arbitrary annotations, for use as a base for implementations of
+ various collection types.
+ .
+ This package contains the libraries compiled with profiling enabled.
+
+Package: libghc-fingertree-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Generic finger-tree data structure implementation in Haskell
+ This Haskell library provides a general sequence representation with 
+ arbitrary annotations, for use as a base for implementations of
+ various collection types.
+ .
+ This package contains the documentation files.
diff -rN -u old-haskell-fingertree//copyright new-haskell-fingertree//copyright
--- old-haskell-fingertree//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-fingertree//copyright	2013-02-21 23:15:20.115723915 +0000
@@ -0,0 +1,34 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: fingertree
+Upstream-Contact: Ross Paterson <ross at soi.city.ac.uk>
+Source: http://hackage.haskell.org/package/fingertree
+
+Files: *
+Copyright: Copyright 2006 Ross Paterson and Ralf Hinze
+License: BSD-3-Clause
+ 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 name of the University nor the names of its contributors may be
+ used to endorse or promote products derived from this software without
+ specific prior written permission. 
+ .
+ THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY COURT OF THE UNIVERSITY OF
+ GLASGOW AND THE 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
+ UNIVERSITY COURT OF THE UNIVERSITY OF GLASGOW OR THE 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-fingertree//rules new-haskell-fingertree//rules
--- old-haskell-fingertree//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-fingertree//rules	2013-02-21 23:15:20.115723915 +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-fingertree//source/format new-haskell-fingertree//source/format
--- old-haskell-fingertree//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-fingertree//source/format	2013-02-21 23:15:20.119722711 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
\ No newline at end of file
diff -rN -u old-haskell-fingertree//watch new-haskell-fingertree//watch
--- old-haskell-fingertree//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-fingertree//watch	2013-02-21 23:15:20.119722711 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|fingertree-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/fingertree \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list