[DHG_packages] 03/08: hint: Upgrading from 0.5.2 to 0.6.0
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 20:15:12 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch experimental
in repository DHG_packages.
commit a8fe571217eb77bca9bd14002683a051b0dbfd03
Author: Clint Adams <clint at debian.org>
Date: Fri Oct 7 20:21:13 2016 -0400
hint: Upgrading from 0.5.2 to 0.6.0
---
p/haskell-hint/debian/changelog | 6 +++---
p/haskell-hint/debian/control | 43 ++++++++++++++++++++++++++---------------
p/haskell-hint/debian/copyright | 2 +-
3 files changed, 31 insertions(+), 20 deletions(-)
diff --git a/p/haskell-hint/debian/changelog b/p/haskell-hint/debian/changelog
index 03da3b5..fb7970c 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 at debian.org> Thu, 02 Jun 2016 19:12:35 +0200
+ -- Clint Adams <clint at 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 e8318f9..a1750ee 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 at lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata at debian.org>
+Uploaders:
+ Joachim Breitner <nomeata at 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 9673051..de52bce 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.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git
More information about the Pkg-haskell-commits
mailing list