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

joeyh at debian.org joeyh at debian.org
Thu Jan 23 16:19:28 UTC 2014


Thu Jan 23 16:18:41 UTC 2014  joeyh at debian.org
  * Initial Check-In

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

Thu Jan 23 16:18:41 UTC 2014  joeyh at debian.org
  * Initial Check-In
diff -rN -u old-haskell-pointed/changelog new-haskell-pointed/changelog
--- old-haskell-pointed/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-pointed/changelog	2014-01-23 16:19:28.231661299 +0000
@@ -0,0 +1,5 @@
+haskell-pointed (4.0-1) unstable; urgency=low
+
+  * Initial debian package.
+
+ -- Joey Hess <joeyh at debian.org>  Tue, 21 Jan 2014 00:15:45 -0400
diff -rN -u old-haskell-pointed/compat new-haskell-pointed/compat
--- old-haskell-pointed/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-pointed/compat	2014-01-23 16:19:28.231661299 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-pointed/control new-haskell-pointed/control
--- old-haskell-pointed/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-pointed/control	2014-01-23 16:19:28.235661299 +0000
@@ -0,0 +1,67 @@
+Source: haskell-pointed
+Priority: extra
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Joey Hess <joeyh at debian.org>
+Build-Depends: debhelper (>= 9)
+ , haskell-devscripts (>= 0.8.15)
+ , cdbs
+ , ghc
+ , ghc-prof
+ , libghc-comonad-dev (>= 4)
+ , libghc-comonad-prof
+ , libghc-data-default-class-dev (>= 0.0.1)
+ , libghc-data-default-class-prof
+ , libghc-semigroupoids-dev (>= 4)
+ , libghc-semigroupoids-prof
+ , libghc-semigroups-dev (>= 0.8.3.1)
+ , libghc-semigroups-prof
+ , libghc-stm-dev (>= 2.1.2.1)
+ , libghc-stm-prof
+ , libghc-tagged-dev (>= 0.5)
+ , libghc-tagged-prof
+ , libghc-transformers-dev (>= 0.2)
+ , libghc-transformers-prof
+Build-Depends-Indep: ghc-doc
+ , libghc-comonad-doc
+ , libghc-data-default-class-doc
+ , libghc-semigroupoids-doc
+ , libghc-semigroups-doc
+ , libghc-stm-doc
+ , libghc-tagged-doc
+ , libghc-transformers-doc
+Standards-Version: 3.9.5
+Homepage: http://hackage.haskell.org/package/pointed
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-pointed
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-pointed
+
+Package: libghc-pointed-dev
+Architecture: any
+Depends: ${haskell:Depends}, ${misc:Depends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Pointed and copointed data${haskell:ShortBlurb}
+ Haskell 98 pointed and copointed data types.
+ .
+ ${haskell:Blurb}
+
+Package: libghc-pointed-prof
+Architecture: any
+Depends: ${haskell:Depends}, ${misc:Depends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Pointed and copointed data${haskell:ShortBlurb}
+ Haskell 98 pointed and copointed data types.
+ .
+ ${haskell:Blurb}
+
+Package: libghc-pointed-doc
+Section: doc
+Architecture: all
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Pointed and copointed data${haskell:ShortBlurb}
+ Haskell 98 pointed and copointed data types.
+ .
+ ${haskell:Blurb}
diff -rN -u old-haskell-pointed/copyright new-haskell-pointed/copyright
--- old-haskell-pointed/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-pointed/copyright	2014-01-23 16:19:28.235661299 +0000
@@ -0,0 +1,30 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://hackage.haskell.org/package/pointed
+
+Files: *
+Copyright: 2008-2011 Edward Kmett
+License: BSD
+  All rights reserved.
+  .
+  Redistribution and use in source and binary forms, with or without
+  modification, are permitted provided that the following conditions
+  are met:
+  .
+  1. Redistributions of source code must retain the above copyright
+     notice, this list of conditions and the following disclaimer.
+  .
+  2. 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.
+  .
+  THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``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 AUTHORS 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-pointed/rules new-haskell-pointed/rules
--- old-haskell-pointed/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-pointed/rules	2014-01-23 16:19:28.235661299 +0000
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+# Standard way of building Haskell libraries .
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
diff -rN -u old-haskell-pointed/source/format new-haskell-pointed/source/format
--- old-haskell-pointed/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-pointed/source/format	2014-01-23 16:19:28.235661299 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-pointed/watch new-haskell-pointed/watch
--- old-haskell-pointed/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-pointed/watch	2014-01-23 16:19:28.235661299 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/pointed/distro-monitor .*-([0-9\.]+).(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Pkg-haskell-commits mailing list