debian/0000755000000000000000000000000012163365440007172 5ustar debian/control0000644000000000000000000000447312163365427010612 0ustar Source: haskell-maths Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Iulian Udrea DM-Upload-Allowed: yes Build-Depends: debhelper (>= 9), cdbs, haskell-devscripts (>= 0.8.15), ghc, ghc-prof, libghc-random-dev, libghc-random-prof, Build-Depends-Indep: ghc-doc, libghc-random-dev, Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/HaskellForMaths Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-maths Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-maths Package: libghc-maths-dev Architecture: any Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Combinatorics, group theory, (non-)commutative algebra${haskell:ShortBlurb} A library of maths code in the areas of combinatorics, group theory, commutative algebra, and non-commutative algebra. The library is mainly intended for educational purposes, but does have efficient implementations of several fundamental algorithms. . ${haskell:Blurb} Package: libghc-maths-prof Architecture: any Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Combinatorics, group theory, (non-)commutative algebra${haskell:ShortBlurb} A library of maths code in the areas of combinatorics, group theory, commutative algebra, and non-commutative algebra. The library is mainly intended for educational purposes, but does have efficient implementations of several fundamental algorithms. . ${haskell:Blurb} Package: libghc-maths-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: Combinatorics, group theory, (non-)commutative algebra${haskell:ShortBlurb} A library of maths code in the areas of combinatorics, group theory, commutative algebra, and non-commutative algebra. The library is mainly intended for educational purposes, but does have efficient implementations of several fundamental algorithms. . ${haskell:Blurb} debian/rules0000755000000000000000000000021012163365427010250 0ustar #!/usr/bin/make -f DEB_CABAL_PACKAGE = maths include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/watch0000644000000000000000000000033612163365427010232 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|foo-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/HaskellForMaths \ ([\d\.]*\d)/ debian/source/0000755000000000000000000000000012163365427010477 5ustar debian/source/format0000644000000000000000000000001412163365427011705 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000346312163365427011057 0ustar haskell-maths (0.4.5-1) unstable; urgency=low * New upstream release. -- Iulian Udrea Fri, 28 Jun 2013 20:55:07 +0100 haskell-maths (0.4.3-3) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:51:22 +0200 haskell-maths (0.4.3-2) experimental; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this packages is built against experimental * Bump standards version, no change -- Joachim Breitner Sun, 14 Oct 2012 12:01:29 +0200 haskell-maths (0.4.3-1) unstable; urgency=low * New upstream release. * Drop the add-Eq-constraints patch; applied upstream. * Update debian/copyright. -- Iulian Udrea Thu, 16 Feb 2012 18:55:59 +0000 haskell-maths (0.4.1-2) unstable; urgency=low * Depend on libghc-random-dev, as it was split out from GHC * patches/add-Eq-Constraints: Add Eq constraints where necessary -- Joachim Breitner Sat, 04 Feb 2012 12:17:46 +0100 haskell-maths (0.4.1-1) unstable; urgency=low * New upstream release. New modules: - Math.Algebras.Octonions - Math.NumberTheory.Prime - Math.NumberTheory.Factor -- Iulian Udrea Thu, 24 Nov 2011 18:28:32 +0000 haskell-maths (0.4.0-1) unstable; urgency=low * New upstream release. * Drop libghc-quickcheck2-{dev,prof,doc}. * Update copyright year. -- Iulian Udrea Sat, 24 Sep 2011 15:16:33 +0100 haskell-maths (0.3.4-1) unstable; urgency=low * New upstream release. -- Iulian Udrea Sat, 10 Sep 2011 18:47:29 +0100 haskell-maths (0.3.3-1) unstable; urgency=low * Initial release. -- Iulian Udrea Fri, 12 Aug 2011 07:04:34 +0100 debian/copyright0000644000000000000000000000352012163365427011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: HaskellForMaths Upstream-Contact: David Amos Source: http://hackage.haskell.org/package/HaskellForMaths Files: * Copyright: (c) 2008-2012, David Amos License: BSD-3 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 Haskell for Maths nor the names of its 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 HOLDER 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. Files: debian/* Copyright: 2011-2012, Iulian Udrea License: BSD-3 See above. debian/compat0000644000000000000000000000000212163365427010375 0ustar 9