[Git][haskell-team/DHG_packages][master] mustache: Initial release of v2.3.0

Ilias Tsitsimpis gitlab at salsa.debian.org
Mon Nov 5 13:29:38 GMT 2018


Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
807ef7b0 by Ilias Tsitsimpis at 2018-11-05T13:26:25Z
mustache: Initial release of v2.3.0

This is a dependency for newer versions of stack (>= 1.7.1).

- - - - -


10 changed files:

- + p/haskell-mustache/debian/changelog
- + p/haskell-mustache/debian/compat
- + p/haskell-mustache/debian/control
- + p/haskell-mustache/debian/copyright
- + p/haskell-mustache/debian/patches/disable-language-specifications-testsuite
- + p/haskell-mustache/debian/patches/do-not-build-executable
- + p/haskell-mustache/debian/patches/series
- + p/haskell-mustache/debian/rules
- + p/haskell-mustache/debian/source/format
- + p/haskell-mustache/debian/watch


Changes:

=====================================
p/haskell-mustache/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-mustache (2.3.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #912983)
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Mon, 05 Nov 2018 14:41:26 +0200


=====================================
p/haskell-mustache/debian/compat
=====================================
@@ -0,0 +1 @@
+10


=====================================
p/haskell-mustache/debian/control
=====================================
@@ -0,0 +1,94 @@
+Source: haskell-mustache
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Ilias Tsitsimpis <iliastsi at debian.org>
+Priority: optional
+Section: haskell
+Rules-Requires-Root: no
+Build-Depends: debhelper (>= 10),
+ haskell-devscripts (>= 0.13),
+ cdbs,
+ ghc (>= 8.4.3),
+ ghc-prof,
+ libghc-aeson-dev,
+ libghc-aeson-prof,
+ libghc-either-dev,
+ libghc-either-prof,
+ libghc-scientific-dev,
+ libghc-scientific-prof,
+ libghc-th-lift-dev,
+ libghc-th-lift-prof,
+ libghc-unordered-containers-dev,
+ libghc-unordered-containers-prof,
+ libghc-vector-dev,
+ libghc-vector-prof,
+ libghc-yaml-dev,
+ libghc-yaml-prof,
+ libghc-base-unicode-symbols-dev,
+ libghc-base-unicode-symbols-prof,
+ libghc-hspec-dev,
+ libghc-hspec-prof,
+ libghc-lens-dev,
+ libghc-lens-prof,
+ libghc-tar-dev,
+ libghc-tar-prof,
+ libghc-temporary-dev,
+ libghc-temporary-prof,
+ libghc-wreq-dev,
+ libghc-wreq-prof,
+ libghc-zlib-dev,
+ libghc-zlib-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-aeson-doc,
+ libghc-either-doc,
+ libghc-scientific-doc,
+ libghc-th-lift-doc,
+ libghc-unordered-containers-doc,
+ libghc-vector-doc,
+Standards-Version: 4.2.1
+Homepage: https://github.com/JustusAdam/mustache
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-mustache
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-mustache]
+X-Description: Haskell implementation of Mustache templates
+ This package allows parsing and rendering template files with Mustache markup.
+ It implements the Mustache spec version 1.1.3 and it is indented as a
+ replacement for hastache.
+
+Package: libghc-mustache-dev
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-mustache-prof
+Architecture: any
+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}
+
+Package: libghc-mustache-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}


=====================================
p/haskell-mustache/debian/copyright
=====================================
@@ -0,0 +1,44 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: mustache
+Upstream-Contact: Justus Adam <dev at justus.science>
+Source: https://hackage.haskell.org/package/mustache
+
+Files: *
+Copyright: (c) 2015-2016 Justus Adam
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD-3-clause
+
+License: BSD-3-clause
+ Copyright (c) 2015, 2016 Justus Adam
+ .
+ All rights reserved.
+ .
+ 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 Justus Adam nor the names of other
+       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 THE COPYRIGHT
+ OWNER OR CONTRIBUTORS 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.


=====================================
p/haskell-mustache/debian/patches/disable-language-specifications-testsuite
=====================================
@@ -0,0 +1,16 @@
+Description: Disable language-specifications testsuite
+ Disable language-specifications testsuite which requires network access.
+Author: Ilias Tsitsimpis <iliastsi at debian.org>
+
+Index: b/mustache.cabal
+===================================================================
+--- a/mustache.cabal
++++ b/mustache.cabal
+@@ -89,6 +89,7 @@ executable haskell-mustache
+ test-suite language-specifications
+   type: exitcode-stdio-1.0
+   main-is: Language.hs
++  buildable: False
+   hs-source-dirs:
+       test/integration
+   build-depends:


=====================================
p/haskell-mustache/debian/patches/do-not-build-executable
=====================================
@@ -0,0 +1,18 @@
+Description: Do not build executable
+ Do not build/ship the haskell-mustache binary since we only need the mustache
+ package for its library components (as a dependency for stack).
+ We can always ship the haskell-mustache binary later on.
+Author: Ilias Tsitsimpis <iliastsi at debian.org>
+
+Index: b/mustache.cabal
+===================================================================
+--- a/mustache.cabal
++++ b/mustache.cabal
+@@ -71,6 +71,7 @@ library
+ 
+ executable haskell-mustache
+   main-is: Main.hs
++  buildable: False
+   hs-source-dirs:
+       app
+   ghc-options: -threaded -Wall


=====================================
p/haskell-mustache/debian/patches/series
=====================================
@@ -0,0 +1,2 @@
+do-not-build-executable
+disable-language-specifications-testsuite


=====================================
p/haskell-mustache/debian/rules
=====================================
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk


=====================================
p/haskell-mustache/debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)


=====================================
p/haskell-mustache/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=3
+https://hackage.haskell.org/package/mustache/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/807ef7b0f53b1ad31da65e5fc7b2c32f3a52486f

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/807ef7b0f53b1ad31da65e5fc7b2c32f3a52486f
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20181105/682eabc9/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list