* Disable testsuite.
[dgit import unpatched haskell-retry 0.8.1.2-2+rpi1]
--- /dev/null
--- /dev/null
++haskell-retry (0.8.1.2-2+rpi1) bullseye-staging; urgency=medium
++
++ * Disable testsuite.
++
++ -- Peter Michael Green <plugwash@raspbian.org> Thu, 20 Aug 2020 17:34:21 +0000
++
++haskell-retry (0.8.1.2-2) unstable; urgency=medium
++
++ * Fix Build-Depends.
++
++ -- Clint Adams <clint@debian.org> Sun, 14 Jun 2020 20:32:33 -0400
++
++haskell-retry (0.8.1.2-1) unstable; urgency=medium
++
++ * New upstream version.
++
++ -- Clint Adams <clint@debian.org> Sun, 14 Jun 2020 19:38:01 -0400
++
++haskell-retry (0.7.7.0-1) unstable; urgency=medium
++
++ * Bump debhelper compat level to 10
++ * New upstream release
++
++ -- Ilias Tsitsimpis <iliastsi@debian.org> Sat, 29 Sep 2018 20:51:10 +0300
++
++haskell-retry (0.7.6.2-3) unstable; urgency=medium
++
++ * Set Rules-Requires-Root to no.
++ * Enable testsuite.
++
++ -- Clint Adams <clint@debian.org> Sun, 13 May 2018 16:00:41 -0400
++
++haskell-retry (0.7.6.2-1) unstable; urgency=medium
++
++ [ Ilias Tsitsimpis ]
++ * Use salsa.debian.org URLs in Vcs-{Browser,Git} fields
++
++ [ Clint Adams ]
++ * Bump to Standards-Version 4.1.4.
++ * New upstream release
++
++ -- Clint Adams <clint@debian.org> Mon, 09 Apr 2018 16:57:51 -0400
++
++haskell-retry (0.7.5.1-1) unstable; urgency=medium
++
++ * New upstream release
++
++ -- Clint Adams <clint@debian.org> Wed, 27 Dec 2017 23:07:33 -0500
++
++haskell-retry (0.7.5.0-1) unstable; urgency=medium
++
++ * New upstream release
++
++ -- Clint Adams <clint@debian.org> Sun, 17 Dec 2017 10:00:44 -0500
++
++haskell-retry (0.7.4.3-1) unstable; urgency=medium
++
++ [ Ilias Tsitsimpis ]
++ * Change Priority to optional. Since Debian Policy version 4.0.1,
++ priority extra has been deprecated.
++ * Use the HTTPS form of the copyright-format URL
++ * Modify d/watch and Source field in d/copyright to use HTTPS
++ * Declare compliance with Debian policy 4.1.1
++
++ [ Clint Adams ]
++ * New upstream release
++
++ -- Clint Adams <clint@debian.org> Fri, 24 Nov 2017 16:11:48 -0500
++
++haskell-retry (0.7.4.2-1) unstable; urgency=medium
++
++ * New upstream release
++
++ -- Clint Adams <clint@debian.org> Sun, 18 Jun 2017 02:09:46 -0400
++
++haskell-retry (0.7.4.1-3) unstable; urgency=medium
++
++ * Upload to unstable as part of GHC 8 transition.
++
++ -- Clint Adams <clint@debian.org> Thu, 27 Oct 2016 18:35:53 -0400
++
++haskell-retry (0.7.4.1-2) experimental; urgency=medium
++
++ * Temporarily build-depend on ghc 8.
++
++ -- Clint Adams <clint@debian.org> Sun, 16 Oct 2016 16:25:22 -0400
++
++haskell-retry (0.7.4.1-1) unstable; urgency=medium
++
++ * New upstream release
++
++ -- Clint Adams <clint@debian.org> Thu, 04 Aug 2016 13:39:45 -0400
++
++haskell-retry (0.7.4-1) unstable; urgency=medium
++
++ * New upstream release
++
++ -- Clint Adams <clint@debian.org> Tue, 12 Jul 2016 17:10:13 -0400
++
++haskell-retry (0.7.3-1) unstable; urgency=medium
++
++ * New upstream release
++
++ -- Joachim Breitner <nomeata@debian.org> Wed, 01 Jun 2016 12:48:09 +0200
++
++haskell-retry (0.7.1-1) unstable; urgency=medium
++
++ [ Dmitry Bogatov ]
++ * Use secure (https) uri in Vcs-Git field in 'debian/control'
++ * Bump standards version to 3.9.8 (no changes needed)
++
++ [ Clint Adams ]
++ * New upstream release
++
++ -- Clint Adams <clint@debian.org> Wed, 25 May 2016 12:39:45 -0400
++
++haskell-retry (0.7.0.1-1) unstable; urgency=medium
++
++ * New upstream release
++
++ -- Clint Adams <clint@debian.org> Sun, 10 Jan 2016 23:37:44 -0500
++
++haskell-retry (0.6-2) unstable; urgency=medium
++
++ * Switch Vcs-Git/Vcs-Browser headers to new location.
++
++ -- Clint Adams <clint@debian.org> Thu, 03 Dec 2015 14:55:00 -0500
++
++haskell-retry (0.6-1) experimental; urgency=low
++
++ * Initial release
++ * Depend on haskell-devscripts >= 0.10 to ensure that this package
++ builds against GHC in experimental
++
++ -- Joachim Breitner <nomeata@debian.org> Thu, 20 Aug 2015 10:28:36 +0200
--- /dev/null
--- /dev/null
++10
--- /dev/null
--- /dev/null
++Source: haskell-retry
++Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
++Uploaders:
++ Joachim Breitner <nomeata@debian.org>,
++ Clint Adams <clint@debian.org>,
++Priority: optional
++Section: haskell
++Rules-Requires-Root: no
++Build-Depends:
++ cdbs,
++ debhelper (>= 10),
++ ghc (>= 8),
++ ghc-prof,
++ haskell-devscripts (>= 0.13),
++ libghc-exceptions-dev (>= 0.5),
++ libghc-exceptions-prof,
++ libghc-random-dev (>= 1),
++ libghc-random-prof,
++ libghc-hedgehog-dev,
++ libghc-hunit-dev,
++ libghc-tasty-dev,
++ libghc-tasty-hunit-dev,
++ libghc-tasty-hedgehog-dev,
++Build-Depends-Indep:
++ ghc-doc,
++ libghc-exceptions-doc,
++ libghc-random-doc,
++Standards-Version: 4.5.0
++Homepage: https://github.com/Soostone/retry
++Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-retry
++Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-retry]
++X-Description: Retry combinators for monadic actions that may fail
++ This package exposes combinators that can wrap arbitrary monadic actions. They
++ run the action and potentially retry running it with some configurable delay
++ for a configurable number of times.
++ .
++ The purpose is to make it easier to work with IO and especially network IO
++ actions that often experience temporary failure and warrant retrying of the
++ original action. For example, a database query may time out for a while, in
++ which case we should hang back for a bit and retry the query instead of simply
++ raising an exception.
++
++Package: libghc-retry-dev
++Architecture: any
++Depends:
++ ${haskell:Depends},
++ ${misc:Depends},
++ ${shlibs:Depends},
++Recommends:
++ ${haskell:Recommends},
++Suggests:
++ ${haskell:Suggests},
++Conflicts:
++ ${haskell:Conflicts},
++Provides:
++ ${haskell:Provides},
++Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
++ ${haskell:LongDescription}
++ .
++ ${haskell:Blurb}
++
++Package: libghc-retry-prof
++Architecture: any
++Depends:
++ ${haskell:Depends},
++ ${misc:Depends},
++Recommends:
++ ${haskell:Recommends},
++Suggests:
++ ${haskell:Suggests},
++Conflicts:
++ ${haskell:Conflicts},
++Provides:
++ ${haskell:Provides},
++Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
++ ${haskell:LongDescription}
++ .
++ ${haskell:Blurb}
++
++Package: libghc-retry-doc
++Architecture: all
++Section: doc
++Depends:
++ ${haskell:Depends},
++ ${misc:Depends},
++Recommends:
++ ${haskell:Recommends},
++Suggests:
++ ${haskell:Suggests},
++Conflicts:
++ ${haskell:Conflicts},
++Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
++ ${haskell:LongDescription}
++ .
++ ${haskell:Blurb}
--- /dev/null
--- /dev/null
++Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
++Upstream-Name: retry
++Upstream-Contact: ozgun.ataman@soostone.com
++Source: https://hackage.haskell.org/package/retry
++
++Files: *
++Copyright: Ozgun Ataman, Soostone Inc
++License: BSD3
++
++Files: debian/*
++Copyright: held by the contributors mentioned in debian/changelog
++License: BSD3
++
++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 Ozgun Ataman 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
++ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
++ OWNER 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.
--- /dev/null
--- /dev/null
++#!/usr/bin/make -f
++
++DEB_CABAL_PACKAGE = retry
++DEB_DEFAULT_COMPILER = ghc
++DEB_ENABLE_TESTS = no
++
++include /usr/share/cdbs/1/rules/debhelper.mk
++include /usr/share/cdbs/1/class/hlibrary.mk
--- /dev/null
--- /dev/null
++3.0 (quilt)
--- /dev/null
--- /dev/null
++version=3
++https://hackage.haskell.org/package/retry/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))