[DHG_packages] 01/01: Initial packaging of http-media-0.6.3

Justin Geibel jtgeibel-guest at moszumanska.debian.org
Fri Mar 18 00:41:58 UTC 2016


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

jtgeibel-guest pushed a commit to branch master
in repository DHG_packages.

commit a1227849c58df9357ee378f9fc58de1062efd375
Author: Justin Geibel <jtgeibel at gmail.com>
Date:   Tue Mar 15 20:31:04 2016 -0400

    Initial packaging of http-media-0.6.3
---
 p/haskell-http-media/debian/changelog     |  5 +++
 p/haskell-http-media/debian/compat        |  1 +
 p/haskell-http-media/debian/control       | 72 +++++++++++++++++++++++++++++++
 p/haskell-http-media/debian/copyright     | 31 +++++++++++++
 p/haskell-http-media/debian/rules         |  8 ++++
 p/haskell-http-media/debian/source/format |  1 +
 p/haskell-http-media/debian/watch         |  2 +
 7 files changed, 120 insertions(+)

diff --git a/p/haskell-http-media/debian/changelog b/p/haskell-http-media/debian/changelog
new file mode 100644
index 0000000..ec6ca9f
--- /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 at 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 0000000..ec63514
--- /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 0000000..bf6f530
--- /dev/null
+++ b/p/haskell-http-media/debian/control
@@ -0,0 +1,72 @@
+Source: haskell-http-media
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Justin Geibel <jtgeibel at 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 0000000..44d0f8e
--- /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 at 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 0000000..6b567bd
--- /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 0000000..163aaf8
--- /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 0000000..2cb11fb
--- /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)))

-- 
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