diff options
author | KAction <KAction@gnu.org> | 2015-03-15 12:14:14 +0300 |
---|---|---|
committer | KAction <KAction@gnu.org> | 2015-03-15 12:14:14 +0300 |
commit | 62cac6eb21048bc24b7cf8c64e03ab12f009a091 (patch) | |
tree | 64677ea320276ba041fb3cc9a36d105440d25eee /p/haskell-boolean | |
parent | 0d4c915726b20e95b375c60b3ab4aaee468d877f (diff) | |
download | DHG_packages-62cac6eb21048bc24b7cf8c64e03ab12f009a091.tar.gz |
haskell-boolean: New upstream release
Diffstat (limited to 'p/haskell-boolean')
-rw-r--r-- | p/haskell-boolean/debian/changelog | 7 | ||||
-rw-r--r-- | p/haskell-boolean/debian/control | 4 | ||||
-rw-r--r-- | p/haskell-boolean/debian/copyright | 68 |
3 files changed, 44 insertions, 35 deletions
diff --git a/p/haskell-boolean/debian/changelog b/p/haskell-boolean/debian/changelog index f60f56402..bde3a9f6d 100644 --- a/p/haskell-boolean/debian/changelog +++ b/p/haskell-boolean/debian/changelog @@ -1,3 +1,10 @@ +haskell-boolean (0.2.3-1) experimental; urgency=medium + + * New upstream release + * Bump policy version (no changes needed) + + -- Dmitry Bogatov <KAction@gnu.org> Sun, 15 Mar 2015 12:00:33 +0300 + haskell-boolean (0.2.1-2) experimental; urgency=medium * Depend on haskell-devscripts 0.9, found in experimental diff --git a/p/haskell-boolean/debian/control b/p/haskell-boolean/debian/control index edd3769e2..e33715eb2 100644 --- a/p/haskell-boolean/debian/control +++ b/p/haskell-boolean/debian/control @@ -2,14 +2,14 @@ Source: haskell-boolean Section: haskell Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> -Uploaders: Clint Adams <clint@debian.org> +Uploaders: Clint Adams <clint@debian.org>, Dmitry Bogatov <KAction@gnu.org> Build-Depends: debhelper (>= 9) , cdbs , haskell-devscripts (>= 0.9) , ghc , ghc-prof Build-Depends-Indep: ghc-doc -Standards-Version: 3.9.5 +Standards-Version: 3.9.6 Homepage: http://hackage.haskell.org/package/MemoTrie Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-boolean Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-boolean diff --git a/p/haskell-boolean/debian/copyright b/p/haskell-boolean/debian/copyright index ad571c148..eeca52432 100644 --- a/p/haskell-boolean/debian/copyright +++ b/p/haskell-boolean/debian/copyright @@ -1,37 +1,39 @@ -This package was debianized by Clint Adams <clint@debian.org> on -Thu, 09 Jun 2011 17:58:57 -0000 - -It was downloaded from -http://hackage.haskell.org/package/Boolean - -Upstream Authors: - - Conal Elliott <conal@conal.net> - -Copyright: - - 2009 Conal Elliott - -License: - -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 +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Boolean +Upstream-Contact: Conal Elliott <conal@conal.net> +Upstream-Source: https://hackage.haskell.org/package/Boolean + +Files: * +Copyright: 2009-2013 Conal Elliott + 2013 Jan Bracker +License: BSD-3-clause + +Files: debian/* +Copyright: held by the contributors mentioned in debian/changelog +License: BSD-3-clause + +License: BSD-3-clause + 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 + 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. -3. The names of the authors may not be used to endorse or promote products + 3. The names of the authors may not be used to endorse or promote products derived from this software without specific prior written permission. - -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 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. + . + 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 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. |