summaryrefslogtreecommitdiff
path: root/p/shellcheck
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-17 20:13:31 -0400
committerClint Adams <clint@debian.org>2016-10-17 20:13:31 -0400
commitd8b8fcb6812fc5c482a8bd29d377122a44a63952 (patch)
tree74ab8877923a46cc376c0f8cfdb3be07c3c1b75c /p/shellcheck
parent4bd77873cf2eb9724260fd4ce2f4e62033c66dd9 (diff)
downloadDHG_packages-d8b8fcb6812fc5c482a8bd29d377122a44a63952.tar.gz
shellcheck: build with ghc 8 in experimental
Diffstat (limited to 'p/shellcheck')
-rw-r--r--p/shellcheck/debian/changelog6
-rw-r--r--p/shellcheck/debian/control17
2 files changed, 16 insertions, 7 deletions
diff --git a/p/shellcheck/debian/changelog b/p/shellcheck/debian/changelog
index 9aa4033f3..3e16d4e87 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@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 fec07572d..f7d85b7c3 100644
--- a/p/shellcheck/debian/control
+++ b/p/shellcheck/debian/control
@@ -1,31 +1,34 @@
Source: shellcheck
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Uploaders: Helmut Grohne <helmut@subdivi.de>
+Uploaders:
+ Helmut Grohne <helmut@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:
.