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

Masayuki Hatta mhatta at debian.org
Fri Feb 22 14:01:17 UTC 2013


Fri Feb 22 14:00:04 UTC 2013  Masayuki Hatta <mhatta at debian.org>
  * Initial Check-In
  Ignore-this: 9e8aceb3fbaf66bd7c204e0f39ee6f8c

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

Fri Feb 22 14:00:04 UTC 2013  Masayuki Hatta <mhatta at debian.org>
  * Initial Check-In
  Ignore-this: 9e8aceb3fbaf66bd7c204e0f39ee6f8c
diff -rN -u old-haskell-pointedlist//changelog new-haskell-pointedlist//changelog
--- old-haskell-pointedlist//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-pointedlist//changelog	2013-02-22 14:01:16.874221388 +0000
@@ -0,0 +1,7 @@
+haskell-pointedlist (0.4.0.4-1) UNRELEASED; urgency=low
+
+  * Initial release. (closes: #701174)
+  * Debianization generated by cabal-debian
+
+ -- Masayuki Hatta (mhatta) <mhatta at debian.org>  Fri, 22 Feb 2013 20:42:12 +0900
+
diff -rN -u old-haskell-pointedlist//compat new-haskell-pointedlist//compat
--- old-haskell-pointedlist//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-pointedlist//compat	2013-02-22 14:01:16.874221388 +0000
@@ -0,0 +1 @@
+7
\ No newline at end of file
diff -rN -u old-haskell-pointedlist//control new-haskell-pointedlist//control
--- old-haskell-pointedlist//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-pointedlist//control	2013-02-22 14:01:16.878219432 +0000
@@ -0,0 +1,70 @@
+Source: haskell-pointedlist
+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
+               , libghc-derive-dev
+               , libghc-derive-prof
+               , libghc-fclabels-dev (>= 1.1)
+               , libghc-fclabels-dev (<< 1.2)
+               , libghc-fclabels-prof (>= 1.1)
+               , libghc-fclabels-prof (<< 1.2)
+Build-Depends-Indep: ghc-doc
+                     , libghc-derive-doc
+                     , libghc-fclabels-doc (>= 1.1)
+                     , libghc-fclabels-doc (<< 1.2)
+Standards-Version: 3.9.3
+Homepage: http://hackage.haskell.org/package/pointedlist
+Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-pointedlist
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-pointedlist
+
+Package: libghc-pointedlist-dev
+Architecture: any
+Depends: ${shlibs:Depends}
+         , ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: zipper-like comonad which works as a list, tracking a position
+ This Haskell library provides PointedList, which tracks the position in a 
+ non-empty list which works similarly to a zipper. A current item is always 
+ required, and therefore the list may never be empty. A circular PointedList 
+ wraps around to the other end when progressing past the actual edge.
+ .
+ This package contains the normal library files.
+
+Package: libghc-pointedlist-prof
+Architecture: any
+Depends: ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: zipper-like comonad which works as a list, tracking a position
+ This Haskell library provides PointedList, which tracks the position in a 
+ non-empty list which works similarly to a zipper. A current item is always 
+ required, and therefore the list may never be empty. A circular PointedList 
+ wraps around to the other end when progressing past the actual edge.
+ .
+ This package contains the libraries compiled with profiling enabled.
+
+Package: libghc-pointedlist-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: zipper-like comonad which works as a list, tracking a position.
+ This Haskell library provides PointedList, which tracks the position in a 
+ non-empty list which works similarly to a zipper. A current item is always 
+ required, and therefore the list may never be empty. A circular PointedList 
+ wraps around to the other end when progressing past the actual edge.
+ .
+ This package contains the documentation files.
diff -rN -u old-haskell-pointedlist//copyright new-haskell-pointedlist//copyright
--- old-haskell-pointedlist//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-pointedlist//copyright	2013-02-22 14:01:16.878219432 +0000
@@ -0,0 +1,32 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pointedlist
+Upstream-Contact: Jeff Wheeler <jeffwheeler at gmail.com>
+Source: http://hackage.haskell.org/package/pointedlist
+
+Files: *
+Copyright: Copyright 2009 Jeff Wheeler <jeffwheeler at gmail.com>
+License: BSD-3-Clause
+ * Copyright (c) 2009, Jeff Wheeler
+ * 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 the <organization> 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 <copyright holder> ''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 <copyright holder> 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-pointedlist//rules new-haskell-pointedlist//rules
--- old-haskell-pointedlist//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-pointedlist//rules	2013-02-22 14:01:16.878219432 +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-pointedlist//source/format new-haskell-pointedlist//source/format
--- old-haskell-pointedlist//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-pointedlist//source/format	2013-02-22 14:01:16.882219731 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
\ No newline at end of file
diff -rN -u old-haskell-pointedlist//watch new-haskell-pointedlist//watch
--- old-haskell-pointedlist//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-pointedlist//watch	2013-02-22 14:01:16.882219731 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|pointedlist-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/pointedlist \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list