[Git][haskell-team/DHG_packages][master] add binary-instances

Clint Adams gitlab at salsa.debian.org
Sun Aug 9 14:10:10 BST 2020



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
60cd81c2 by Clint Adams at 2020-08-09T09:10:00-04:00
add binary-instances

- - - - -


7 changed files:

- + p/haskell-binary-instances/debian/changelog
- + p/haskell-binary-instances/debian/compat
- + p/haskell-binary-instances/debian/control
- + p/haskell-binary-instances/debian/copyright
- + p/haskell-binary-instances/debian/rules
- + p/haskell-binary-instances/debian/source/format
- + p/haskell-binary-instances/debian/watch


Changes:

=====================================
p/haskell-binary-instances/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-binary-instances (1.0.0.1-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Clint Adams <clint at debian.org>  Sun, 09 Aug 2020 08:58:51 -0400


=====================================
p/haskell-binary-instances/debian/compat
=====================================
@@ -0,0 +1 @@
+10


=====================================
p/haskell-binary-instances/debian/control
=====================================
@@ -0,0 +1,144 @@
+Source: haskell-binary-instances
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Priority: optional
+Section: haskell
+Build-Depends: debhelper (>= 10),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-aeson-dev (>= 0.7.0.6),
+ libghc-aeson-dev (<< 1.5),
+ libghc-aeson-prof (>= 0.7.0.6),
+ libghc-aeson-prof (<< 1.5),
+ libghc-binary-orphans-dev (>= 1.0.1),
+ libghc-binary-orphans-dev (<< 1.1),
+ libghc-binary-orphans-prof (>= 1.0.1),
+ libghc-binary-orphans-prof (<< 1.1),
+ libghc-case-insensitive-dev (>= 1.2.0.4),
+ libghc-case-insensitive-dev (<< 1.2.2),
+ libghc-case-insensitive-prof (>= 1.2.0.4),
+ libghc-case-insensitive-prof (<< 1.2.2),
+ libghc-hashable-dev (>= 1.2.3.3),
+ libghc-hashable-dev (<< 1.4),
+ libghc-hashable-prof (>= 1.2.3.3),
+ libghc-hashable-prof (<< 1.4),
+ libghc-scientific-dev (>= 0.3.3.8),
+ libghc-scientific-dev (<< 0.4),
+ libghc-scientific-prof (>= 0.3.3.8),
+ libghc-scientific-prof (<< 0.4),
+ libghc-tagged-dev (>= 0.7.3),
+ libghc-tagged-dev (<< 0.8.7),
+ libghc-tagged-prof (>= 0.7.3),
+ libghc-tagged-prof (<< 0.8.7),
+ libghc-text-binary-dev (>= 0.2.1.1),
+ libghc-text-binary-dev (<< 0.3),
+ libghc-text-binary-prof (>= 0.2.1.1),
+ libghc-text-binary-prof (<< 0.3),
+ libghc-time-compat-dev (>= 1.9.2.2),
+ libghc-time-compat-dev (<< 1.10),
+ libghc-time-compat-prof (>= 1.9.2.2),
+ libghc-time-compat-prof (<< 1.10),
+ libghc-unordered-containers-dev (>= 0.2.5.1),
+ libghc-unordered-containers-dev (<< 0.3),
+ libghc-unordered-containers-prof (>= 0.2.5.1),
+ libghc-unordered-containers-prof (<< 0.3),
+ libghc-vector-dev (>= 0.10.12.3),
+ libghc-vector-dev (<< 0.13),
+ libghc-vector-prof (>= 0.10.12.3),
+ libghc-vector-prof (<< 0.13),
+ libghc-vector-binary-instances-dev (>= 0.2.1.0),
+ libghc-vector-binary-instances-dev (<< 0.3),
+ libghc-vector-binary-instances-prof (>= 0.2.1.0),
+ libghc-vector-binary-instances-prof (<< 0.3),
+ libghc-quickcheck2-dev (>= 2.13.1),
+ libghc-quickcheck2-dev (<< 2.14),
+ libghc-quickcheck2-prof (>= 2.13.1),
+ libghc-quickcheck2-prof (<< 2.14),
+ libghc-aeson-dev,
+ libghc-aeson-prof,
+ libghc-case-insensitive-dev,
+ libghc-case-insensitive-prof,
+ libghc-hashable-dev,
+ libghc-hashable-prof,
+ libghc-quickcheck-instances-dev (>= 0.3.21),
+ libghc-quickcheck-instances-dev (<< 0.4),
+ libghc-quickcheck-instances-prof (>= 0.3.21),
+ libghc-quickcheck-instances-prof (<< 0.4),
+ libghc-scientific-dev,
+ libghc-scientific-prof,
+ libghc-tagged-dev,
+ libghc-tagged-prof,
+ libghc-tasty-dev (>= 0.10.1.2),
+ libghc-tasty-dev (<< 1.3),
+ libghc-tasty-prof (>= 0.10.1.2),
+ libghc-tasty-prof (<< 1.3),
+ libghc-tasty-quickcheck-dev (>= 0.8.3.2),
+ libghc-tasty-quickcheck-dev (<< 0.11),
+ libghc-tasty-quickcheck-prof (>= 0.8.3.2),
+ libghc-tasty-quickcheck-prof (<< 0.11),
+ libghc-time-compat-dev,
+ libghc-time-compat-prof,
+ libghc-unordered-containers-dev,
+ libghc-unordered-containers-prof,
+ libghc-vector-dev,
+ libghc-vector-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-aeson-doc,
+ libghc-binary-orphans-doc,
+ libghc-case-insensitive-doc,
+ libghc-hashable-doc,
+ libghc-scientific-doc,
+ libghc-tagged-doc,
+ libghc-text-binary-doc,
+ libghc-time-compat-doc,
+ libghc-unordered-containers-doc,
+ libghc-vector-doc,
+ libghc-vector-binary-instances-doc,
+Standards-Version: 4.5.0
+Homepage: https://github.com/phadej/binary-instances#readme
+X-Description: orphan instances for binary
+ This library defines orphan Binary instances for types in some
+ popular packages: aeson, case-insensitive, hashable, scientific,
+ tagged, text, time, unordered-containers, and vector.
+
+Package: libghc-binary-instances-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-instances-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-instances-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}


=====================================
p/haskell-binary-instances/debian/copyright
=====================================
@@ -0,0 +1,40 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: binary-instances
+Upstream-Contact: Oleg Grenrus <oleg.grenrus at iki.fi>
+Source: https://hackage.haskell.org/package/binary-instances
+
+Files: *
+Copyright: 2015 Oleg Grenrus
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD-3-clause
+
+License: BSD-3-clause
+ 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.


=====================================
p/haskell-binary-instances/debian/rules
=====================================
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
+DEB_CABAL_PACKAGE = binary-instances
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk


=====================================
p/haskell-binary-instances/debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)


=====================================
p/haskell-binary-instances/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=3
+https://hackage.haskell.org/package/binary-instances/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/60cd81c2d96074aa0f310155a1da804204facfd8

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/60cd81c2d96074aa0f310155a1da804204facfd8
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20200809/388bae35/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list