[DHG_packages] 01/01: Add servant 0.4.4.6

Clint Adams clint at moszumanska.debian.org
Wed May 18 01:44:20 UTC 2016


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

clint pushed a commit to branch master
in repository DHG_packages.

commit 0f5cee066fa8893fd93376b34ad1a1d81c0ba28e
Author: Clint Adams <clint at debian.org>
Date:   Tue May 17 21:43:24 2016 -0400

    Add servant 0.4.4.6
---
 p/haskell-servant/debian/changelog                |   5 +
 p/haskell-servant/debian/compat                   |   1 +
 p/haskell-servant/debian/control                  | 112 ++++++++++++++++++++++
 p/haskell-servant/debian/copyright                |  40 ++++++++
 p/haskell-servant/debian/patches/fix-doctest.diff |  15 +++
 p/haskell-servant/debian/patches/series           |   1 +
 p/haskell-servant/debian/rules                    |  10 ++
 p/haskell-servant/debian/source/format            |   1 +
 p/haskell-servant/debian/watch                    |   2 +
 9 files changed, 187 insertions(+)

diff --git a/p/haskell-servant/debian/changelog b/p/haskell-servant/debian/changelog
new file mode 100644
index 0000000..dc1bfa9
--- /dev/null
+++ b/p/haskell-servant/debian/changelog
@@ -0,0 +1,5 @@
+haskell-servant (0.4.4.6-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Tue, 17 May 2016 10:52:54 -0400
diff --git a/p/haskell-servant/debian/compat b/p/haskell-servant/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/p/haskell-servant/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-servant/debian/control b/p/haskell-servant/debian/control
new file mode 100644
index 0000000..b189842
--- /dev/null
+++ b/p/haskell-servant/debian/control
@@ -0,0 +1,112 @@
+Source: haskell-servant
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-aeson-dev (>= 0.7),
+ libghc-aeson-prof,
+ libghc-attoparsec-dev (>= 0.12),
+ libghc-attoparsec-prof,
+ libghc-bytestring-conversion-dev (>= 0.3),
+ libghc-bytestring-conversion-dev (<< 0.4),
+ libghc-bytestring-conversion-prof,
+ libghc-case-insensitive-dev (>= 1.2),
+ libghc-case-insensitive-prof,
+ libghc-http-api-data-dev (>= 0.1),
+ libghc-http-api-data-dev (<< 0.3),
+ libghc-http-api-data-prof,
+ libghc-http-media-dev (>= 0.4),
+ libghc-http-media-dev (<< 0.7),
+ libghc-http-media-prof,
+ libghc-http-types-dev (>= 0.8),
+ libghc-http-types-dev (<< 0.10),
+ libghc-http-types-prof,
+ libghc-mmorph-dev (>= 1),
+ libghc-mmorph-prof,
+ libghc-mtl-dev (>= 2),
+ libghc-mtl-dev (<< 3),
+ libghc-mtl-prof,
+ libghc-network-uri-dev (>= 2.6),
+ libghc-network-uri-prof,
+ libghc-string-conversions-dev (>= 0.3),
+ libghc-string-conversions-dev (<< 0.5),
+ libghc-string-conversions-prof,
+ libghc-text-dev (>= 1),
+ libghc-text-dev (<< 2),
+ libghc-text-prof,
+ libghc-vault-dev (>= 0.3),
+ libghc-vault-dev (<< 0.4),
+ libghc-vault-prof,
+ libghc-quickcheck2-dev,
+ libghc-doctest-dev,
+ libghc-filemanip-dev,
+ libghc-hspec-dev (>= 2),
+ libghc-hspec-dev (<< 3),
+ libghc-quickcheck-instances-dev,
+ libghc-string-conversions-dev,
+ libghc-url-dev,
+Build-Depends-Indep: ghc-doc,
+ libghc-aeson-doc,
+ libghc-attoparsec-doc,
+ libghc-bytestring-conversion-doc,
+ libghc-case-insensitive-doc,
+ libghc-http-api-data-doc,
+ libghc-http-media-doc,
+ libghc-http-types-doc,
+ libghc-mmorph-doc,
+ libghc-mtl-doc,
+ libghc-network-uri-doc,
+ libghc-string-conversions-doc,
+ libghc-text-doc,
+ libghc-vault-doc,
+Standards-Version: 3.9.8
+Homepage: http://haskell-servant.readthedocs.org/
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-servant
+Vcs-Git: git://git.debian.org/git/pkg-haskell/DHG_packages.git
+X-Description: family of combinators for defining webservices APIs
+ A family of combinators for defining webservices APIs and serving them.
+
+Package: libghc-servant-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-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-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}
diff --git a/p/haskell-servant/debian/copyright b/p/haskell-servant/debian/copyright
new file mode 100644
index 0000000..594089a
--- /dev/null
+++ b/p/haskell-servant/debian/copyright
@@ -0,0 +1,40 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: servant
+Upstream-Contact: haskell-servant-maintainers at googlegroups.com
+Source: https://hackage.haskell.org/package/servant
+
+Files: *
+Copyright: 2014-2016 Zalora South East Asia Pte Ltd, 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 Zalora South East Asia Pte Ltd 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.
diff --git a/p/haskell-servant/debian/patches/fix-doctest.diff b/p/haskell-servant/debian/patches/fix-doctest.diff
new file mode 100644
index 0000000..e7a0445
--- /dev/null
+++ b/p/haskell-servant/debian/patches/fix-doctest.diff
@@ -0,0 +1,15 @@
+--- a/test/Doctests.hs
++++ b/test/Doctests.hs
+@@ -20,10 +20,10 @@
+ 
+ getCabalMacrosFile :: IO FilePath
+ getCabalMacrosFile = do
+-  contents <- getDirectoryContents "dist"
++  contents <- getDirectoryContents "dist-ghc"
+   let rest = "build" </> "autogen" </> "cabal_macros.h"
+   return $ case filter ("dist-sandbox-" `isPrefixOf`) contents of
+     [x] -> "dist" </> x </> rest
+-    [] -> "dist" </> rest
++    [] -> "dist-ghc" </> rest
+     xs -> error $ "ran doctests with multiple dist/dist-sandbox-xxxxx's: \n"
+                 ++ show xs ++ "\nTry cabal clean"
diff --git a/p/haskell-servant/debian/patches/series b/p/haskell-servant/debian/patches/series
new file mode 100644
index 0000000..5b2011a
--- /dev/null
+++ b/p/haskell-servant/debian/patches/series
@@ -0,0 +1 @@
+fix-doctest.diff
diff --git a/p/haskell-servant/debian/rules b/p/haskell-servant/debian/rules
new file mode 100755
index 0000000..fbda86d
--- /dev/null
+++ b/p/haskell-servant/debian/rules
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+DEB_CABAL_PACKAGE = servant
+DEB_DEFAULT_COMPILER = ghc
+
+export LC_ALL=C.UTF-8
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff --git a/p/haskell-servant/debian/source/format b/p/haskell-servant/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/p/haskell-servant/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-servant/debian/watch b/p/haskell-servant/debian/watch
new file mode 100644
index 0000000..24d1a86
--- /dev/null
+++ b/p/haskell-servant/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/servant/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