[DHG_packages] 04/04: stack: Initial release

Joachim Breitner nomeata at moszumanska.debian.org
Sun Jul 19 12:50:46 UTC 2015


This is an automated email from the git hooks/post-receive script.

nomeata pushed a commit to branch master
in repository DHG_packages.

commit b73216698395c6d46cad30c0bef092c0248e2847
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sun Jul 19 14:45:31 2015 +0200

    stack: Initial release
---
 p/haskell-stack/debian/changelog                   |  5 ++
 p/haskell-stack/debian/compat                      |  1 +
 p/haskell-stack/debian/control                     | 97 ++++++++++++++++++++++
 p/haskell-stack/debian/copyright                   | 35 ++++++++
 .../debian/haskell-stack.haskell-binaries          |  1 +
 p/haskell-stack/debian/rules                       | 10 +++
 p/haskell-stack/debian/source/format               |  1 +
 p/haskell-stack/debian/watch                       |  2 +
 8 files changed, 152 insertions(+)

diff --git a/p/haskell-stack/debian/changelog b/p/haskell-stack/debian/changelog
new file mode 100644
index 0000000..8958893
--- /dev/null
+++ b/p/haskell-stack/debian/changelog
@@ -0,0 +1,5 @@
+haskell-stack (0.1.2.0-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Joachim Breitner <nomeata at debian.org>  Sun, 19 Jul 2015 14:39:42 +0200
diff --git a/p/haskell-stack/debian/compat b/p/haskell-stack/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/p/haskell-stack/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-stack/debian/control b/p/haskell-stack/debian/control
new file mode 100644
index 0000000..9cac6d2
--- /dev/null
+++ b/p/haskell-stack/debian/control
@@ -0,0 +1,97 @@
+Source: haskell-stack
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Joachim Breitner <nomeata at debian.org>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ libghc-cabal-dev (>= 1.18.1.5),
+ libghc-quickcheck2-dev,
+ libghc-aeson-dev (>= 0.8.0.2),
+ libghc-async-dev (>= 2.0.2),
+ libghc-attoparsec-dev (>= 0.12.1.5),
+ libghc-base16-bytestring-dev,
+ libghc-base64-bytestring-dev,
+ libghc-bifunctors-dev (>= 4.2.1),
+ libghc-blaze-builder-dev,
+ libghc-byteable-dev,
+ libghc-conduit-dev (>= 1.2.4),
+ libghc-conduit-combinators-dev (>= 0.3.1),
+ libghc-conduit-extra-dev (>= 1.1.7.1),
+ libghc-cryptohash-dev (>= 0.11.6),
+ libghc-cryptohash-conduit-dev,
+ libghc-either-dev,
+ libghc-enclosed-exceptions-dev,
+ libghc-exceptions-dev (>= 0.8.0.2),
+ libghc-fast-logger-dev (>= 2.3.1),
+ libghc-file-embed-dev,
+ libghc-fsnotify-dev,
+ libghc-hashable-dev (>= 1.2.3.2),
+ libghc-hspec-dev,
+ libghc-http-client-dev (>= 0.4.9),
+ libghc-http-client-tls-dev (>= 0.2.2),
+ libghc-http-conduit-dev (>= 2.1.5),
+ libghc-http-types-dev (>= 0.8.6),
+ libghc-lifted-base-dev,
+ libghc-monad-control-dev,
+ libghc-monad-logger-dev (>= 0.3.13.1),
+ libghc-monad-loops-dev (>= 0.4.2.1),
+ libghc-mtl-dev (>= 2.1.3.1),
+ libghc-optparse-applicative-dev (>= 0.11.0.2),
+ libghc-optparse-simple-dev (>= 0.0.3),
+ libghc-path-dev (>= 0.5.1),
+ libghc-persistent-dev (>= 2.1.2),
+ libghc-persistent-sqlite-dev (>= 2.1.4),
+ libghc-persistent-template-dev (>= 2.1.1),
+ libghc-resourcet-dev (>= 1.1.4.1),
+ libghc-safe-dev (>= 0.3),
+ libghc-split-dev,
+ libghc-stm-dev (>= 2.4.4),
+ libghc-streaming-commons-dev (>= 0.1.10.0),
+ libghc-tar-dev (>= 0.4.1.0),
+ libghc-temporary-dev (>= 1.2.0.3),
+ libghc-text-dev (>= 1.2.0.4),
+ libghc-transformers-base-dev (>= 0.4.4),
+ libghc-unix-compat-dev,
+ libghc-unordered-containers-dev (>= 0.2.5.1),
+ libghc-vector-dev (>= 0.10.12.3),
+ libghc-vector-binary-instances-dev,
+ libghc-void-dev (>= 0.7),
+ libghc-word8-dev,
+ libghc-yaml-dev (>= 0.8.10.1),
+ libghc-zlib-dev (>= 0.5.4.2),
+Standards-Version: 3.9.6
+Homepage: https://github.com/commercialhaskell/stack
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-stack
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-stack
+X-Description: The Haskell Tool Stack
+  Stack is a program for developing Haskell projects. It is aimed at Haskellers
+  both new and experienced.
+  .
+  It features:
+  .
+   * Installing GHC automatically.
+  .
+   * Installing packages needed for your project.
+  .
+   * Building your project.
+  .
+   * Testing your project.
+  .
+   * Benchmarking your project.
+
+Package: haskell-stack
+Architecture: any
+Section: haskell
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
diff --git a/p/haskell-stack/debian/copyright b/p/haskell-stack/debian/copyright
new file mode 100644
index 0000000..3fead03
--- /dev/null
+++ b/p/haskell-stack/debian/copyright
@@ -0,0 +1,35 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: stack
+Upstream-Contact: chrisdone at fpcomplete.com
+Source: https://hackage.haskell.org/package/stack
+
+Files: *
+Copyright: 2015 Chris Done
+License: BSD3
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD3
+
+License: BSD3
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+     * Redistributions of source code must retain the above copyright
+       notice, this list of conditions and the following disclaimer.
+     * Redistributions in binary form must reproduce the above copyright
+       notice, this list of conditions and the following disclaimer in the
+       documentation and/or other materials provided with the distribution.
+     * Neither the name of stackage-common nor the
+       names of its contributors may be used to endorse or promote products
+       derived from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ LOSS OF USE, 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.
diff --git a/p/haskell-stack/debian/haskell-stack.haskell-binaries b/p/haskell-stack/debian/haskell-stack.haskell-binaries
new file mode 100644
index 0000000..b69c736
--- /dev/null
+++ b/p/haskell-stack/debian/haskell-stack.haskell-binaries
@@ -0,0 +1 @@
+stack
diff --git a/p/haskell-stack/debian/rules b/p/haskell-stack/debian/rules
new file mode 100755
index 0000000..5f264b2
--- /dev/null
+++ b/p/haskell-stack/debian/rules
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+DEB_CABAL_PACKAGE = stack
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
+build/haskell-stack :: build-ghc-stamp
diff --git a/p/haskell-stack/debian/source/format b/p/haskell-stack/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/p/haskell-stack/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-stack/debian/watch b/p/haskell-stack/debian/watch
new file mode 100644
index 0000000..d347e18
--- /dev/null
+++ b/p/haskell-stack/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/stack/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

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