diff options
| author | Justin Geibel <jtgeibel@gmail.com> | 2016-03-15 20:31:04 -0400 |
|---|---|---|
| committer | Justin Geibel <jtgeibel@gmail.com> | 2016-03-17 20:38:58 -0400 |
| commit | a1227849c58df9357ee378f9fc58de1062efd375 (patch) | |
| tree | 0d28bd16da5884f0283bbc025353365ff1c9d621 /p/haskell-http-media | |
| parent | 3751e4f1e8a9c51882fff13a17c65a3e666a0feb (diff) | |
| download | DHG_packages-a1227849c58df9357ee378f9fc58de1062efd375.tar.gz | |
Initial packaging of http-media-0.6.3
Diffstat (limited to 'p/haskell-http-media')
| -rw-r--r-- | p/haskell-http-media/debian/changelog | 5 | ||||
| -rw-r--r-- | p/haskell-http-media/debian/compat | 1 | ||||
| -rw-r--r-- | p/haskell-http-media/debian/control | 72 | ||||
| -rw-r--r-- | p/haskell-http-media/debian/copyright | 31 | ||||
| -rwxr-xr-x | p/haskell-http-media/debian/rules | 8 | ||||
| -rw-r--r-- | p/haskell-http-media/debian/source/format | 1 | ||||
| -rw-r--r-- | p/haskell-http-media/debian/watch | 2 |
7 files changed, 120 insertions, 0 deletions
diff --git a/p/haskell-http-media/debian/changelog b/p/haskell-http-media/debian/changelog new file mode 100644 index 000000000..ec6ca9f49 --- /dev/null +++ b/p/haskell-http-media/debian/changelog @@ -0,0 +1,5 @@ +haskell-http-media (0.6.3-1) unstable; urgency=low + + * Initial release + + -- Justin Geibel <jtgeibel@gmail.com> Thu, 17 Mar 2016 20:23:34 -0400 diff --git a/p/haskell-http-media/debian/compat b/p/haskell-http-media/debian/compat new file mode 100644 index 000000000..ec635144f --- /dev/null +++ b/p/haskell-http-media/debian/compat @@ -0,0 +1 @@ +9 diff --git a/p/haskell-http-media/debian/control b/p/haskell-http-media/debian/control new file mode 100644 index 000000000..bf6f53099 --- /dev/null +++ b/p/haskell-http-media/debian/control @@ -0,0 +1,72 @@ +Source: haskell-http-media +Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> +Uploaders: Justin Geibel <jtgeibel@gmail.com> +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + haskell-devscripts (>= 0.9), + cdbs, + ghc, + ghc-prof, + libghc-case-insensitive-dev (>= 1.0), + libghc-case-insensitive-dev (<< 1.3), + libghc-case-insensitive-prof, + libghc-quickcheck2-dev (>= 2.6), + libghc-quickcheck2-dev (<< 2.9), + libghc-test-framework-dev (>= 0.8), + libghc-test-framework-dev (<< 0.9), + libghc-test-framework-quickcheck2-dev (>= 0.3), + libghc-test-framework-quickcheck2-dev (<< 0.4), +Build-Depends-Indep: ghc-doc, + libghc-case-insensitive-doc, +Standards-Version: 3.9.7 +Homepage: https://github.com/zmthy/http-media +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-http-media +Vcs-Git: git://git.debian.org/git/pkg-haskell/DHG_packages.git +X-Description: processing HTTP Content-Type and Accept headers + This library is intended to be a comprehensive solution to parsing and + selecting quality-indexed values in HTTP headers. It is capable of parsing + both media types and language parameters from the Accept and Content header + families, and can be extended to match against other accept headers as well. + Selecting the appropriate header value is achieved by comparing a list of + server options against the quality-indexed values supplied by the client. + +Package: libghc-http-media-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-http-media-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-http-media-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-http-media/debian/copyright b/p/haskell-http-media/debian/copyright new file mode 100644 index 000000000..44d0f8e84 --- /dev/null +++ b/p/haskell-http-media/debian/copyright @@ -0,0 +1,31 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: http-media +Upstream-Contact: Timothy Jones <git@zmthy.io> +Source: https://hackage.haskell.org/package/http-media + +Files: * +Copyright: 2012-2015 Timothy Jones +License: Expat + +Files: debian/* +Copyright: held by the contributors mentioned in debian/changelog +License: Expat + +License: Expat + Permission is hereby granted, free of charge, to any person obtaining a copy of + this software and associated documentation files (the "Software"), to deal in + the Software without restriction, including without limitation the rights to + use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies + of the Software, and to permit persons to whom the Software is furnished to do + so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. diff --git a/p/haskell-http-media/debian/rules b/p/haskell-http-media/debian/rules new file mode 100755 index 000000000..6b567bdb4 --- /dev/null +++ b/p/haskell-http-media/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f + +DEB_ENABLE_TESTS = yes +DEB_CABAL_PACKAGE = http-media +DEB_DEFAULT_COMPILER = ghc + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/hlibrary.mk diff --git a/p/haskell-http-media/debian/source/format b/p/haskell-http-media/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/p/haskell-http-media/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/p/haskell-http-media/debian/watch b/p/haskell-http-media/debian/watch new file mode 100644 index 000000000..2cb11fbb7 --- /dev/null +++ b/p/haskell-http-media/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://hackage.haskell.org/package/http-media/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) |
