[Pkg-haskell-commits] darcs: haskell-errorcall-eq-instance: Initial Check-In

Christopher Reichert creichert07 at gmail.com
Mon Dec 22 04:16:22 UTC 2014


Mon Dec 22 04:15:09 UTC 2014  Christopher Reichert <creichert07 at gmail.com>
  * Initial Check-In

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

Mon Dec 22 04:15:09 UTC 2014  Christopher Reichert <creichert07 at gmail.com>
  * Initial Check-In
diff -rN -u old-haskell-errorcall-eq-instance/changelog new-haskell-errorcall-eq-instance/changelog
--- old-haskell-errorcall-eq-instance/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-errorcall-eq-instance/changelog	2014-12-22 04:16:22.454241041 +0000
@@ -0,0 +1,5 @@
+haskell-errorcall-eq-instance (0.1.0-1) experimental; urgency=low
+
+  * Initial Debian package release.
+
+ -- Christopher Reichert <creichert07 at gmail.com>  Sun, 21 Dec 2014 22:05:00 -0600
diff -rN -u old-haskell-errorcall-eq-instance/compat new-haskell-errorcall-eq-instance/compat
--- old-haskell-errorcall-eq-instance/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-errorcall-eq-instance/compat	2014-12-22 04:16:22.454241041 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-errorcall-eq-instance/control new-haskell-errorcall-eq-instance/control
--- old-haskell-errorcall-eq-instance/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-errorcall-eq-instance/control	2014-12-22 04:16:22.454241041 +0000
@@ -0,0 +1,64 @@
+Source: haskell-errorcall-eq-instance
+Priority: extra
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Christopher Reichert <creichert07 at gmail.com>
+Build-Depends: debhelper (>= 7.0),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-quickcheck2-dev,
+ libghc-quickcheck2-prof,
+ libghc-hspec-dev (>> 1.5),
+ libghc-hspec-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-quickcheck2-doc,
+ libghc-hspec-doc
+Standards-Version: 3.9.6
+Homepage: http://hackage.haskell.org/package/errorcall-eq-instance
+X-Description: An orphan Eq instance for ErrorCall
+ Prior to @base-4.7.0.0@ there was no @Eq@ instance for
+ @ErrorCall at .  This package provides an orphan instance.
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-errorcall-eq-instance
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-errorcall-eq-instance
+
+Package: libghc-errorcall-eq-instance-dev
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+  ${haskell:LongDescription}
+  .
+  ${haskell:Blurb}
+
+Package: libghc-errorcall-eq-instance-prof
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+  ${haskell:LongDescription}
+  .
+  ${haskell:Blurb}
+
+Package: libghc-errorcall-eq-instance-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+  ${haskell:LongDescription}
+  .
+  ${haskell:Blurb}
diff -rN -u old-haskell-errorcall-eq-instance/copyright new-haskell-errorcall-eq-instance/copyright
--- old-haskell-errorcall-eq-instance/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-errorcall-eq-instance/copyright	2014-12-22 04:16:22.454241041 +0000
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: errorcall-eq-instance
+Upstream-Contact: Simon Hengel <sol at typeful.net>
+Source: http://hackage.haskell.org/package/errorcall-eq-instance
+
+Files: *
+Copyright: (c) 2013 Simon Hengel
+License: MIT
+
+Files: debian/*
+Copyright: held by the contributors in debian/changelog
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ THE SOFTWARE.
diff -rN -u old-haskell-errorcall-eq-instance/rules new-haskell-errorcall-eq-instance/rules
--- old-haskell-errorcall-eq-instance/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-errorcall-eq-instance/rules	2014-12-22 04:16:22.454241041 +0000
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+#DEB_CABAL_PACKAGE = errorcall-eq-instance
+#DEB_DEFAULT_COMPILER = ghc
+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-errorcall-eq-instance/source/format new-haskell-errorcall-eq-instance/source/format
--- old-haskell-errorcall-eq-instance/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-errorcall-eq-instance/source/format	2014-12-22 04:16:22.458241037 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-errorcall-eq-instance/watch new-haskell-errorcall-eq-instance/watch
--- old-haskell-errorcall-eq-instance/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-errorcall-eq-instance/watch	2014-12-22 04:16:22.458241037 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/errorcall-eq-instance/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Pkg-haskell-commits mailing list