debian/0000755000000000000000000000000012157164147007176 5ustar debian/watch0000644000000000000000000000037712036251021010216 0ustar # See uscan(1) for format version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|non-negative-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/non-negative \ ([\d\.]*\d)/ debian/rules0000755000000000000000000000022312036251021010233 0ustar #!/usr/bin/make -f DEB_BUILD_DEPENDENCIES = build-arch include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/copyright0000644000000000000000000000150212036251021011107 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Name: non-negative Maintainer: Henning Thielemann Source: http://hackage.haskell.org/packages/archive/non-negative Files: * Copyright: 2007-2011, Henning Thielemann License: GPL-3+ Files: debian/* Copyright: 2010-2011, Ernesto Hernández-Novich (USB) License: GPL-3+ License: GPL-3+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. . On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-3' debian/source/0000755000000000000000000000000012036251021010456 5ustar debian/source/format0000644000000000000000000000001412036251021011664 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212147616263010374 0ustar 9 debian/control0000644000000000000000000000432012150230152010557 0ustar Source: haskell-non-negative Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Ernesto Hernández-Novich (USB) Build-Depends: debhelper (>= 9), cdbs, haskell-devscripts (>= 0.8.15), ghc, ghc-prof, libghc-utility-ht-dev (>= 0.0.1), libghc-utility-ht-dev (<< 0.1), libghc-utility-ht-prof, libghc-quickcheck2-dev, libghc-quickcheck2-prof Build-Depends-Indep: ghc-doc, libghc-utility-ht-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/non-negative Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-non-negative Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=haskell/haskell-non-negative Package: libghc-non-negative-dev Architecture: any Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Non-negative numbers for Haskell${haskell:ShortBlurb} This library provides a class for non-negative numbers, a wrapper which can turn any ordered numeric type into a member of that class, and a lazy number type for non-negative numbers (a generalization of Peano numbers). . ${haskell:Blurb} Package: libghc-non-negative-prof Architecture: any Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Non-negative numbers for Haskell${haskell:ShortBlurb} This library provides a class for non-negative numbers, a wrapper which can turn any ordered numeric type into a member of that class, and a lazy number type for non-negative numbers (a generalization of Peano numbers). . ${haskell:Blurb} Package: libghc-non-negative-doc Section: doc Architecture: all Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: Non-negative numbers for Haskell${haskell:ShortBlurb} This library provides a class for non-negative numbers, a wrapper which can turn any ordered numeric type into a member of that class, and a lazy number type for non-negative numbers (a generalization of Peano numbers). . ${haskell:Blurb} debian/changelog0000644000000000000000000000426112157164147011053 0ustar haskell-non-negative (0.1-5build1) saucy; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Sat, 15 Jun 2013 23:19:19 +0100 haskell-non-negative (0.1-5) unstable; urgency=low * Move Haskell blurb to the end of the description, reduces the impact of #708703 -- Joachim Breitner Sat, 25 May 2013 23:52:34 +0200 haskell-non-negative (0.1-4) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:51:32 +0200 haskell-non-negative (0.1-3) 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 Thu, 18 Oct 2012 10:25:54 +0200 haskell-non-negative (0.1-2) unstable; urgency=low * Sourceful upload to rebuild documentation package -- Joachim Breitner Sat, 25 Feb 2012 16:37:45 +0100 haskell-non-negative (0.1-1) unstable; urgency=low * New upstream release * control: Added new versioned B-D on libghc-utility-ht-dev * copyright: updated copyright dates for upstream and packaging -- Ernesto Hernández-Novich (USB) Fri, 17 Jun 2011 09:20:11 -0430 haskell-non-negative (0.0.5.1-3) unstable; urgency=low [ Ernesto Hernández-Novich (USB) ] * Fix typo in documentation package's short description. [ Marco Silva ] * Use ghc instead of ghc6 [ Iain Lane ] * Standards-Version → 3.9.2, no changes required -- Iain Lane Tue, 24 May 2011 16:30:41 +0100 haskell-non-negative (0.0.5.1-2) unstable; urgency=low * Fix maintainer e-mail address * Switch to 3.0 (quilt) source format -- Joachim Breitner Sun, 07 Mar 2010 13:23:59 +0100 haskell-non-negative (0.0.5.1-1) unstable; urgency=low [ Ernesto Hernández-Novich (USB) ] * Initial release (Closes: 572367). [ Marco Túlio Gontijo e Silva ] * debian/copyright: Correct License Name. * debian/copyright: Include year in upstream copyright. -- Marco Túlio Gontijo e Silva Fri, 05 Mar 2010 09:57:52 -0300