[DHG_packages] 01/05: shellcheck: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Tue Oct 18 00:18:58 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 d8b8fcb6812fc5c482a8bd29d377122a44a63952
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 20:13:31 2016 -0400
shellcheck: build with ghc 8 in experimental
---
p/shellcheck/debian/changelog | 6 ++++++
p/shellcheck/debian/control | 17 ++++++++++-------
2 files changed, 16 insertions(+), 7 deletions(-)
diff --git a/p/shellcheck/debian/changelog b/p/shellcheck/debian/changelog
index 9aa4033..3e16d4e 100644
--- a/p/shellcheck/debian/changelog
+++ b/p/shellcheck/debian/changelog
@@ -1,3 +1,9 @@
+shellcheck (0.4.4-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 20:13:25 -0400
+
shellcheck (0.4.4-1) unstable; urgency=medium
[ Dmitry Bogatov ]
diff --git a/p/shellcheck/debian/control b/p/shellcheck/debian/control
index fec0757..f7d85b7 100644
--- a/p/shellcheck/debian/control
+++ b/p/shellcheck/debian/control
@@ -1,31 +1,34 @@
Source: shellcheck
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Helmut Grohne <helmut at subdivi.de>
+Uploaders:
+ Helmut Grohne <helmut at subdivi.de>,
Priority: extra
Section: devel
-Build-Depends: debhelper (>= 9),
+Build-Depends:
cdbs,
+ debhelper (>= 9),
+ ghc (>= 8),
haskell-devscripts (>= 0.10),
- ghc,
libghc-containers-dev,
libghc-directory-dev,
libghc-json-dev,
libghc-mtl-dev (>= 2.2.1),
libghc-parsec3-dev,
- libghc-regex-tdfa-dev,
- libghc-quickcheck2-dev (>= 2.7.4),
libghc-process-dev,
+ libghc-quickcheck2-dev (>= 2.7.4),
+ libghc-regex-tdfa-dev,
pandoc,
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/ShellCheck
-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/shellcheck
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: shellcheck
Architecture: any
Multi-Arch: foreign
-Depends: ${shlibs:Depends},
+Depends:
${misc:Depends},
+ ${shlibs:Depends},
Description: lint tool for shell scripts
The goals of ShellCheck are:
.
--
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