summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristoffer Rose <krisrose@debian.org>2015-08-13 13:43:01 +0200
committerKristoffer Rose <krisrose@debian.org>2015-08-13 13:43:01 +0200
commita42daa2bcd4bf94c619464fea1a1f87eec60d63f (patch)
treee9351f775c81c2d1e540a9f9ee9a6ca1af3a63d0
parent1df49956a9efcf623d03b462503fc7fc834b5526 (diff)
parent6c1f830b0250a31710549ffb26b3616165731f82 (diff)
downloadDHG_packages-a42daa2bcd4bf94c619464fea1a1f87eec60d63f.tar.gz
Merge branch 'master' of ssh://git.debian.org/git/pkg-haskell/DHG_packages
-rw-r--r--p/haskell-hashable-extras/debian/changelog5
-rw-r--r--p/haskell-hashable-extras/debian/compat1
-rw-r--r--p/haskell-hashable-extras/debian/control65
-rw-r--r--p/haskell-hashable-extras/debian/copyright56
-rw-r--r--p/haskell-hashable-extras/debian/patches/fix-doctests.diff16
-rw-r--r--p/haskell-hashable-extras/debian/patches/series1
-rwxr-xr-xp/haskell-hashable-extras/debian/rules6
-rw-r--r--p/haskell-hashable-extras/debian/source/format1
-rw-r--r--p/haskell-hashable-extras/debian/watch2
9 files changed, 153 insertions, 0 deletions
diff --git a/p/haskell-hashable-extras/debian/changelog b/p/haskell-hashable-extras/debian/changelog
new file mode 100644
index 000000000..37cb61de2
--- /dev/null
+++ b/p/haskell-hashable-extras/debian/changelog
@@ -0,0 +1,5 @@
+haskell-hashable-extras (0.2.2-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Clint Adams <clint@debian.org> Thu, 13 Aug 2015 13:10:33 +0200
diff --git a/p/haskell-hashable-extras/debian/compat b/p/haskell-hashable-extras/debian/compat
new file mode 100644
index 000000000..ec635144f
--- /dev/null
+++ b/p/haskell-hashable-extras/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-hashable-extras/debian/control b/p/haskell-hashable-extras/debian/control
new file mode 100644
index 000000000..64dbe6bfb
--- /dev/null
+++ b/p/haskell-hashable-extras/debian/control
@@ -0,0 +1,65 @@
+Source: haskell-hashable-extras
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Clint Adams <clint@debian.org>
+Build-Depends: debhelper (>= 9)
+ , cdbs
+ , haskell-devscripts (>= 0.8.15)
+ , ghc
+ , ghc-prof
+ , libghc-bifunctors-dev (>= 4)
+ , libghc-bifunctors-dev (<< 6)
+ , libghc-bifunctors-prof
+ , libghc-hashable-dev (>= 1.1.2.3)
+ , libghc-hashable-dev (<< 1.3)
+ , libghc-hashable-prof
+ , libghc-doctest-dev (>= 0.9.1)
+Build-Depends-Indep: ghc-doc
+ , libghc-bifunctors-doc
+ , libghc-hashable-doc
+Standards-Version: 3.9.6
+Homepage: http://hackage.haskell.org/package/hashable-extras
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hashable-extras
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hashable-extras
+X-Description: higher-rank Hashable
+ This package provides higher rank analogues to the Hashable data type.
+ .
+ The need for these sometimes arises in the presence of polymorphic
+ recursion.
+
+Package: libghc-hashable-extras-dev
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-hashable-extras-prof
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-hashable-extras-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
diff --git a/p/haskell-hashable-extras/debian/copyright b/p/haskell-hashable-extras/debian/copyright
new file mode 100644
index 000000000..6d1458dca
--- /dev/null
+++ b/p/haskell-hashable-extras/debian/copyright
@@ -0,0 +1,56 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: hashable-extras
+Upstream-Contact: Edward A. Kmett <ekmett@gmail.com>
+Source: http://hackage.haskell.org/package/hashable-extras
+
+Files: *
+Copyright: 2012-2013 Edward Kmett
+License: BSD-2-clause
+
+Files: debian/*
+Copyright: 2015 Clint Adams
+License: Expat
+
+License: BSD-2-clause
+ 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.
+
+License: Expat
+ 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 --git a/p/haskell-hashable-extras/debian/patches/fix-doctests.diff b/p/haskell-hashable-extras/debian/patches/fix-doctests.diff
new file mode 100644
index 000000000..90b90334f
--- /dev/null
+++ b/p/haskell-hashable-extras/debian/patches/fix-doctests.diff
@@ -0,0 +1,16 @@
+Index: hashable-extras-0.2.2/tests/doctests.hsc
+===================================================================
+--- hashable-extras-0.2.2.orig/tests/doctests.hsc
++++ hashable-extras-0.2.2/tests/doctests.hsc
+@@ -56,9 +56,9 @@ withUnicode m = m
+ main :: IO ()
+ main = withUnicode $ getSources >>= \sources -> doctest $
+ "-isrc"
+- : "-idist/build/autogen"
++ : "-idist-ghc/build/autogen"
+ : "-optP-include"
+- : "-optPdist/build/autogen/cabal_macros.h"
++ : "-optPdist-ghc/build/autogen/cabal_macros.h"
+ : "-hide-all-packages"
+ : "-Iincludes"
+ : map ("-package="++) deps ++ sources
diff --git a/p/haskell-hashable-extras/debian/patches/series b/p/haskell-hashable-extras/debian/patches/series
new file mode 100644
index 000000000..7bd1f898d
--- /dev/null
+++ b/p/haskell-hashable-extras/debian/patches/series
@@ -0,0 +1 @@
+fix-doctests.diff
diff --git a/p/haskell-hashable-extras/debian/rules b/p/haskell-hashable-extras/debian/rules
new file mode 100755
index 000000000..01f1aaf04
--- /dev/null
+++ b/p/haskell-hashable-extras/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff --git a/p/haskell-hashable-extras/debian/source/format b/p/haskell-hashable-extras/debian/source/format
new file mode 100644
index 000000000..163aaf8d8
--- /dev/null
+++ b/p/haskell-hashable-extras/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-hashable-extras/debian/watch b/p/haskell-hashable-extras/debian/watch
new file mode 100644
index 000000000..e4528835e
--- /dev/null
+++ b/p/haskell-hashable-extras/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/hashable-extras/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))