[Pkg-haskell-commits] darcs: haskell-th-reify-many: Initial Check-In

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


Mon Dec 22 04:56:01 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:56:01 UTC 2014  Christopher Reichert <creichert07 at gmail.com>
  * Initial Check-In
diff -rN -u old-haskell-th-reify-many/changelog new-haskell-th-reify-many/changelog
--- old-haskell-th-reify-many/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-th-reify-many/changelog	2014-12-22 04:57:01.524255224 +0000
@@ -0,0 +1,5 @@
+haskell-th-reify-many (0.1.2-1) experimental; urgency=low
+
+  * Initial Debian package release.
+
+ -- Christopher Reichert <creichert07 at gmail.com>  Sun, 21 Dec 2014 22:35:03 -0600
diff -rN -u old-haskell-th-reify-many/compat new-haskell-th-reify-many/compat
--- old-haskell-th-reify-many/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-th-reify-many/compat	2014-12-22 04:57:01.524255224 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-th-reify-many/control new-haskell-th-reify-many/control
--- old-haskell-th-reify-many/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-th-reify-many/control	2014-12-22 04:57:01.524255224 +0000
@@ -0,0 +1,69 @@
+Source: haskell-th-reify-many
+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-mtl-dev,
+ libghc-mtl-prof,
+ libghc-safe-dev,
+ libghc-safe-prof,
+ libghc-th-expand-syns-dev,
+ libghc-th-expand-syns-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-mtl-doc,
+ libghc-safe-doc,
+ libghc-th-expand-syns-doc,
+Standards-Version: 3.9.6
+Homepage: http://hackage.haskell.org/package/th-reify-many
+X-Description: Recurseively reify template haskell datatype info
+ @th-reify-many@ provides functions for recursively reifying top
+ level declarations.  The main intended use case is for enumerating
+ the names of datatypes reachable from an initial datatype, and
+ passing these names to some function which generates instances.
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-th-reify-many
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-th-reify-many
+
+Package: libghc-th-reify-many-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-th-reify-many-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-th-reify-many-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-th-reify-many/copyright new-haskell-th-reify-many/copyright
--- old-haskell-th-reify-many/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-th-reify-many/copyright	2014-12-22 04:57:01.524255224 +0000
@@ -0,0 +1,42 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: th-reify-many
+Upstream-Contact: Michael Sloan <mgsloan at gmail>
+Source: http://hackage.haskell.org/package/th-reify-many
+
+Files: *
+Copyright: Copyright Michael Sloan 2014
+License: BSD3
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD3
+
+License: BSD3
+ 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 Michael Sloan 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-th-reify-many/rules new-haskell-th-reify-many/rules
--- old-haskell-th-reify-many/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-th-reify-many/rules	2014-12-22 04:57:01.524255224 +0000
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+#DEB_CABAL_PACKAGE = th-reify-many
+#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-th-reify-many/source/format new-haskell-th-reify-many/source/format
--- old-haskell-th-reify-many/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-th-reify-many/source/format	2014-12-22 04:57:01.524255224 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-th-reify-many/watch new-haskell-th-reify-many/watch
--- old-haskell-th-reify-many/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-th-reify-many/watch	2014-12-22 04:57:01.524255224 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/th-reify-many/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Pkg-haskell-commits mailing list