[DHG_packages] 04/05: file-location: 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 a0ae51c215cfa72f82232419376bf51d4818eccb
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 15:19:14 2016 -0400
file-location: build with ghc 8 in experimental
---
p/haskell-file-location/debian/changelog | 8 +++---
p/haskell-file-location/debian/control | 49 ++++++++++++++++++++------------
2 files changed, 35 insertions(+), 22 deletions(-)
diff --git a/p/haskell-file-location/debian/changelog b/p/haskell-file-location/debian/changelog
index b93302a..b9d6a74 100644
--- a/p/haskell-file-location/debian/changelog
+++ b/p/haskell-file-location/debian/changelog
@@ -1,14 +1,14 @@
-haskell-file-location (0.4.9-4) UNRELEASED; urgency=medium
+haskell-file-location (0.4.9-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 at gnu.org> Tue, 10 May 2016 09:35:17 +0300
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 15:19:03 -0400
haskell-file-location (0.4.9-3) unstable; urgency=medium
diff --git a/p/haskell-file-location/debian/control b/p/haskell-file-location/debian/control
index 37d468b..df278e3 100644
--- a/p/haskell-file-location/debian/control
+++ b/p/haskell-file-location/debian/control
@@ -1,14 +1,15 @@
Source: haskell-file-location
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,
- ghc-ghci,
+ haskell-devscripts (>= 0.10),
libghc-hunit-dev,
libghc-hunit-prof,
libghc-lifted-base-dev,
@@ -16,23 +17,28 @@ Build-Depends: debhelper (>= 9),
libghc-th-orphans-dev (>= 0.9),
libghc-th-orphans-prof,
shelltestrunner,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-hunit-doc,
libghc-lifted-base-doc,
libghc-th-orphans-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/gregwebs/FileLocation.hs
-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-file-location
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-file-location-dev
Architecture: any
-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: common functions that show file location information${haskell:ShortBlurb}
Common debugging/error/exception functions that give file location information
in the style of
@@ -43,11 +49,15 @@ Description: common functions that show file location information${haskell:Short
Package: libghc-file-location-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: common functions that show file location information${haskell:ShortBlurb}
Common debugging/error/exception functions that give file location information
in the style of
@@ -59,10 +69,13 @@ Description: common functions that show file location information${haskell:Short
Package: libghc-file-location-doc
Architecture: all
Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
Description: common functions that show file location information${haskell:ShortBlurb}
Common debugging/error/exception functions that give file location information
in the style of
--
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