[DHG_packages] 01/05: Revert "shellcheck: build with ghc 8 in experimental"

Clint Adams clint at moszumanska.debian.org
Tue Oct 18 00:27:21 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 3a8b945252c569c0eb184b77e44d12d71e1a1985
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 20:20:31 2016 -0400

    Revert "shellcheck: build with ghc 8 in experimental"
    
    This reverts commit d8b8fcb6812fc5c482a8bd29d377122a44a63952.
    It conflicts with an unpushed change.
---
 p/shellcheck/debian/changelog |  6 ------
 p/shellcheck/debian/control   | 17 +++++++----------
 2 files changed, 7 insertions(+), 16 deletions(-)

diff --git a/p/shellcheck/debian/changelog b/p/shellcheck/debian/changelog
index 3e16d4e..9aa4033 100644
--- a/p/shellcheck/debian/changelog
+++ b/p/shellcheck/debian/changelog
@@ -1,9 +1,3 @@
-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 f7d85b7..fec0757 100644
--- a/p/shellcheck/debian/control
+++ b/p/shellcheck/debian/control
@@ -1,34 +1,31 @@
 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:
+Build-Depends: debhelper (>= 9),
  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-process-dev,
- libghc-quickcheck2-dev (>= 2.7.4),
  libghc-regex-tdfa-dev,
+ libghc-quickcheck2-dev (>= 2.7.4),
+ libghc-process-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/tree/p/shellcheck
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: shellcheck
 Architecture: any
 Multi-Arch: foreign
-Depends:
+Depends: ${shlibs: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