[DHG_packages] 01/01: binary-orphans: Initial release (0.1.2.0)

Dmitry Bogatov kaction-guest at moszumanska.debian.org
Sat Dec 26 15:23:36 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 e60d4d0558166d12da1008ecf4a4afc63709e4ea
Author: Dmitry Bogatov <KAction at gnu.org>
Date:   Sat Dec 26 18:23:21 2015 +0300

    binary-orphans: Initial release (0.1.2.0)
---
 p/haskell-binary-orphans/debian/changelog          |   5 +
 p/haskell-binary-orphans/debian/compat             |   1 +
 p/haskell-binary-orphans/debian/control            | 107 +++++++++++++++++++++
 p/haskell-binary-orphans/debian/copyright          |  42 ++++++++
 .../debian/patches/relax-dependecy-on-tagged.patch |  33 +++++++
 p/haskell-binary-orphans/debian/patches/series     |   1 +
 p/haskell-binary-orphans/debian/rules              |   8 ++
 p/haskell-binary-orphans/debian/source/format      |   1 +
 p/haskell-binary-orphans/debian/watch              |   2 +
 9 files changed, 200 insertions(+)

diff --git a/p/haskell-binary-orphans/debian/changelog b/p/haskell-binary-orphans/debian/changelog
new file mode 100644
index 0000000..951564e
--- /dev/null
+++ b/p/haskell-binary-orphans/debian/changelog
@@ -0,0 +1,5 @@
+haskell-binary-orphans (0.1.2.0-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Dmitry Bogatov <KAction at gnu.org>  Sat, 26 Dec 2015 16:55:59 +0300
diff --git a/p/haskell-binary-orphans/debian/compat b/p/haskell-binary-orphans/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/p/haskell-binary-orphans/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-binary-orphans/debian/control b/p/haskell-binary-orphans/debian/control
new file mode 100644
index 0000000..c305f10
--- /dev/null
+++ b/p/haskell-binary-orphans/debian/control
@@ -0,0 +1,107 @@
+Source: haskell-binary-orphans
+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-aeson-dev (>= 0.8),
+ libghc-aeson-dev (<< 0.10.1),
+ libghc-aeson-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.8.3),
+ libghc-tagged-prof,
+ libghc-text-dev (>= 1.2),
+ libghc-text-dev (<< 1.3),
+ libghc-text-prof,
+ libghc-text-binary-dev (>= 0.1),
+ libghc-text-binary-dev (<< 0.3),
+ libghc-text-binary-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-vector-binary-instances-dev (>= 0.2),
+ libghc-vector-binary-instances-dev (<< 0.3),
+ libghc-vector-binary-instances-prof,
+ libghc-quickcheck-instances-dev (>= 0.3),
+ libghc-quickcheck-instances-dev (<< 0.4),
+ libghc-tasty-dev (>= 0.10),
+ libghc-tasty-dev (<< 0.12),
+ libghc-tasty-quickcheck-dev (>= 0.8),
+ libghc-tasty-quickcheck-dev (<< 0.9),
+Build-Depends-Indep: ghc-doc,
+ libghc-aeson-doc,
+ libghc-hashable-doc,
+ libghc-scientific-doc,
+ libghc-tagged-doc,
+ libghc-text-doc,
+ libghc-text-binary-doc,
+ libghc-unordered-containers-doc,
+ libghc-vector-doc,
+ libghc-vector-binary-instances-doc,
+Standards-Version: 3.9.6
+Homepage: https://github.com/phadej/binary-orphans#readme
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-binary-orphans
+Vcs-Darcs: git://git.debian.org/git/pkg-haskell/DHG_packages.git
+X-Description: Orphan instances for binary
+ `binary-orphans` defines orphan instances for types in some popular packages,
+ in particular:
+ .
+  * aeson
+  * unordered-containers (HashMap, HashSet)
+  * scientific
+  * tagged
+  * base (newtypes from Data.Monoid)
+  * time
+
+Package: libghc-binary-orphans-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-orphans-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-orphans-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-orphans/debian/copyright b/p/haskell-binary-orphans/debian/copyright
new file mode 100644
index 0000000..3b09e6a
--- /dev/null
+++ b/p/haskell-binary-orphans/debian/copyright
@@ -0,0 +1,42 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: binary-orphans
+Upstream-Contact: Oleg Grenrus <oleg.grenrus at iki.fi>
+Source: https://hackage.haskell.org/package/binary-orphans
+
+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-orphans/debian/patches/relax-dependecy-on-tagged.patch b/p/haskell-binary-orphans/debian/patches/relax-dependecy-on-tagged.patch
new file mode 100644
index 0000000..7a9b666
--- /dev/null
+++ b/p/haskell-binary-orphans/debian/patches/relax-dependecy-on-tagged.patch
@@ -0,0 +1,33 @@
+Description: Relax dependecy on tagged
+ In is not clear why, but cabal-unpack download binary-orphans
+ version 0.1.2 with `x-revision: 1', where dependency on tagged
+ is relaxed. Unfortunatelly, uscan download tarball without
+ x-revision, so this patch is needed.
+ .
+ In next, 0.1.3 upstream version problem is solved, so patch do
+ not need to be forwarded upstream.
+Author: Dmitry Bogatov <KAction at gnu.org>
+Forwarded: no
+Last-Update: 2015-12-26
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/binary-orphans.cabal
++++ b/binary-orphans.cabal
+@@ -35,7 +35,7 @@ library
+     , binary                   >=0.7  && <0.7.7
+     , hashable                 >=1.2  && <1.3
+     , scientific               >=0.3  && <0.4
+-    , tagged                   >=0.7  && <0.8.2
++    , tagged                   >=0.7  && <0.8.3
+     , text                     >=1.2  && <1.3
+     , time                     >=1.4  && <1.5.1
+     , unordered-containers     >=0.2  && <0.3
+@@ -58,7 +58,7 @@ test-suite binary-orphans-test
+     , binary                   >=0.7  && <0.7.7
+     , hashable                 >=1.2  && <1.3
+     , scientific               >=0.3  && <0.4
+-    , tagged                   >=0.7  && <0.8.2
++    , tagged                   >=0.7  && <0.8.3
+     , text                     >=1.2  && <1.3
+     , time                     >=1.4  && <1.5.1
+     , unordered-containers     >=0.2  && <0.3
diff --git a/p/haskell-binary-orphans/debian/patches/series b/p/haskell-binary-orphans/debian/patches/series
new file mode 100644
index 0000000..9551ae5
--- /dev/null
+++ b/p/haskell-binary-orphans/debian/patches/series
@@ -0,0 +1 @@
+relax-dependecy-on-tagged.patch
diff --git a/p/haskell-binary-orphans/debian/rules b/p/haskell-binary-orphans/debian/rules
new file mode 100755
index 0000000..780f756
--- /dev/null
+++ b/p/haskell-binary-orphans/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+DEB_CABAL_PACKAGE = binary-orphans
+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-orphans/debian/source/format b/p/haskell-binary-orphans/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/p/haskell-binary-orphans/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-binary-orphans/debian/watch b/p/haskell-binary-orphans/debian/watch
new file mode 100644
index 0000000..2520379
--- /dev/null
+++ b/p/haskell-binary-orphans/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/binary-orphans/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