summaryrefslogtreecommitdiff
path: root/p/haskell-glob/debian
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-glob/debian')
-rw-r--r--p/haskell-glob/debian/changelog21
-rw-r--r--p/haskell-glob/debian/control14
-rw-r--r--p/haskell-glob/debian/patches/ghc-7.10-compat13
-rw-r--r--p/haskell-glob/debian/patches/series1
4 files changed, 28 insertions, 21 deletions
diff --git a/p/haskell-glob/debian/changelog b/p/haskell-glob/debian/changelog
index 30c569db3..3e7923caf 100644
--- a/p/haskell-glob/debian/changelog
+++ b/p/haskell-glob/debian/changelog
@@ -1,13 +1,26 @@
-haskell-glob (0.7.5-7) UNRELEASED; urgency=medium
+haskell-glob (0.7.11-1) unstable; urgency=medium
+
+ * New upstream release.
+ * Shorten package description.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Fri, 12 Aug 2016 21:44:02 -0700
+
+haskell-glob (0.7.10-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Clint Adams <clint@debian.org> Thu, 04 Aug 2016 13:24:53 -0400
+
+haskell-glob (0.7.9-1) unstable; 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)
- [ Gianfranco Costamagna ]
- * Fix VCS fields
+ [ Clint Adams ]
+ * New upstream release
- -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:35:21 +0300
+ -- Clint Adams <clint@debian.org> Tue, 12 Jul 2016 16:39:38 -0400
haskell-glob (0.7.5-6) unstable; urgency=medium
diff --git a/p/haskell-glob/debian/control b/p/haskell-glob/debian/control
index f5abbc6be..8eff607cd 100644
--- a/p/haskell-glob/debian/control
+++ b/p/haskell-glob/debian/control
@@ -9,15 +9,23 @@ Build-Depends: debhelper (>= 9),
ghc,
ghc-prof,
libghc-dlist-dev (>= 0.4),
- libghc-dlist-dev (<< 0.8),
+ libghc-dlist-dev (<< 0.9),
libghc-dlist-prof,
+ libghc-semigroups-dev (>= 0.18),
+ libghc-semigroups-dev (<< 0.19),
+ libghc-semigroups-prof,
+ libghc-transformers-compat-dev (>= 0.3),
+ libghc-transformers-compat-dev (<< 0.6),
+ libghc-transformers-compat-prof,
Build-Depends-Indep: ghc-doc,
libghc-dlist-doc,
+ libghc-semigroups-doc,
+ libghc-transformers-compat-doc,
Standards-Version: 3.9.8
Homepage: http://iki.fi/matti.niemenmaa/glob/
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
-Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: A library for globbing: matching patterns against file paths.
+Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
+X-Description: library matching glob patterns against file paths
This package contians a haskell library for globbing: matching patterns
against file paths.
diff --git a/p/haskell-glob/debian/patches/ghc-7.10-compat b/p/haskell-glob/debian/patches/ghc-7.10-compat
deleted file mode 100644
index 015500cd2..000000000
--- a/p/haskell-glob/debian/patches/ghc-7.10-compat
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: haskell-glob/Glob.cabal
-===================================================================
---- haskell-glob.orig/Glob.cabal 2014-05-08 20:30:42.000000000 +0200
-+++ haskell-glob/Glob.cabal 2015-08-15 19:14:15.865933926 +0200
-@@ -28,7 +28,7 @@
- , containers < 0.6
- , directory < 1.3
- , dlist >= 0.4 && < 0.8
-- , filepath >= 1.1 && < 1.4
-+ , filepath >= 1.1 && < 1.5
- , transformers >= 0.2 && < 0.6
-
- if os(windows)
diff --git a/p/haskell-glob/debian/patches/series b/p/haskell-glob/debian/patches/series
deleted file mode 100644
index b2b2b59dd..000000000
--- a/p/haskell-glob/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-ghc-7.10-compat