summaryrefslogtreecommitdiff
path: root/p/haskell-edit-distance/debian
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-14 15:47:30 -0400
committerClint Adams <clint@debian.org>2016-10-14 15:48:18 -0400
commit017dd2d0c34d16f4d875361d6ff33cfcfb3e154b (patch)
treef60b822ebfaafee1ad9bd72d66201a63a3979c81 /p/haskell-edit-distance/debian
parent51a6cdb08f37e547256ef6fca7296c6286fcab05 (diff)
downloadDHG_packages-017dd2d0c34d16f4d875361d6ff33cfcfb3e154b.tar.gz
edit-distance: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-edit-distance/debian')
-rw-r--r--p/haskell-edit-distance/debian/changelog8
-rw-r--r--p/haskell-edit-distance/debian/control38
-rw-r--r--p/haskell-edit-distance/debian/copyright2
3 files changed, 22 insertions, 26 deletions
diff --git a/p/haskell-edit-distance/debian/changelog b/p/haskell-edit-distance/debian/changelog
index bab8f7ace..8526987c5 100644
--- a/p/haskell-edit-distance/debian/changelog
+++ b/p/haskell-edit-distance/debian/changelog
@@ -1,14 +1,14 @@
-haskell-edit-distance (0.2.2.1-4) UNRELEASED; urgency=medium
+haskell-edit-distance (0.2.2.1-4) 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 ]
+ * Temporarily build-depend on ghc 8.
- -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:35:13 +0300
+ -- Clint Adams <clint@debian.org> Fri, 14 Oct 2016 15:46:51 -0400
haskell-edit-distance (0.2.2.1-3) unstable; urgency=medium
diff --git a/p/haskell-edit-distance/debian/control b/p/haskell-edit-distance/debian/control
index a27fcac30..8ae2fd422 100644
--- a/p/haskell-edit-distance/debian/control
+++ b/p/haskell-edit-distance/debian/control
@@ -3,28 +3,26 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or
Uploaders: Joey Hess <joeyh@debian.org>
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
+ haskell-devscripts (>= 0.10),
libghc-random-dev (>= 1.0),
libghc-random-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-random-doc,
+Build-Depends-Indep: ghc-doc, libghc-random-doc
Standards-Version: 3.9.8
Homepage: http://github.com/phadej/edit-distance
-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-edit-distance
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-edit-distance-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
Description: Haskell fuzzy matching${haskell:ShortBlurb}
Optimized edit distances for fuzzy matching, including Levenshtein
and restricted Damerau-Levenshtein algorithms.
@@ -33,11 +31,10 @@ Description: Haskell fuzzy matching${haskell:ShortBlurb}
Package: libghc-edit-distance-prof
Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
Description: Haskell fuzzy matching${haskell:ShortBlurb}
Optimized edit distances for fuzzy matching, including Levenshtein
and restricted Damerau-Levenshtein algorithms.
@@ -47,10 +44,9 @@ Description: Haskell fuzzy matching${haskell:ShortBlurb}
Package: libghc-edit-distance-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends},
- ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
Description: Haskell fuzzy matching${haskell:ShortBlurb}
Optimized edit distances for fuzzy matching, including Levenshtein
and restricted Damerau-Levenshtein algorithms.
diff --git a/p/haskell-edit-distance/debian/copyright b/p/haskell-edit-distance/debian/copyright
index 7534fee85..1794d2a38 100644
--- a/p/haskell-edit-distance/debian/copyright
+++ b/p/haskell-edit-distance/debian/copyright
@@ -49,4 +49,4 @@ License: GPL-3+
along with this program. If not, see <http://www.gnu.org/licenses/>.
.
On Debian system, copy of GNU Lesser General Public License version 3
- is also located at `/usr/share/common-licenses/GPL-3' \ No newline at end of file
+ is also located at `/usr/share/common-licenses/GPL-3'