[DHG_packages] 01/03: aeson-extra: initial release 0.2.2.0

Clint Adams clint at moszumanska.debian.org
Sat Dec 5 22:48:01 UTC 2015


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

clint pushed a commit to branch master
in repository DHG_packages.

commit 4c57e9502212b96ef727622d2bd1ab4babb9a067
Author: Dmitry Bogatov <KAction at gnu.org>
Date:   Sat Dec 5 23:53:58 2015 +0300

    aeson-extra: initial release 0.2.2.0
---
 p/aeson-extra-0.2.2.0/debian/changelog     |   5 ++
 p/aeson-extra-0.2.2.0/debian/compat        |   1 +
 p/aeson-extra-0.2.2.0/debian/control       | 107 +++++++++++++++++++++++++++++
 p/aeson-extra-0.2.2.0/debian/copyright     |  40 +++++++++++
 p/aeson-extra-0.2.2.0/debian/rules         |   8 +++
 p/aeson-extra-0.2.2.0/debian/source/format |   1 +
 p/aeson-extra-0.2.2.0/debian/watch         |   2 +
 7 files changed, 164 insertions(+)

diff --git a/p/aeson-extra-0.2.2.0/debian/changelog b/p/aeson-extra-0.2.2.0/debian/changelog
new file mode 100644
index 0000000..13b6525
--- /dev/null
+++ b/p/aeson-extra-0.2.2.0/debian/changelog
@@ -0,0 +1,5 @@
+haskell-aeson-extra (0.2.2.0-1) experimental; urgency=low
+
+  * Initial release
+
+ -- Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>  Sat, 05 Dec 2015 23:46:59 +0300
diff --git a/p/aeson-extra-0.2.2.0/debian/compat b/p/aeson-extra-0.2.2.0/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/p/aeson-extra-0.2.2.0/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/aeson-extra-0.2.2.0/debian/control b/p/aeson-extra-0.2.2.0/debian/control
new file mode 100644
index 0000000..b150fed
--- /dev/null
+++ b/p/aeson-extra-0.2.2.0/debian/control
@@ -0,0 +1,107 @@
+Source: haskell-aeson-extra
+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.8),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-aeson-dev (>= 0.7.0.6),
+ libghc-aeson-dev (<< 0.11),
+ libghc-aeson-prof (>= 0.7.0.6),
+ libghc-aeson-prof (<< 0.11),
+ libghc-attoparsec-dev (>= 0.12),
+ libghc-attoparsec-dev (<< 0.14),
+ libghc-attoparsec-prof (>= 0.12),
+ libghc-attoparsec-prof (<< 0.14),
+ libghc-exceptions-dev (>= 0.8),
+ libghc-exceptions-dev (<< 0.9),
+ libghc-exceptions-prof (>= 0.8),
+ libghc-exceptions-prof (<< 0.9),
+ libghc-hashable-dev (>= 1.2),
+ libghc-hashable-dev (<< 1.3),
+ libghc-hashable-prof (>= 1.2),
+ libghc-hashable-prof (<< 1.3),
+ libghc-scientific-dev (>= 0.3),
+ libghc-scientific-dev (<< 0.4),
+ libghc-scientific-prof (>= 0.3),
+ libghc-scientific-prof (<< 0.4),
+ libghc-text-dev (>= 1.2),
+ libghc-text-dev (<< 1.3),
+ libghc-text-prof (>= 1.2),
+ libghc-text-prof (<< 1.3),
+ libghc-unordered-containers-dev (>= 0.2),
+ libghc-unordered-containers-dev (<< 0.3),
+ libghc-unordered-containers-prof (>= 0.2),
+ libghc-unordered-containers-prof (<< 0.3),
+ libghc-vector-dev (>= 0.10),
+ libghc-vector-dev (<< 0.12),
+ libghc-vector-prof (>= 0.10),
+ libghc-vector-prof (<< 0.12),
+ libghc-quickcheck-instances-dev (>= 0.3),
+ libghc-quickcheck-instances-dev (<< 0.4),
+ libghc-tasty-dev (>= 0.10),
+ libghc-tasty-dev (<< 0.12),
+ libghc-tasty-hunit-dev (>= 0.9),
+ libghc-tasty-hunit-dev (<< 0.10),
+ libghc-tasty-quickcheck-dev (>= 0.8),
+ libghc-tasty-quickcheck-dev (<< 0.9),
+Build-Depends-Indep: ghc-doc,
+ libghc-aeson-doc,
+ libghc-attoparsec-doc,
+ libghc-exceptions-doc,
+ libghc-hashable-doc,
+ libghc-scientific-doc,
+ libghc-text-doc,
+ libghc-unordered-containers-doc,
+ libghc-vector-doc,
+Standards-Version: 3.9.6
+Homepage: https://github.com/phadej/aeson-extra#readme
+X-Description: Extra goodies for aeson
+ The package motivation is twofold:
+ .
+ * provide compatibility layer for @aeson@
+ .
+ * provide extra combinators
+
+Package: libghc-aeson-extra-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-aeson-extra-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-aeson-extra-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/aeson-extra-0.2.2.0/debian/copyright b/p/aeson-extra-0.2.2.0/debian/copyright
new file mode 100644
index 0000000..bbe48f2
--- /dev/null
+++ b/p/aeson-extra-0.2.2.0/debian/copyright
@@ -0,0 +1,40 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: aeson-extra
+Upstream-Contact: Oleg Grenrus <oleg.grenrus at iki.fi>
+Source: https://hackage.haskell.org/package/aeson-extra
+
+Files: *
+Copyright: 2015 Oleg Grenrus
+License: BSD3
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD3
+
+License: BSD3
+ 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/aeson-extra-0.2.2.0/debian/rules b/p/aeson-extra-0.2.2.0/debian/rules
new file mode 100755
index 0000000..916b1e9
--- /dev/null
+++ b/p/aeson-extra-0.2.2.0/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+DEB_CABAL_PACKAGE = aeson-extra
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff --git a/p/aeson-extra-0.2.2.0/debian/source/format b/p/aeson-extra-0.2.2.0/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/p/aeson-extra-0.2.2.0/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/aeson-extra-0.2.2.0/debian/watch b/p/aeson-extra-0.2.2.0/debian/watch
new file mode 100644
index 0000000..b406091
--- /dev/null
+++ b/p/aeson-extra-0.2.2.0/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/aeson-extra/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