[DHG_packages] 05/05: vault: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 04:50: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 dcaa379590939b4a61f554ce755fe4879838c28a
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 00:48:26 2016 -0400

    vault: build with ghc 8 in experimental
---
 p/haskell-vault/debian/changelog |  6 ++---
 p/haskell-vault/debian/control   | 54 +++++++++++++++++++++++++---------------
 p/haskell-vault/debian/copyright |  2 +-
 3 files changed, 38 insertions(+), 24 deletions(-)

diff --git a/p/haskell-vault/debian/changelog b/p/haskell-vault/debian/changelog
index ff3f0b9..dae98df 100644
--- a/p/haskell-vault/debian/changelog
+++ b/p/haskell-vault/debian/changelog
@@ -1,8 +1,8 @@
-haskell-vault (0.3.0.6-2) UNRELEASED; urgency=medium
+haskell-vault (0.3.0.6-2) experimental; urgency=medium
 
-  * Fix VCS fields
+  * Temporarily build-depend on ghc 8.
 
- -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 02 Jun 2016 19:13:11 +0200
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 00:48:23 -0400
 
 haskell-vault (0.3.0.6-1) unstable; urgency=medium
 
diff --git a/p/haskell-vault/debian/control b/p/haskell-vault/debian/control
index 659cfa4..e240755 100644
--- a/p/haskell-vault/debian/control
+++ b/p/haskell-vault/debian/control
@@ -1,35 +1,42 @@
 Source: haskell-vault
 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-hashable-dev (>= 1.1.2.5),
+ haskell-devscripts (>= 0.10),
  libghc-hashable-dev (<< 1.3),
+ libghc-hashable-dev (>= 1.1.2.5),
  libghc-hashable-prof,
- libghc-unordered-containers-dev (>= 0.2.3.0),
  libghc-unordered-containers-dev (<< 0.3),
+ libghc-unordered-containers-dev (>= 0.2.3.0),
  libghc-unordered-containers-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-hashable-doc,
  libghc-unordered-containers-doc,
 Standards-Version: 3.9.8
 Homepage: https://github.com/HeinrichApfelmus/vault
-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-vault
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-vault-dev
 Architecture: any
-Depends: ${haskell: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: typed, persistent store for values of arbitrary types${haskell:ShortBlurb}
  A vault is a typed, persistent store for values of arbitrary types. It's
  like having first-class access to the storage space behind IORefs.
@@ -41,11 +48,15 @@ Description: typed, persistent store for values of arbitrary types${haskell:Shor
 
 Package: libghc-vault-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: typed, persistent store for values of arbitrary types${haskell:ShortBlurb}
  A vault is a typed, persistent store for values of arbitrary types. It's
  like having first-class access to the storage space behind IORefs.
@@ -58,10 +69,13 @@ Description: typed, persistent store for values of arbitrary types${haskell:Shor
 Package: libghc-vault-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends},
+Depends:
  ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
 Description: typed, persistent store for values of arbitrary types${haskell:ShortBlurb}
  A vault is a typed, persistent store for values of arbitrary types. It's
  like having first-class access to the storage space behind IORefs.
diff --git a/p/haskell-vault/debian/copyright b/p/haskell-vault/debian/copyright
index 9221354..fd93cd1 100644
--- a/p/haskell-vault/debian/copyright
+++ b/p/haskell-vault/debian/copyright
@@ -37,4 +37,4 @@ License: BSD-3-clause
  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

-- 
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