Codebase list haskell-xss-sanitize / e90863e
haskell-edit-distance-vector: Add path to Vcs-Git header Jelmer Vernooij 1 year, 3 months ago
2 changed file(s) with 7 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 haskell-edit-distance-vector (1.0.0.4-4) UNRELEASED; urgency=medium
1
2 * Add package path in Vcs-Git header.
3
4 -- Jelmer Vernooij <jelmer@debian.org> Thu, 26 Jan 2023 00:02:36 +0000
5
06 haskell-edit-distance-vector (1.0.0.4-3) unstable; urgency=medium
17
28 * Declare compliance with Debian policy 4.6.1
1515 Standards-Version: 4.6.1
1616 Homepage: https://github.com/thsutton/edit-distance-vector
1717 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-edit-distance-vector
18 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git
18 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-edit-distance-vector]
1919 X-Description: Calculate edit distances and edit scripts between vectors.
2020 An implementation of the Wagner–Fischer dynamic programming algorithm to
2121 find the optimal edit script and cost between two sequences.