diff -Nru haskell-newtype-0.2/debian/changelog haskell-newtype-0.2/debian/changelog --- haskell-newtype-0.2/debian/changelog 2015-06-01 11:15:13.000000000 +0000 +++ haskell-newtype-0.2/debian/changelog 2015-12-03 20:16:47.000000000 +0000 @@ -1,14 +1,16 @@ -haskell-newtype (0.2-5build2) wily; urgency=medium +haskell-newtype (0.2-7) unstable; urgency=medium - * Rebuild for new GHC ABIs. + * Switch Vcs-Git/Vcs-Browser headers to new location. - -- Colin Watson Mon, 01 Jun 2015 12:15:13 +0100 + -- Clint Adams Thu, 03 Dec 2015 14:54:50 -0500 -haskell-newtype (0.2-5build1) wily; urgency=medium +haskell-newtype (0.2-6) 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:32:43 +0100 + -- Joachim Breitner Thu, 20 Aug 2015 10:28:18 +0200 haskell-newtype (0.2-5) unstable; urgency=medium @@ -32,7 +34,7 @@ haskell-newtype (0.2-2) experimental; urgency=low - * Remove spurious boilerplate from debian/copyright. + * Remove spurious boilerplate from debian/copyright. * Depend on haskell-devscripts 0.8.13 to ensure this packages is built against experimental * Bump standards version, no change @@ -41,6 +43,6 @@ haskell-newtype (0.2-1) unstable; urgency=low - * Initial release. + * Initial release. -- Joachim Breitner Sat, 19 May 2012 21:26:08 +0200 diff -Nru haskell-newtype-0.2/debian/control haskell-newtype-0.2/debian/control --- haskell-newtype-0.2/debian/control 2015-04-27 09:46:05.000000000 +0000 +++ haskell-newtype-0.2/debian/control 2015-12-03 19:19:22.000000000 +0000 @@ -1,27 +1,27 @@ Source: haskell-newtype -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 +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://hackage.haskell.org/package/newtype -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-newtype -Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-newtype +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-newtype-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: A typeclass for working with newtypes${haskell:ShortBlurb} The Newtype typeclass represents the packing and unpacking of a newtype, and allows you to operatate under that newtype with functions such as ala. @@ -30,11 +30,11 @@ Package: libghc-newtype-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: A typeclass for working with newtypes${haskell:ShortBlurb} The Newtype typeclass represents the packing and unpacking of a newtype, and allows you to operatate under that newtype with functions such as ala. @@ -42,11 +42,12 @@ ${haskell:Blurb} Package: libghc-newtype-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: A typeclass for working with newtypes${haskell:ShortBlurb} The Newtype typeclass represents the packing and unpacking of a newtype, and allows you to operatate under that newtype with functions such as ala. diff -Nru haskell-newtype-0.2/debian/copyright haskell-newtype-0.2/debian/copyright --- haskell-newtype-0.2/debian/copyright 2015-04-27 09:46:05.000000000 +0000 +++ haskell-newtype-0.2/debian/copyright 2015-08-26 19:27:09.000000000 +0000 @@ -3,25 +3,26 @@ Upstream-Contact: Darius Jahandarie Source: http://hackage.haskell.org/package/newtype +Files: * Copyright: (c)2011, Darius Jahandarie License: BSD3 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 Darius Jahandarie nor the names of other 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