diff options
| author | Clint Adams <clint@debian.org> | 2016-10-16 01:07:23 -0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2016-10-16 01:07:23 -0400 |
| commit | c380d7be4cc5fb790389da573a6bdccfeba0eea0 (patch) | |
| tree | 831853d516f1412f6a21650008a4f7662b652503 /p/haskell-random-shuffle | |
| parent | 68ca8bc0eb6c80c9622ca1d0814671342fab8264 (diff) | |
| download | DHG_packages-c380d7be4cc5fb790389da573a6bdccfeba0eea0.tar.gz | |
random-shuffle: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-random-shuffle')
| -rw-r--r-- | p/haskell-random-shuffle/debian/changelog | 8 | ||||
| -rw-r--r-- | p/haskell-random-shuffle/debian/control | 50 | ||||
| -rw-r--r-- | p/haskell-random-shuffle/debian/copyright | 2 |
3 files changed, 37 insertions, 23 deletions
diff --git a/p/haskell-random-shuffle/debian/changelog b/p/haskell-random-shuffle/debian/changelog index e6efc4444..a0bdf7fed 100644 --- a/p/haskell-random-shuffle/debian/changelog +++ b/p/haskell-random-shuffle/debian/changelog @@ -1,14 +1,14 @@ -haskell-random-shuffle (0.0.4-7) UNRELEASED; urgency=medium +haskell-random-shuffle (0.0.4-7) experimental; 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) * Convert `debian/copyright' to dep5 format - [ Gianfranco Costamagna ] - * Fix VCS fields + [ Clint Adams ] + * Temporarily build-depend on ghc 8. - -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:36:04 +0300 + -- Clint Adams <clint@debian.org> Sun, 16 Oct 2016 01:07:18 -0400 haskell-random-shuffle (0.0.4-6) unstable; urgency=medium diff --git a/p/haskell-random-shuffle/debian/control b/p/haskell-random-shuffle/debian/control index a4421b16b..cc7cb1856 100644 --- a/p/haskell-random-shuffle/debian/control +++ b/p/haskell-random-shuffle/debian/control @@ -1,33 +1,40 @@ Source: haskell-random-shuffle Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> -Uploaders: Clint Adams <clint@debian.org> +Uploaders: + Clint Adams <clint@debian.org>, Priority: extra Section: haskell -Build-Depends: debhelper (>= 9), - haskell-devscripts (>= 0.10), +Build-Depends: cdbs, - ghc, + debhelper (>= 9), + ghc (>= 8), ghc-prof, + haskell-devscripts (>= 0.10), libghc-monadrandom-dev, libghc-monadrandom-prof, libghc-random-dev, libghc-random-prof, -Build-Depends-Indep: ghc-doc, +Build-Depends-Indep: + ghc-doc, libghc-monadrandom-doc, libghc-random-doc, Standards-Version: 3.9.8 Homepage: http://hackage.haskell.org/package/random-shuffle -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/ +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-random-shuffle Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git Package: libghc-random-shuffle-dev Architecture: any -Depends: ${haskell:Depends}, - ${shlibs:Depends}, +Depends: + ${haskell:Depends}, ${misc:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, -Provides: ${haskell:Provides}, + ${shlibs:Depends}, +Recommends: + ${haskell:Recommends}, +Suggests: + ${haskell:Suggests}, +Provides: + ${haskell:Provides}, Description: random shuffle library${haskell:ShortBlurb} Random shuffle implementation, on immutable lists. Based on "perfect shuffle" implementation by Oleg Kiselyov, available at @@ -37,11 +44,15 @@ Description: random shuffle library${haskell:ShortBlurb} Package: libghc-random-shuffle-prof Architecture: any -Depends: ${haskell:Depends}, +Depends: + ${haskell:Depends}, ${misc:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, -Provides: ${haskell:Provides}, +Recommends: + ${haskell:Recommends}, +Suggests: + ${haskell:Suggests}, +Provides: + ${haskell:Provides}, Description: random shuffle library${haskell:ShortBlurb} Random shuffle implementation, on immutable lists. Based on "perfect shuffle" implementation by Oleg Kiselyov, available at @@ -52,10 +63,13 @@ Description: random shuffle library${haskell:ShortBlurb} Package: libghc-random-shuffle-doc Architecture: all Section: doc -Depends: ${misc:Depends}, +Depends: ${haskell:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, + ${misc:Depends}, +Recommends: + ${haskell:Recommends}, +Suggests: + ${haskell:Suggests}, Description: random shuffle library${haskell:ShortBlurb} Random shuffle implementation, on immutable lists. Based on "perfect shuffle" implementation by Oleg Kiselyov, available at diff --git a/p/haskell-random-shuffle/debian/copyright b/p/haskell-random-shuffle/debian/copyright index c20451d6d..2c4b2c5c8 100644 --- a/p/haskell-random-shuffle/debian/copyright +++ b/p/haskell-random-shuffle/debian/copyright @@ -38,4 +38,4 @@ License: BSD-3-clause 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.
\ No newline at end of file + POSSIBILITY OF SUCH DAMAGE. |
