[Git][haskell-team/DHG_packages][master] 2 commits: witherable: Initial release
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Sat Jul 23 08:14:41 BST 2022
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
58ae97ce by Ilias Tsitsimpis at 2022-07-23T10:11:10+03:00
witherable: Initial release
- - - - -
c6375a39 by Ilias Tsitsimpis at 2022-07-23T10:11:10+03:00
indexed-traversable-instances: Initial release
- - - - -
14 changed files:
- + p/haskell-indexed-traversable-instances/debian/changelog
- + p/haskell-indexed-traversable-instances/debian/compat
- + p/haskell-indexed-traversable-instances/debian/control
- + p/haskell-indexed-traversable-instances/debian/copyright
- + p/haskell-indexed-traversable-instances/debian/rules
- + p/haskell-indexed-traversable-instances/debian/source/format
- + p/haskell-indexed-traversable-instances/debian/watch
- + p/haskell-witherable/debian/changelog
- + p/haskell-witherable/debian/compat
- + p/haskell-witherable/debian/control
- + p/haskell-witherable/debian/copyright
- + p/haskell-witherable/debian/rules
- + p/haskell-witherable/debian/source/format
- + p/haskell-witherable/debian/watch
Changes:
=====================================
p/haskell-indexed-traversable-instances/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-indexed-traversable-instances (0.1.1-1) unstable; urgency=low
+
+ * Initial release
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Fri, 22 Jul 2022 19:46:13 +0300
=====================================
p/haskell-indexed-traversable-instances/debian/compat
=====================================
@@ -0,0 +1 @@
+10
=====================================
p/haskell-indexed-traversable-instances/debian/control
=====================================
@@ -0,0 +1,94 @@
+Source: haskell-indexed-traversable-instances
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Ilias Tsitsimpis <iliastsi at debian.org>
+Priority: optional
+Section: haskell
+Rules-Requires-Root: no
+Build-Depends: debhelper (>= 10),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-onetuple-dev (>= 0.3),
+ libghc-onetuple-dev (<< 0.4),
+ libghc-onetuple-prof,
+ libghc-indexed-traversable-dev (>= 0.1),
+ libghc-indexed-traversable-dev (<< 0.2),
+ libghc-indexed-traversable-prof,
+ libghc-tagged-dev (>= 0.8.6),
+ libghc-tagged-dev (<< 0.9),
+ libghc-tagged-prof,
+ libghc-unordered-containers-dev (>= 0.2.8.0),
+ libghc-unordered-containers-dev (<< 0.3),
+ libghc-unordered-containers-prof,
+ libghc-vector-dev (>= 0.12.1.2),
+ libghc-vector-dev (<< 0.13),
+ libghc-vector-prof,
+ libghc-quickcheck2-dev (>= 2.14.2),
+ libghc-quickcheck2-dev (<< 2.15),
+ libghc-quickcheck2-prof,
+ libghc-quickcheck-instances-dev (>= 0.3.26),
+ libghc-quickcheck-instances-dev (<< 0.4),
+ libghc-quickcheck-instances-prof,
+ libghc-tasty-dev (>= 1.2.3),
+ libghc-tasty-dev (<< 1.5),
+ libghc-tasty-prof,
+ libghc-tasty-quickcheck-dev (>= 0.10.1.1),
+ libghc-tasty-quickcheck-dev (<< 0.11),
+ libghc-tasty-quickcheck-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-onetuple-doc,
+ libghc-indexed-traversable-doc,
+ libghc-tagged-doc,
+ libghc-unordered-containers-doc,
+ libghc-vector-doc,
+Standards-Version: 4.6.1
+Homepage: https://hackage.haskell.org/package/indexed-traversable-instances
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-indexed-traversable-instances
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git
+X-Description: Extra instances for indexed traversables in Haskell
+ This package provides extra instances for type-classes in the
+ indexed-traversable package.
+ .
+ The intention is to keep this package minimal; it provides instances that
+ formerly existed in lens or optics-extra.
+
+Package: libghc-indexed-traversable-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-indexed-traversable-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-indexed-traversable-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-indexed-traversable-instances/debian/copyright
=====================================
@@ -0,0 +1,40 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: indexed-traversable-instances
+Upstream-Contact: Oleg Grenrus <oleg.grenrus at iki.fi>
+Source: https://hackage.haskell.org/package/indexed-traversable-instances
+
+Files: *
+Copyright: 2012-2016 Edward Kmett
+License: BSD-2-clause
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD-2-clause
+
+License: BSD-2-clause
+ Copyright 2012-2016 Edward Kmett
+ .
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ .
+ 2. 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.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``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 AUTHORS 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-indexed-traversable-instances/debian/rules
=====================================
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
=====================================
p/haskell-indexed-traversable-instances/debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)
=====================================
p/haskell-indexed-traversable-instances/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=4
+https://hackage.haskell.org/package/indexed-traversable-instances/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
=====================================
p/haskell-witherable/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-witherable (0.4.2-1) unstable; urgency=low
+
+ * Initial release
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Fri, 22 Jul 2022 19:39:38 +0300
=====================================
p/haskell-witherable/debian/compat
=====================================
@@ -0,0 +1 @@
+10
=====================================
p/haskell-witherable/debian/control
=====================================
@@ -0,0 +1,91 @@
+Source: haskell-witherable
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Ilias Tsitsimpis <iliastsi at debian.org>
+Priority: optional
+Section: haskell
+Rules-Requires-Root: no
+Build-Depends: debhelper (>= 10),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-base-orphans-dev (>= 0.8.4),
+ libghc-base-orphans-dev (<< 0.9),
+ libghc-base-orphans-prof,
+ libghc-hashable-dev (>= 1.2.7.0),
+ libghc-hashable-dev (<< 1.4),
+ libghc-hashable-prof,
+ libghc-indexed-traversable-dev (>= 0.1.1),
+ libghc-indexed-traversable-dev (<< 0.2),
+ libghc-indexed-traversable-prof,
+ libghc-indexed-traversable-instances-dev (>= 0.1),
+ libghc-indexed-traversable-instances-dev (<< 0.2),
+ libghc-indexed-traversable-instances-prof,
+ libghc-unordered-containers-dev (>= 0.2.12.0),
+ libghc-unordered-containers-dev (<< 0.3),
+ libghc-unordered-containers-prof,
+ libghc-vector-dev (>= 0.12.2.0),
+ libghc-vector-dev (<< 0.13),
+ libghc-vector-prof,
+ libghc-quickcheck2-dev (>= 2.14.2),
+ libghc-quickcheck2-prof,
+ libghc-quickcheck-instances-dev,
+ libghc-quickcheck-instances-prof,
+ libghc-tasty-dev,
+ libghc-tasty-prof,
+ libghc-tasty-quickcheck-dev,
+ libghc-tasty-quickcheck-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-base-orphans-doc,
+ libghc-hashable-doc,
+ libghc-indexed-traversable-doc,
+ libghc-indexed-traversable-instances-doc,
+ libghc-unordered-containers-doc,
+ libghc-vector-doc,
+Standards-Version: 4.6.1
+Homepage: https://github.com/fumieval/witherable
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-witherable
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git
+X-Description: filterable traversable for Haskell
+ A stronger variant of `traverse` which can remove elements and generalised
+ mapMaybe, catMaybes, and filter.
+
+Package: libghc-witherable-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-witherable-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-witherable-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-witherable/debian/copyright
=====================================
@@ -0,0 +1,44 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: witherable
+Upstream-Contact: Fumiaki Kinoshita <fumiexcel at gmail.com>
+Source: https://hackage.haskell.org/package/witherable
+
+Files: *
+Copyright: Copyright (c) 2014 Fumiaki Kinoshita
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD-3-clause
+
+License: BSD-3-clause
+ Copyright (c) 2014, Fumiaki Kinoshita
+ .
+ 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 Fumiaki Kinoshita 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-witherable/debian/rules
=====================================
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
=====================================
p/haskell-witherable/debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)
=====================================
p/haskell-witherable/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=4
+https://hackage.haskell.org/package/witherable/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/0097e54ca07e6f3f4c76cd7b701856c5ef830b84...c6375a39254bee883cfb50419b56c1a420277b30
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/0097e54ca07e6f3f4c76cd7b701856c5ef830b84...c6375a39254bee883cfb50419b56c1a420277b30
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/20220723/8887ffed/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list