diff options
author | Clint Adams <clint@debian.org> | 2016-10-07 20:03:33 -0400 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2016-10-13 13:41:38 -0400 |
commit | d213843cec92a24ae84c4c2009e883546f332e95 (patch) | |
tree | 9666b86daf365fa6870c4790f54629b0c0cf764c /p/haskell-diff/debian | |
parent | 07375bdd762477139fc5cf1f7273e16e98736c88 (diff) | |
download | DHG_packages-d213843cec92a24ae84c4c2009e883546f332e95.tar.gz |
Diff: Upgrading from 0.3.2 to 0.3.4
Diffstat (limited to 'p/haskell-diff/debian')
-rw-r--r-- | p/haskell-diff/debian/changelog | 8 | ||||
-rw-r--r-- | p/haskell-diff/debian/control | 6 |
2 files changed, 7 insertions, 7 deletions
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 <KAction@gnu.org> Tue, 10 May 2016 09:35:10 +0300 + -- Clint Adams <clint@debian.org> 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. |