summaryrefslogtreecommitdiff
path: root/p/haskell-binary-tagged
diff options
context:
space:
mode:
authorDmitry Bogatov <KAction@gnu.org>2015-12-26 21:01:20 +0300
committerDmitry Bogatov <KAction@gnu.org>2015-12-26 21:01:20 +0300
commita6133b9dbb833d8adac859c765f0d6eb696a692e (patch)
tree110a77103f6b308c5dd7f28e39c6f39aafd8d869 /p/haskell-binary-tagged
parente60d4d0558166d12da1008ecf4a4afc63709e4ea (diff)
downloadDHG_packages-a6133b9dbb833d8adac859c765f0d6eb696a692e.tar.gz
binary-tagged: Initial commit (0.1.3.0)
Diffstat (limited to 'p/haskell-binary-tagged')
-rw-r--r--p/haskell-binary-tagged/debian/changelog5
-rw-r--r--p/haskell-binary-tagged/debian/compat1
-rw-r--r--p/haskell-binary-tagged/debian/control100
-rw-r--r--p/haskell-binary-tagged/debian/copyright42
-rwxr-xr-xp/haskell-binary-tagged/debian/rules8
-rw-r--r--p/haskell-binary-tagged/debian/source/format1
-rw-r--r--p/haskell-binary-tagged/debian/watch2
7 files changed, 159 insertions, 0 deletions
diff --git a/p/haskell-binary-tagged/debian/changelog b/p/haskell-binary-tagged/debian/changelog
new file mode 100644
index 000000000..cf9b91475
--- /dev/null
+++ b/p/haskell-binary-tagged/debian/changelog
@@ -0,0 +1,5 @@
+haskell-binary-tagged (0.1.3.0-1) unstable; urgency=low
+
+ * Initial release
+
+ -- Dmitry Bogatov <KAction@gnu.org> Sat, 26 Dec 2015 16:34:44 +0300
diff --git a/p/haskell-binary-tagged/debian/compat b/p/haskell-binary-tagged/debian/compat
new file mode 100644
index 000000000..ec635144f
--- /dev/null
+++ b/p/haskell-binary-tagged/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-binary-tagged/debian/control b/p/haskell-binary-tagged/debian/control
new file mode 100644
index 000000000..cac710589
--- /dev/null
+++ b/p/haskell-binary-tagged/debian/control
@@ -0,0 +1,100 @@
+Source: haskell-binary-tagged
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Dmitry Bogatov <KAction@gnu.org>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-sha-dev (>= 1.6),
+ libghc-sha-dev (<< 1.7),
+ libghc-sha-prof,
+ libghc-aeson-dev (>= 0.8),
+ libghc-aeson-dev (<< 0.11),
+ libghc-aeson-prof,
+ libghc-generics-sop-dev (>= 0.1),
+ libghc-generics-sop-dev (<< 0.3),
+ libghc-generics-sop-prof,
+ libghc-hashable-dev (>= 1.2),
+ libghc-hashable-dev (<< 1.3),
+ libghc-hashable-prof,
+ libghc-scientific-dev (>= 0.3),
+ libghc-scientific-dev (<< 0.4),
+ libghc-scientific-prof,
+ libghc-tagged-dev (>= 0.7),
+ libghc-tagged-dev (<< 0.9),
+ libghc-tagged-prof,
+ libghc-text-dev (>= 1.2),
+ libghc-text-dev (<< 1.3),
+ libghc-text-prof,
+ libghc-unordered-containers-dev (>= 0.2),
+ libghc-unordered-containers-dev (<< 0.3),
+ libghc-unordered-containers-prof,
+ libghc-vector-dev (>= 0.10),
+ libghc-vector-dev (<< 0.12),
+ libghc-vector-prof,
+ libghc-bifunctors-dev,
+ libghc-binary-orphans-dev (>= 0.1.1),
+ libghc-quickcheck-instances-dev,
+ libghc-tasty-dev,
+ libghc-tasty-quickcheck-dev,
+Build-Depends-Indep: ghc-doc,
+ libghc-sha-doc,
+ libghc-aeson-doc,
+ libghc-generics-sop-doc,
+ libghc-hashable-doc,
+ libghc-scientific-doc,
+ libghc-tagged-doc,
+ libghc-text-doc,
+ libghc-unordered-containers-doc,
+ libghc-vector-doc,
+Standards-Version: 3.9.6
+Homepage: https://github.com/phadej/binary-tagged#readme
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-binary-tagged
+Vcs-Git: git://git.debian.org/git/pkg-haskell/DHG_packages.git
+X-Description: Tagged binary serialisation.
+ Structurally tag binary serialisation stream. Library allows serialise and
+ deserialise record values with a structure tag, so if structure of record changes
+ between serialization and deserialisation, deserialisation will fail early.
+
+Package: libghc-binary-tagged-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-binary-tagged-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-binary-tagged-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 --git a/p/haskell-binary-tagged/debian/copyright b/p/haskell-binary-tagged/debian/copyright
new file mode 100644
index 000000000..9956caad8
--- /dev/null
+++ b/p/haskell-binary-tagged/debian/copyright
@@ -0,0 +1,42 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: binary-tagged
+Upstream-Contact: Oleg Grenrus <oleg.grenrus@iki.fi>
+Source: https://hackage.haskell.org/package/binary-tagged
+
+Files: *
+Copyright: 2015 Oleg Grenrus
+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 Oleg Grenrus 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 --git a/p/haskell-binary-tagged/debian/rules b/p/haskell-binary-tagged/debian/rules
new file mode 100755
index 000000000..c001f3f1a
--- /dev/null
+++ b/p/haskell-binary-tagged/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+DEB_CABAL_PACKAGE = binary-tagged
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff --git a/p/haskell-binary-tagged/debian/source/format b/p/haskell-binary-tagged/debian/source/format
new file mode 100644
index 000000000..163aaf8d8
--- /dev/null
+++ b/p/haskell-binary-tagged/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-binary-tagged/debian/watch b/p/haskell-binary-tagged/debian/watch
new file mode 100644
index 000000000..c6028a357
--- /dev/null
+++ b/p/haskell-binary-tagged/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/binary-tagged/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))