summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-07 20:21:13 -0400
committerClint Adams <clint@debian.org>2016-10-16 16:09:30 -0400
commita8fe571217eb77bca9bd14002683a051b0dbfd03 (patch)
tree52a51f8e6a7630cd66bf63df0f49ddf663a2a09e
parentbebf592d25247cffecadfa0505d649d43c9a3307 (diff)
downloadDHG_packages-a8fe571217eb77bca9bd14002683a051b0dbfd03.tar.gz
hint: Upgrading from 0.5.2 to 0.6.0
-rw-r--r--p/haskell-hint/debian/changelog6
-rw-r--r--p/haskell-hint/debian/control43
-rw-r--r--p/haskell-hint/debian/copyright2
3 files changed, 31 insertions, 20 deletions
diff --git a/p/haskell-hint/debian/changelog b/p/haskell-hint/debian/changelog
index 03da3b503..fb7970cd6 100644
--- a/p/haskell-hint/debian/changelog
+++ b/p/haskell-hint/debian/changelog
@@ -1,8 +1,8 @@
-haskell-hint (0.5.2-2) UNRELEASED; urgency=medium
+haskell-hint (0.6.0-1) experimental; urgency=medium
- * Fix VCS fields
+ * New upstream version.
- -- Gianfranco Costamagna <locutusofborg@debian.org> Thu, 02 Jun 2016 19:12:35 +0200
+ -- Clint Adams <clint@debian.org> Sun, 16 Oct 2016 16:09:18 -0400
haskell-hint (0.5.2-1) unstable; urgency=medium
diff --git a/p/haskell-hint/debian/control b/p/haskell-hint/debian/control
index e8318f9ac..a1750eede 100644
--- a/p/haskell-hint/debian/control
+++ b/p/haskell-hint/debian/control
@@ -1,14 +1,16 @@
Source: haskell-hint
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata@debian.org>
+Uploaders:
+ Joachim Breitner <nomeata@debian.org>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
- ghc-prof,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-ghci,
+ ghc-prof,
+ haskell-devscripts (>= 0.10),
libghc-exceptions-dev,
libghc-exceptions-prof,
libghc-ghc-paths-dev,
@@ -17,7 +19,8 @@ Build-Depends: debhelper (>= 9),
libghc-mtl-prof,
libghc-random-dev,
libghc-random-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-exceptions-doc,
libghc-ghc-paths-doc,
libghc-mtl-doc,
@@ -29,11 +32,14 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-hint-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: runtime Haskell interpreter (GHC API wrapper)${haskell:ShortBlurb}
This library defines an Interpreter monad. It allows one to load Haskell
modules, browse them, type-check and evaluate strings with Haskell expressions
@@ -46,10 +52,12 @@ Description: runtime Haskell interpreter (GHC API wrapper)${haskell:ShortBlurb}
Package: libghc-hint-prof
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Provides:
+ ${haskell:Provides},
Description: runtime Haskell interpreter (GHC API wrapper)${haskell:ShortBlurb}
This library defines an Interpreter monad. It allows one to load Haskell
modules, browse them, type-check and evaluate strings with Haskell expressions
@@ -63,10 +71,13 @@ Description: runtime Haskell interpreter (GHC API wrapper)${haskell:ShortBlurb}
Package: libghc-hint-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: runtime Haskell interpreter (GHC API wrapper)${haskell:ShortBlurb}
This library defines an Interpreter monad. It allows one to load Haskell
modules, browse them, type-check and evaluate strings with Haskell expressions
diff --git a/p/haskell-hint/debian/copyright b/p/haskell-hint/debian/copyright
index 96730510e..de52bce78 100644
--- a/p/haskell-hint/debian/copyright
+++ b/p/haskell-hint/debian/copyright
@@ -36,4 +36,4 @@ License: BSD-3-clause
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. \ No newline at end of file
+ POSSIBILITY OF SUCH DAMAGE.