[DHG_packages] 05/05: fsnotify: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 19:22:04 UTC 2016


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch experimental
in repository DHG_packages.

commit 325f46956a51c3169e2e644e63bdf90d200859a0
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 15:20:25 2016 -0400

    fsnotify: build with ghc 8 in experimental
---
 p/haskell-fsnotify/debian/changelog |  8 +++---
 p/haskell-fsnotify/debian/control   | 50 ++++++++++++++++++++++++-------------
 2 files changed, 36 insertions(+), 22 deletions(-)

diff --git a/p/haskell-fsnotify/debian/changelog b/p/haskell-fsnotify/debian/changelog
index f134e17..9c6b74e 100644
--- a/p/haskell-fsnotify/debian/changelog
+++ b/p/haskell-fsnotify/debian/changelog
@@ -1,13 +1,13 @@
-haskell-fsnotify (0.2.1-3) UNRELEASED; urgency=medium
+haskell-fsnotify (0.2.1-3) 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)
 
-  [ Gianfranco Costamagna ]
-  * Fix VCS fields
+  [ Clint Adams ]
+  * Temporarily build-depend on ghc 8.
 
- -- Dmitry Bogatov <KAction at gnu.org>  Tue, 10 May 2016 09:35:19 +0300
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 15:20:12 -0400
 
 haskell-fsnotify (0.2.1-2) unstable; urgency=medium
 
diff --git a/p/haskell-fsnotify/debian/control b/p/haskell-fsnotify/debian/control
index 6ba0307..68d57f3 100644
--- a/p/haskell-fsnotify/debian/control
+++ b/p/haskell-fsnotify/debian/control
@@ -1,13 +1,15 @@
 Source: haskell-fsnotify
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>
+Uploaders:
+ Clint Adams <clint at 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-async-dev (>= 2.0.1),
  libghc-async-prof,
  libghc-hinotify-dev (>= 0.3.7),
@@ -16,24 +18,29 @@ Build-Depends: debhelper (>= 9),
  libghc-text-prof,
  libghc-unix-compat-dev (>= 0.2),
  libghc-unix-compat-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-async-doc,
  libghc-hinotify-doc,
  libghc-text-doc,
  libghc-unix-compat-doc,
 Standards-Version: 3.9.8
 Homepage: https://github.com/haskell-fswatch/hfsnotify
-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-fsnotify
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-fsnotify-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: file creation/modification/deletion notification${haskell:ShortBlurb}
  Cross-platform library for file creation, modification, and deletion
  notification. This library builds upon existing libraries for
@@ -43,11 +50,15 @@ Description: file creation/modification/deletion notification${haskell:ShortBlur
 
 Package: libghc-fsnotify-prof
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: file creation/modification/deletion notification${haskell:ShortBlurb}
  Cross-platform library for file creation, modification, and deletion
  notification. This library builds upon existing libraries for
@@ -58,10 +69,13 @@ Description: file creation/modification/deletion notification${haskell:ShortBlur
 Package: libghc-fsnotify-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends},
+Depends:
  ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
 Description: file creation/modification/deletion notification${haskell:ShortBlurb}
  Cross-platform library for file creation, modification, and deletion
  notification. This library builds upon existing libraries for

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list