diff -Nru haskell-strict-0.3.2/debian/changelog haskell-strict-0.3.2/debian/changelog --- haskell-strict-0.3.2/debian/changelog 2015-06-01 11:19:31.000000000 +0000 +++ haskell-strict-0.3.2/debian/changelog 2015-12-03 20:16:47.000000000 +0000 @@ -1,14 +1,16 @@ -haskell-strict (0.3.2-9build2) wily; urgency=medium +haskell-strict (0.3.2-11) unstable; urgency=medium - * Rebuild for new GHC ABIs. + * Switch Vcs-Git/Vcs-Browser headers to new location. - -- Colin Watson Mon, 01 Jun 2015 12:19:31 +0100 + -- Clint Adams Thu, 03 Dec 2015 14:55:06 -0500 -haskell-strict (0.3.2-9build1) wily; urgency=medium +haskell-strict (0.3.2-10) experimental; urgency=medium - * Rebuild for new GHC ABIs. + * Bump standards-version to 3.9.6 + * Depend on haskell-devscripts >= 0.10 to ensure that this package + builds against GHC in experimental - -- Colin Watson Sat, 23 May 2015 14:37:36 +0100 + -- Joachim Breitner Thu, 20 Aug 2015 10:28:46 +0200 haskell-strict (0.3.2-9) unstable; urgency=medium diff -Nru haskell-strict-0.3.2/debian/control haskell-strict-0.3.2/debian/control --- haskell-strict-0.3.2/debian/control 2015-04-27 09:46:27.000000000 +0000 +++ haskell-strict-0.3.2/debian/control 2015-12-03 19:19:49.000000000 +0000 @@ -1,27 +1,27 @@ Source: haskell-strict -Section: haskell -Priority: extra Maintainer: Debian Haskell Group Uploaders: Joachim Breitner -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.9) - , ghc - , ghc-prof -Build-Depends-Indep: ghc-doc -Standards-Version: 3.9.4 -Homepage: http://hackage.haskell.org/package/strict -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-strict -Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-strict +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + haskell-devscripts (>= 0.10), + cdbs, + ghc, + ghc-prof, +Build-Depends-Indep: ghc-doc, +Standards-Version: 3.9.6 +Homepage: http://www.cse.unsw.edu.au/~rl/code/strict.html +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/ +Vcs-Git: git://git.debian.org/git/pkg-haskell/DHG_packages.git Package: libghc-strict-dev Architecture: any -Depends: ${haskell:Depends} - , ${shlibs:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${shlibs:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: Strict variants of standard Haskell datatypes${haskell:ShortBlurb} This package provides strict versions of some standard Haskell data types (pairs, Maybe and Either). It also contains strict IO operations. @@ -30,11 +30,11 @@ Package: libghc-strict-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: Strict variants of standard Haskell datatypes${haskell:ShortBlurb} This package provides strict versions of some standard Haskell data types (pairs, Maybe and Either). It also contains strict IO operations. @@ -42,11 +42,12 @@ ${haskell:Blurb} Package: libghc-strict-doc -Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Section: doc +Depends: ${misc:Depends}, + ${haskell:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: Strict variants of standard Haskell datatypes${haskell:ShortBlurb} This package provides strict versions of some standard Haskell data types (pairs, Maybe and Either). It also contains strict IO operations. diff -Nru haskell-strict-0.3.2/debian/copyright haskell-strict-0.3.2/debian/copyright --- haskell-strict-0.3.2/debian/copyright 2015-04-27 09:46:27.000000000 +0000 +++ haskell-strict-0.3.2/debian/copyright 2015-08-26 19:27:09.000000000 +0000 @@ -1,16 +1,17 @@ -Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Name: strict Maintainer: Joachim Breitner Source: http://hackage.haskell.org/package/strict +Files: * Copyright: Roman Leshchinskiy 2006-2007 Don Stewart 2007 -License: +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 notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright @@ -19,7 +20,7 @@ 3. Neither the name of the author nor the names of his contributors may be used to endorse or promote products derived from this software without specific prior written permission. - + THIS SOFTWARE IS PROVIDED BY THE 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