[DHG_packages] 01/01: binary-tagged: Initial commit (0.1.3.0)

Dmitry Bogatov kaction-guest at moszumanska.debian.org
Sat Dec 26 18:01:47 UTC 2015


This is an automated email from the git hooks/post-receive script.

kaction-guest pushed a commit to branch master
in repository DHG_packages.

commit a6133b9dbb833d8adac859c765f0d6eb696a692e
Author: Dmitry Bogatov <KAction at gnu.org>
Date:   Sat Dec 26 21:01:20 2015 +0300

    binary-tagged: Initial commit (0.1.3.0)
---
 p/haskell-binary-tagged/debian/changelog     |   5 ++
 p/haskell-binary-tagged/debian/compat        |   1 +
 p/haskell-binary-tagged/debian/control       | 100 +++++++++++++++++++++++++++
 p/haskell-binary-tagged/debian/copyright     |  42 +++++++++++
 p/haskell-binary-tagged/debian/rules         |   8 +++
 p/haskell-binary-tagged/debian/source/format |   1 +
 p/haskell-binary-tagged/debian/watch         |   2 +
 7 files changed, 159 insertions(+)

diff --git a/p/haskell-binary-tagged/debian/changelog b/p/haskell-binary-tagged/debian/changelog
new file mode 100644
index 0000000..cf9b914
--- /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 at 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 0000000..ec63514
--- /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 0000000..cac7105
--- /dev/null
+++ b/p/haskell-binary-tagged/debian/control
@@ -0,0 +1,100 @@
+Source: haskell-binary-tagged
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Dmitry Bogatov <KAction at 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 0000000..9956caa
--- /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 at 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 0000000..c001f3f
--- /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 0000000..163aaf8
--- /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 0000000..c6028a3
--- /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)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list