[DHG_packages] 01/01: add integer-logarithms

Clint Adams clint at moszumanska.debian.org
Thu Jul 6 23:59:21 UTC 2017


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

clint pushed a commit to branch master
in repository DHG_packages.

commit d7e848ea104717f7e9f03022ac3ec7f57b25029a
Author: Clint Adams <clint at debian.org>
Date:   Thu Jul 6 19:58:51 2017 -0400

    add integer-logarithms
---
 p/haskell-integer-logarithms/debian/changelog     |  5 ++
 p/haskell-integer-logarithms/debian/compat        |  1 +
 p/haskell-integer-logarithms/debian/control       | 72 +++++++++++++++++++++++
 p/haskell-integer-logarithms/debian/copyright     | 36 ++++++++++++
 p/haskell-integer-logarithms/debian/rules         |  9 +++
 p/haskell-integer-logarithms/debian/source/format |  1 +
 p/haskell-integer-logarithms/debian/watch         |  2 +
 7 files changed, 126 insertions(+)

diff --git a/p/haskell-integer-logarithms/debian/changelog b/p/haskell-integer-logarithms/debian/changelog
new file mode 100644
index 0000000..d5e282e
--- /dev/null
+++ b/p/haskell-integer-logarithms/debian/changelog
@@ -0,0 +1,5 @@
+haskell-integer-logarithms (1.0.1-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Thu, 06 Jul 2017 19:51:57 -0400
diff --git a/p/haskell-integer-logarithms/debian/compat b/p/haskell-integer-logarithms/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/p/haskell-integer-logarithms/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/p/haskell-integer-logarithms/debian/control b/p/haskell-integer-logarithms/debian/control
new file mode 100644
index 0000000..02c865c
--- /dev/null
+++ b/p/haskell-integer-logarithms/debian/control
@@ -0,0 +1,72 @@
+Source: haskell-integer-logarithms
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 10),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.8),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-quickcheck2-dev (>= 2.9),
+ libghc-quickcheck2-dev (<< 2.10),
+ libghc-smallcheck-dev (>= 1.1),
+ libghc-smallcheck-dev (<< 1.2),
+ 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),
+ libghc-tasty-smallcheck-dev (>= 0.8),
+ libghc-tasty-smallcheck-dev (<< 0.9),
+Build-Depends-Indep: ghc-doc,
+Standards-Version: 4.0.0
+Homepage: https://github.com/phadej/integer-logarithms
+X-Description: integer logarithms
+ Math.NumberTheory.Logarithms and Math.NumberTheory.Powers.Integer
+ from the arithmoi package.
+ .
+ Also provides GHC.Integer.Logarithms.Compat and
+ Math.NumberTheory.Power.Natural modules, as well as some
+ additional functions in migrated modules.
+
+Package: libghc-integer-logarithms-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-integer-logarithms-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-integer-logarithms-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-integer-logarithms/debian/copyright b/p/haskell-integer-logarithms/debian/copyright
new file mode 100644
index 0000000..8b5cd74
--- /dev/null
+++ b/p/haskell-integer-logarithms/debian/copyright
@@ -0,0 +1,36 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: integer-logarithms
+Upstream-Contact: Oleg Grenrus <oleg.grenrus at iki.fi>
+Source: https://hackage.haskell.org/package/integer-logarithms
+
+Files: *
+Copyright: 2011-2014 Daniel Fischer
+           2017 Oleg Grenrus
+License: Expat
+
+Files: test-suite/Math/NumberTheory/TestUtils.hs
+       test-suite/Math/NumberTheory/Powers/IntegerTests.hs
+       test-suite/Math/NumberTheory/Powers/NaturalTests.hs
+       test-suite/Math/NumberTheory/LogarithmsTests.hs
+Copyright: 2016 Andrew Lelechenko
+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.
diff --git a/p/haskell-integer-logarithms/debian/rules b/p/haskell-integer-logarithms/debian/rules
new file mode 100755
index 0000000..ae8292d
--- /dev/null
+++ b/p/haskell-integer-logarithms/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
+DEB_CABAL_PACKAGE = integer-logarithms
+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-integer-logarithms/debian/source/format b/p/haskell-integer-logarithms/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/p/haskell-integer-logarithms/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-integer-logarithms/debian/watch b/p/haskell-integer-logarithms/debian/watch
new file mode 100644
index 0000000..a3c81e3
--- /dev/null
+++ b/p/haskell-integer-logarithms/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/integer-logarithms/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