[Git][haskell-team/DHG_packages][master] add arithmoi

Clint Adams (@clint) gitlab at salsa.debian.org
Mon Oct 16 01:18:41 BST 2023



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


Commits:
6aeeac93 by Clint Adams at 2023-10-15T20:18:25-04:00
add arithmoi

- - - - -


7 changed files:

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


Changes:

=====================================
p/haskell-arithmoi/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-arithmoi (0.12.0.2-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Clint Adams <clint at debian.org>  Sun, 15 Oct 2023 20:01:10 -0400


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


=====================================
p/haskell-arithmoi/debian/control
=====================================
@@ -0,0 +1,117 @@
+Source: haskell-arithmoi
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint 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-chimera-dev (>= 0.3),
+ libghc-chimera-prof (>= 0.3),
+ libghc-constraints-dev,
+ libghc-constraints-prof,
+ libghc-exact-pi-dev (>= 0.5),
+ libghc-exact-pi-prof (>= 0.5),
+ libghc-integer-logarithms-dev (>= 1.0),
+ libghc-integer-logarithms-prof (>= 1.0),
+ libghc-integer-roots-dev (>= 1.0),
+ libghc-integer-roots-prof (>= 1.0),
+ libghc-mod-dev,
+ libghc-mod-prof,
+ libghc-random-dev (>= 1.0),
+ libghc-random-dev (<< 1.3),
+ libghc-random-prof (>= 1.0),
+ libghc-random-prof (<< 1.3),
+ libghc-semirings-dev (>= 0.5.2),
+ libghc-semirings-prof (>= 0.5.2),
+ libghc-vector-dev (>= 0.12),
+ libghc-vector-prof (>= 0.12),
+ libghc-quickcheck2-dev (>= 2.10),
+ libghc-quickcheck2-prof (>= 2.10),
+ libghc-exact-pi-dev (>= 0.4.1.1),
+ libghc-exact-pi-prof (>= 0.4.1.1),
+ libghc-semirings-dev (>= 0.2),
+ libghc-semirings-prof (>= 0.2),
+ libghc-smallcheck-dev (>= 1.2),
+ libghc-smallcheck-dev (<< 1.3),
+ libghc-smallcheck-prof (>= 1.2),
+ libghc-smallcheck-prof (<< 1.3),
+ libghc-tasty-dev (>= 0.10),
+ libghc-tasty-prof (>= 0.10),
+ libghc-tasty-hunit-dev (>= 0.9),
+ libghc-tasty-hunit-dev (<< 0.11),
+ libghc-tasty-hunit-prof (>= 0.9),
+ libghc-tasty-hunit-prof (<< 0.11),
+ libghc-tasty-quickcheck-dev (>= 0.9),
+ libghc-tasty-quickcheck-dev (<< 0.11),
+ libghc-tasty-quickcheck-prof (>= 0.9),
+ libghc-tasty-quickcheck-prof (<< 0.11),
+ libghc-tasty-rerun-dev (>= 1.1.17),
+ libghc-tasty-rerun-prof (>= 1.1.17),
+ libghc-tasty-smallcheck-dev (>= 0.8),
+ libghc-tasty-smallcheck-dev (<< 0.9),
+ libghc-tasty-smallcheck-prof (>= 0.8),
+ libghc-tasty-smallcheck-prof (<< 0.9),
+ libghc-vector-dev,
+ libghc-vector-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-chimera-doc,
+ libghc-constraints-doc,
+ libghc-exact-pi-doc,
+ libghc-integer-logarithms-doc,
+ libghc-integer-roots-doc,
+ libghc-mod-doc,
+ libghc-random-doc,
+ libghc-semirings-doc,
+ libghc-vector-doc,
+Standards-Version: 4.6.2
+Homepage: https://github.com/Bodigrim/arithmoi
+X-Description: efficient basic number-theoretic functions
+ A library of basic functionality needed for
+ number-theoretic calculations. The aim of this library
+ is to provide efficient implementations of the functions.
+ Primes and related things (totients, factorisation),
+ powers (integer roots and tests, modular exponentiation).
+
+Package: libghc-arithmoi-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-arithmoi-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-arithmoi-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-arithmoi/debian/copyright
=====================================
@@ -0,0 +1,35 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: arithmoi
+Upstream-Contact: Andrew Lelechenko <andrew.lelechenko at gmail.com>
+Source: https://hackage.haskell.org/package/arithmoi
+
+Files: *
+Copyright: 2016-2021 Andrew Lelechenko
+           2016-2019 Carter Schonwald
+	   2011 Daniel Fischer
+	   2016 Chris Fredrickson, Google Inc.
+	   2018 Alexandre Rodrigues Baldé
+	   2018 Bhavik Mehta
+	   2020 Federico Bongiorno
+	   2018 Frederick Schneider
+License: Expat
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: Expat
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
+  associated documentation files (the "Software"), to deal in the Software without restriction,
+  including without limitation the rights to use, copy, modify, merge, publish, distribute,
+  sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
+  furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all copies or
+ substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
+ LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


=====================================
p/haskell-arithmoi/debian/rules
=====================================
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = no # quickcheck-classes
+DEB_CABAL_PACKAGE = arithmoi
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk


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


=====================================
p/haskell-arithmoi/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=4
+https://hackage.haskell.org/package/arithmoi/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/6aeeac93b742e18450c97eff5d8a86fa88b677f9

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/6aeeac93b742e18450c97eff5d8a86fa88b677f9
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/20231016/9f8bb7b8/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list