[Git][haskell-team/DHG_packages][master] 2 commits: Initial packaging of servant-client-core-0.13.0.1

Gianfranco Costamagna gitlab at salsa.debian.org
Tue Jun 26 12:05:17 BST 2018


Gianfranco Costamagna pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
f4d5b8fe by Gianfranco Costamagna at 2018-06-26T12:49:39+02:00
Initial packaging of servant-client-core-0.13.0.1

- - - - -
8046f1ff by Gianfranco Costamagna at 2018-06-26T13:04:54+02:00
haskell-servant-client-core: upload to unstable

- - - - -


7 changed files:

- + p/haskell-servant-client-core/debian/changelog
- + p/haskell-servant-client-core/debian/compat
- + p/haskell-servant-client-core/debian/control
- + p/haskell-servant-client-core/debian/copyright
- + p/haskell-servant-client-core/debian/rules
- + p/haskell-servant-client-core/debian/source/format
- + p/haskell-servant-client-core/debian/watch


Changes:

=====================================
p/haskell-servant-client-core/debian/changelog
=====================================
--- /dev/null
+++ b/p/haskell-servant-client-core/debian/changelog
@@ -0,0 +1,5 @@
+haskell-servant-client-core (0.13.0.1-1) unstable; urgency=medium
+
+  * Initial release (Closes: #902415).
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Tue, 26 Jun 2018 12:42:25 +0200


=====================================
p/haskell-servant-client-core/debian/compat
=====================================
--- /dev/null
+++ b/p/haskell-servant-client-core/debian/compat
@@ -0,0 +1 @@
+10


=====================================
p/haskell-servant-client-core/debian/control
=====================================
--- /dev/null
+++ b/p/haskell-servant-client-core/debian/control
@@ -0,0 +1,125 @@
+Source: haskell-servant-client-core
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Priority: optional
+Section: haskell
+Rules-Requires-Root: no
+Build-Depends:
+ cdbs,
+ debhelper (>= 10),
+ ghc (>= 8),
+ ghc-prof,
+ haskell-devscripts (>= 0.13),
+ libghc-base-compat-dev (>= 0.9.3),
+ libghc-base-compat-dev (<< 0.11),
+ libghc-base-compat-prof,
+ libghc-base64-bytestring-dev (>= 1.0.0.1),
+ libghc-base64-bytestring-dev (<< 1.1),
+ libghc-base64-bytestring-prof,
+ libghc-exceptions-dev (>= 0.8.3),
+ libghc-exceptions-dev (<< 0.11),
+ libghc-exceptions-prof,
+ libghc-generics-sop-dev (>= 0.3.1.0),
+ libghc-generics-sop-dev (<< 0.4),
+ libghc-generics-sop-prof,
+ libghc-http-api-data-dev (>= 0.3.7.1),
+ libghc-http-api-data-dev (<< 0.4),
+ libghc-http-api-data-prof,
+ libghc-http-media-dev (>= 0.7.0),
+ libghc-http-media-dev (<< 0.8),
+ libghc-http-media-prof,
+ libghc-http-types-dev (>= 0.12),
+ libghc-http-types-dev (<< 0.13),
+ libghc-http-types-prof,
+ libghc-mtl-dev (>= 2.1),
+ libghc-mtl-dev (<< 2.3),
+ libghc-mtl-prof,
+ libghc-network-uri-dev (>= 2.6.1.0),
+ libghc-network-uri-dev (<< 2.7),
+ libghc-network-uri-prof,
+ libghc-safe-dev (>= 0.3.15),
+ libghc-safe-dev (<< 0.4),
+ libghc-safe-prof,
+ libghc-servant-dev (>= 0.13),
+ libghc-servant-dev (<< 0.14),
+ libghc-servant-prof,
+ libghc-text-dev (>= 1.2.3.0),
+ libghc-text-dev (<< 1.3),
+ libghc-text-prof,
+ libghc-quickcheck2-dev (>= 2.10.1),
+ libghc-quickcheck2-dev (<< 2.12),
+ libghc-hspec-dev (>= 2.4.4),
+ libghc-hspec-dev (<< 2.6),
+Build-Depends-Indep: ghc-doc,
+ libghc-base-compat-doc,
+ libghc-base64-bytestring-doc,
+ libghc-exceptions-doc,
+ libghc-generics-sop-doc,
+ libghc-http-api-data-doc,
+ libghc-http-media-doc,
+ libghc-http-types-doc,
+ libghc-mtl-doc,
+ libghc-network-uri-doc,
+ libghc-safe-doc,
+ libghc-servant-doc,
+ libghc-text-doc,
+Standards-Version: 4.1.4
+Homepage: http://haskell-servant.readthedocs.org/
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-servant-client-core
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-servant-client-core]
+X-Description: Core functionality and class for client function generation for servant APIs
+ This library provides backend-agnostic generation of client functions. For
+ more information, see the README.
+
+Package: libghc-servant-client-core-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-servant-client-core-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-servant-client-core-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-servant-client-core/debian/copyright
=====================================
--- /dev/null
+++ b/p/haskell-servant-client-core/debian/copyright
@@ -0,0 +1,40 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: servant-client-core
+Upstream-Contact: haskell-servant-maintainers at googlegroups.com
+Source: https://hackage.haskell.org/package/servant-client-core
+
+Files: *
+Copyright: 2014-2016 Zalora South East Asia Pte Ltd, 2016-2017 Servant Contributors
+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 Servant Contributors 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-servant-client-core/debian/rules
=====================================
--- /dev/null
+++ b/p/haskell-servant-client-core/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = servant-client-core
+DEB_DEFAULT_COMPILER = ghc
+DEB_ENABLE_TESTS = yes
+DEB_INSTALL_CHANGELOGS_ALL = CHANGELOG.md
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk


=====================================
p/haskell-servant-client-core/debian/source/format
=====================================
--- /dev/null
+++ b/p/haskell-servant-client-core/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)


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



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/compare/ad7d109cd5bb34bbe93958536bfd0d627406ba66...8046f1ff5c3e39e68027ca81bf588fdc8acdc4c4

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/compare/ad7d109cd5bb34bbe93958536bfd0d627406ba66...8046f1ff5c3e39e68027ca81bf588fdc8acdc4c4
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/20180626/b9428820/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list