Commit 0387bee1 authored by Clint Adams's avatar Clint Adams
Browse files

random: control file cleanup

parent ccc38a52
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
haskell-random (1.1-8) unstable; urgency=medium

  * Switch to build-depending on debhelper-compat instead of debhelper.
  * Factor out descriptions.

 -- Clint Adams <clint@debian.org>  Sun, 28 Jul 2019 21:32:04 -0400

haskell-random (1.1-7) unstable; urgency=medium

  [ Clint Adams ]

p/haskell-random/debian/compat

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
10
+15 −13
Original line number Diff line number Diff line
@@ -4,17 +4,21 @@ Uploaders: Joachim Breiter <nomeata@debian.org>
Priority: optional
Section: haskell
Rules-Requires-Root: no
Build-Depends: debhelper (>= 10),
Build-Depends: debhelper-compat (= 12),
 haskell-devscripts (>= 0.13),
 cdbs,
 ghc (>= 8),
 ghc-prof,
Build-Depends-Indep: ghc-doc,
Standards-Version: 4.1.4
Homepage: http://hackage.haskell.org/package/random
Standards-Version: 4.4.0
Homepage: https://hackage.haskell.org/package/random
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-random
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-random]

X-Description: random number generator for Haskell
 This package provides a basic random number generation library, including
 the ability to split random number generators.
 .
 ${haskell:Blurb}
Package: libghc-random-dev
Architecture: any
Depends: ${haskell:Depends},
@@ -23,12 +27,12 @@ Depends: ${haskell:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Provides: ${haskell:Provides},
Description: Random number generator for Haskell${haskell:ShortBlurb}
 This package provides a basic random number generation library, including
 the ability to split random number generators.
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 ${haskell:LongDescription}
 .
 ${haskell:Blurb}


Package: libghc-random-prof
Architecture: any
Depends: ${haskell:Depends},
@@ -36,9 +40,8 @@ Depends: ${haskell:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Provides: ${haskell:Provides},
Description: Random number generator for Haskell${haskell:ShortBlurb}
 This package provides a basic random number generation library, including
 the ability to split random number generators.
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 ${haskell:LongDescription}
 .
 ${haskell:Blurb}

@@ -49,8 +52,7 @@ Depends: ${misc:Depends},
 ${haskell:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Description: Random number generator for Haskell${haskell:ShortBlurb}
 This package provides a basic random number generation library, including
 the ability to split random number generators.
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 ${haskell:LongDescription}
 .
 ${haskell:Blurb}