From d213843cec92a24ae84c4c2009e883546f332e95 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Fri, 7 Oct 2016 20:03:33 -0400 Subject: Diff: Upgrading from 0.3.2 to 0.3.4 --- p/haskell-diff/debian/changelog | 8 ++++---- p/haskell-diff/debian/control | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'p/haskell-diff/debian') diff --git a/p/haskell-diff/debian/changelog b/p/haskell-diff/debian/changelog index 1d0671307..7bbdbc6b2 100644 --- a/p/haskell-diff/debian/changelog +++ b/p/haskell-diff/debian/changelog @@ -1,14 +1,14 @@ -haskell-diff (0.3.2-4) UNRELEASED; urgency=medium +haskell-diff (0.3.4-1) 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 ] + * New upstream version. - -- Dmitry Bogatov Tue, 10 May 2016 09:35:10 +0300 + -- Clint Adams Fri, 07 Oct 2016 20:03:33 -0400 haskell-diff (0.3.2-3) unstable; urgency=medium diff --git a/p/haskell-diff/debian/control b/p/haskell-diff/debian/control index d37d0e436..388aaf199 100644 --- a/p/haskell-diff/debian/control +++ b/p/haskell-diff/debian/control @@ -6,14 +6,14 @@ Section: haskell Build-Depends: debhelper (>= 9), haskell-devscripts (>= 0.10), cdbs, - ghc, + ghc (>= 8), ghc-prof, Build-Depends-Indep: ghc-doc, Standards-Version: 3.9.8 Homepage: http://hackage.haskell.org/package/Diff -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-diff Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git -X-Description: GHC libraries for the Haskell O(ND) diff algorithm library +X-Description: O(ND) diff algorithm library This is a Haskell library providing an implementation of the O(ND) diff algorithm described in "An O(ND) Difference Algorithm and Its Variations" (1986) by Eugene W. Myers. It is O(mn) in space. -- cgit v1.2.3