[Git][haskell-team/DHG_packages][master] add scotty

Clint Adams gitlab at salsa.debian.org
Sun Jul 28 00:12:23 BST 2019



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
b4d6ff38 by Clint Adams at 2019-07-27T23:10:51Z
add scotty

- - - - -


9 changed files:

- + p/haskell-scotty/debian/changelog
- + p/haskell-scotty/debian/compat
- + p/haskell-scotty/debian/control
- + p/haskell-scotty/debian/copyright
- + p/haskell-scotty/debian/patches/newer-deps
- + p/haskell-scotty/debian/patches/series
- + p/haskell-scotty/debian/rules
- + p/haskell-scotty/debian/source/format
- + p/haskell-scotty/debian/watch


Changes:

=====================================
p/haskell-scotty/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-scotty (0.11.4-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Sat, 27 Jul 2019 19:03:12 -0400


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


=====================================
p/haskell-scotty/debian/control
=====================================
@@ -0,0 +1,156 @@
+Source: haskell-scotty
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Priority: optional
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.8),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-aeson-dev (>= 0.6.2.1),
+ libghc-aeson-dev (<< 1.5),
+ libghc-aeson-prof (>= 0.6.2.1),
+ libghc-aeson-prof (<< 1.5),
+ libghc-blaze-builder-dev (>= 0.3.3.0),
+ libghc-blaze-builder-dev (<< 0.5),
+ libghc-blaze-builder-prof (>= 0.3.3.0),
+ libghc-blaze-builder-prof (<< 0.5),
+ libghc-case-insensitive-dev (>= 1.0.0.1),
+ libghc-case-insensitive-dev (<< 1.3),
+ libghc-case-insensitive-prof (>= 1.0.0.1),
+ libghc-case-insensitive-prof (<< 1.3),
+ libghc-data-default-class-dev (>= 0.0.1),
+ libghc-data-default-class-dev (<< 0.2),
+ libghc-data-default-class-prof (>= 0.0.1),
+ libghc-data-default-class-prof (<< 0.2),
+ libghc-exceptions-dev (>= 0.7),
+ libghc-exceptions-dev (<< 0.11),
+ libghc-exceptions-prof (>= 0.7),
+ libghc-exceptions-prof (<< 0.11),
+ libghc-http-types-dev (>= 0.8.2),
+ libghc-http-types-dev (<< 0.13),
+ libghc-http-types-prof (>= 0.8.2),
+ libghc-http-types-prof (<< 0.13),
+ libghc-monad-control-dev (>= 1.0.0.3),
+ libghc-monad-control-dev (<< 1.1),
+ libghc-monad-control-prof (>= 1.0.0.3),
+ libghc-monad-control-prof (<< 1.1),
+ libghc-network-dev (>= 2.6.0.2),
+ libghc-network-dev (<< 3.2),
+ libghc-network-prof (>= 2.6.0.2),
+ libghc-network-prof (<< 3.2),
+ libghc-regex-compat-dev (>= 0.95.1),
+ libghc-regex-compat-dev (<< 0.96),
+ libghc-regex-compat-prof (>= 0.95.1),
+ libghc-regex-compat-prof (<< 0.96),
+ libghc-transformers-base-dev (>= 0.4.1),
+ libghc-transformers-base-dev (<< 0.5),
+ libghc-transformers-base-prof (>= 0.4.1),
+ libghc-transformers-base-prof (<< 0.5),
+ libghc-transformers-compat-dev (>= 0.4),
+ libghc-transformers-compat-dev (<< 0.7),
+ libghc-transformers-compat-prof (>= 0.4),
+ libghc-transformers-compat-prof (<< 0.7),
+ libghc-wai-dev (>= 3.0.0),
+ libghc-wai-dev (<< 3.3),
+ libghc-wai-prof (>= 3.0.0),
+ libghc-wai-prof (<< 3.3),
+ libghc-wai-extra-dev (>= 3.0.0),
+ libghc-wai-extra-dev (<< 3.1),
+ libghc-wai-extra-prof (>= 3.0.0),
+ libghc-wai-extra-prof (<< 3.1),
+ libghc-warp-dev (>= 3.0.13),
+ libghc-warp-dev (<< 3.3),
+ libghc-warp-prof (>= 3.0.13),
+ libghc-warp-prof (<< 3.3),
+ libghc-async-dev,
+ libghc-async-prof,
+ libghc-data-default-class-dev,
+ libghc-data-default-class-prof,
+ libghc-hspec-dev (>= 2),
+ libghc-hspec-dev (<< 3),
+ libghc-hspec-prof (>= 2),
+ libghc-hspec-prof (<< 3),
+ libghc-hspec-wai-dev (>= 0.6.3),
+ libghc-hspec-wai-prof (>= 0.6.3),
+ libghc-http-types-dev,
+ libghc-http-types-prof,
+ libghc-lifted-base-dev,
+ libghc-lifted-base-prof,
+ libghc-network-dev,
+ libghc-network-prof,
+ libghc-wai-dev,
+ libghc-wai-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-aeson-doc,
+ libghc-blaze-builder-doc,
+ libghc-case-insensitive-doc,
+ libghc-data-default-class-doc,
+ libghc-exceptions-doc,
+ libghc-http-types-doc,
+ libghc-monad-control-doc,
+ libghc-network-doc,
+ libghc-regex-compat-doc,
+ libghc-transformers-base-doc,
+ libghc-transformers-compat-doc,
+ libghc-wai-doc,
+ libghc-wai-extra-doc,
+ libghc-warp-doc,
+Standards-Version: 4.4.0
+Homepage: https://github.com/scotty-web/scotty
+X-Description: Haskell web framework inspired by Ruby's Sinatra
+ A Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp.
+ .
+ Scotty is the cheap and cheerful way to write RESTful, declarative web
+ applications.
+ .
+ * A page is as simple as defining the verb, url pattern, and Text content.
+ .
+ * It is template-language agnostic. Anything that returns a Text value will do.
+ .
+ * Conforms to WAI Application interface.
+ .
+ * Uses very fast Warp webserver by default.
+ .
+ As for the name: Sinatra + Warp = Scotty.
+
+Package: libghc-scotty-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-scotty-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-scotty-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-scotty/debian/copyright
=====================================
@@ -0,0 +1,40 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: scotty
+Upstream-Contact: Andrew Farmer <xichekolas at gmail.com>
+Source: https://hackage.haskell.org/package/scotty
+
+Files: *
+Copyright: 2012-Present Andrew Farmer
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD-3-clause
+
+License: BSD-3-clause
+ 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 Andrew Farmer 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-scotty/debian/patches/newer-deps
=====================================
@@ -0,0 +1,23 @@
+--- a/scotty.cabal
++++ b/scotty.cabal
+@@ -82,11 +82,9 @@
+                        case-insensitive    >= 1.0.0.1  && < 1.3,
+                        data-default-class  >= 0.0.1    && < 0.2,
+                        exceptions          >= 0.7      && < 0.11,
+-                       fail,
+                        http-types          >= 0.8.2    && < 0.13,
+                        monad-control       >= 1.0.0.3  && < 1.1,
+                        mtl                 >= 2.1.2    && < 2.3,
+-                       nats                >= 0.1      && < 2,
+                        network             >= 2.6.0.2  && < 3.2,
+                        regex-compat        >= 0.95.1   && < 0.96,
+                        text                >= 0.11.3.1 && < 1.3,
+@@ -95,7 +93,7 @@
+                        transformers-compat >= 0.4      && < 0.7,
+                        wai                 >= 3.0.0    && < 3.3,
+                        wai-extra           >= 3.0.0    && < 3.1,
+-                       warp                >= 3.0.13   && < 3.3
++                       warp                >= 3.0.13   && < 3.4
+ 
+   GHC-options: -Wall -fno-warn-orphans
+ 


=====================================
p/haskell-scotty/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps


=====================================
p/haskell-scotty/debian/rules
=====================================
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
+DEB_CABAL_PACKAGE = scotty
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk


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


=====================================
p/haskell-scotty/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=3
+https://hackage.haskell.org/package/scotty/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/b4d6ff38f4bd4d1ec0e74a959178d6d3e27a4337

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/b4d6ff38f4bd4d1ec0e74a959178d6d3e27a4337
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/20190727/12e373af/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list