[DHG_packages] 05/05: system-fileio: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 05:10:37 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 8c7962d2972a4c3af66009cb29b1a4056215639f
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 01:09:59 2016 -0400
system-fileio: build with ghc 8 in experimental
---
p/haskell-system-fileio/debian/changelog | 8 ++---
p/haskell-system-fileio/debian/control | 50 ++++++++++++++++++++------------
p/haskell-system-fileio/debian/copyright | 2 +-
3 files changed, 37 insertions(+), 23 deletions(-)
diff --git a/p/haskell-system-fileio/debian/changelog b/p/haskell-system-fileio/debian/changelog
index 61edac0..070b8b6 100644
--- a/p/haskell-system-fileio/debian/changelog
+++ b/p/haskell-system-fileio/debian/changelog
@@ -1,14 +1,14 @@
-haskell-system-fileio (0.3.16.3-4) UNRELEASED; urgency=medium
+haskell-system-fileio (0.3.16.3-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:36:16 +0300
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 01:09:51 -0400
haskell-system-fileio (0.3.16.3-3) unstable; urgency=medium
diff --git a/p/haskell-system-fileio/debian/control b/p/haskell-system-fileio/debian/control
index bd360f5..35e7f70 100644
--- a/p/haskell-system-fileio/debian/control
+++ b/p/haskell-system-fileio/debian/control
@@ -1,34 +1,41 @@
Source: haskell-system-fileio
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,
- libghc-system-filepath-dev (>= 0.3.1),
+ haskell-devscripts (>= 0.10),
libghc-system-filepath-dev (<< 0.5),
+ libghc-system-filepath-dev (>= 0.3.1),
libghc-system-filepath-prof,
libghc-text-dev (>= 0.7.1),
libghc-text-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-system-filepath-doc,
libghc-text-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/fpco/haskell-filesystem
-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-system-fileio
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-system-fileio-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: consistent filesystem interaction across GHC versions
This is a small wrapper around the "directory", "unix", and "Win32"
packages, for use with "system-filepath". It provides a consistent
@@ -42,11 +49,15 @@ Description: consistent filesystem interaction across GHC versions
Package: libghc-system-fileio-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: consistent filesystem interaction across GHC versions; profiling libraries
This is a small wrapper around the "directory", "unix", and "Win32"
packages, for use with "system-filepath". It provides a consistent
@@ -61,10 +72,13 @@ Description: consistent filesystem interaction across GHC versions; profiling li
Package: libghc-system-fileio-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: consistent filesystem interaction across GHC versions; documentation
This is a small wrapper around the "directory", "unix", and "Win32"
packages, for use with "system-filepath". It provides a consistent
diff --git a/p/haskell-system-fileio/debian/copyright b/p/haskell-system-fileio/debian/copyright
index 2a677bf..0c7b2c2 100644
--- a/p/haskell-system-fileio/debian/copyright
+++ b/p/haskell-system-fileio/debian/copyright
@@ -31,4 +31,4 @@ License: MIT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
- OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file
+ OTHER DEALINGS IN THE SOFTWARE.
--
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