[DHG_packages] 03/03: Initial packaging of http-link-header-1.0.1

James McCoy jamessan at debian.org
Sun May 1 02:24:46 UTC 2016


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

jamessan pushed a commit to branch master
in repository DHG_packages.

commit dbff6800d11e3c88d3fe6220fc95432675f24c4e
Author: James McCoy <jamessan at jamessan.com>
Date:   Sat Apr 30 22:12:07 2016 -0400

    Initial packaging of http-link-header-1.0.1
---
 p/haskell-http-link-header/debian/changelog     |  5 ++
 p/haskell-http-link-header/debian/compat        |  1 +
 p/haskell-http-link-header/debian/control       | 72 +++++++++++++++++++++++++
 p/haskell-http-link-header/debian/copyright     | 38 +++++++++++++
 p/haskell-http-link-header/debian/rules         |  8 +++
 p/haskell-http-link-header/debian/source/format |  1 +
 p/haskell-http-link-header/debian/watch         |  2 +
 7 files changed, 127 insertions(+)

diff --git a/p/haskell-http-link-header/debian/changelog b/p/haskell-http-link-header/debian/changelog
new file mode 100644
index 0000000..4526f85
--- /dev/null
+++ b/p/haskell-http-link-header/debian/changelog
@@ -0,0 +1,5 @@
+haskell-http-link-header (1.0.1-1) UNRELEASED; urgency=low
+
+  * Initial release
+
+ -- James McCoy <jamessan at debian.org>  Sat, 30 Apr 2016 22:12:06 -0400
diff --git a/p/haskell-http-link-header/debian/compat b/p/haskell-http-link-header/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/p/haskell-http-link-header/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-http-link-header/debian/control b/p/haskell-http-link-header/debian/control
new file mode 100644
index 0000000..4467225
--- /dev/null
+++ b/p/haskell-http-link-header/debian/control
@@ -0,0 +1,72 @@
+Source: haskell-http-link-header
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: James McCoy <jamessan at debian.org>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-attoparsec-dev,
+ libghc-attoparsec-prof,
+ libghc-bytestring-conversion-dev,
+ libghc-bytestring-conversion-prof,
+ libghc-errors-dev,
+ libghc-errors-prof,
+ libghc-network-uri-dev,
+ libghc-network-uri-prof,
+ libghc-text-dev,
+ libghc-text-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-attoparsec-doc,
+ libghc-bytestring-conversion-doc,
+ libghc-errors-doc,
+ libghc-network-uri-doc,
+ libghc-text-doc,
+Standards-Version: 3.9.8
+Homepage: https://github.com/myfreeweb/http-link-header
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-http-link-header
+Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
+X-Description: A parser and writer for the HTTP Link header as specified in RFC 5988 "Web Linking".
+ https://github.com/myfreeweb/http-link-header
+
+Package: libghc-http-link-header-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-link-header-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-link-header-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-link-header/debian/copyright b/p/haskell-http-link-header/debian/copyright
new file mode 100644
index 0000000..74cfab0
--- /dev/null
+++ b/p/haskell-http-link-header/debian/copyright
@@ -0,0 +1,38 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: http-link-header
+Upstream-Contact: greg at unrelenting.technology
+Source: https://hackage.haskell.org/package/http-link-header
+
+Files: *
+Copyright: 2014-2015 Greg V <greg at unrelenting.technology>
+License: public-domain
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: public-domain
+
+License: public-domain
+ This is free and unencumbered software released into the public domain.
+ .
+ Anyone is free to copy, modify, publish, use, compile, sell, or
+ distribute this software, either in source code form or as a compiled
+ binary, for any purpose, commercial or non-commercial, and by any
+ means.
+ .
+ In jurisdictions that recognize copyright laws, the author or authors
+ of this software dedicate any and all copyright interest in the
+ software to the public domain. We make this dedication for the benefit
+ of the public at large and to the detriment of our heirs and
+ successors. We intend this dedication to be an overt act of
+ relinquishment in perpetuity of all present and future rights to this
+ software under copyright law.
+ .
+ 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 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.
+ .
+ For more information, please refer to <http://unlicense.org/>
diff --git a/p/haskell-http-link-header/debian/rules b/p/haskell-http-link-header/debian/rules
new file mode 100755
index 0000000..2f27ae5
--- /dev/null
+++ b/p/haskell-http-link-header/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+DEB_SETUP_BIN_NAME = cabal
+DEB_CABAL_PACKAGE = http-link-header
+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-link-header/debian/source/format b/p/haskell-http-link-header/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/p/haskell-http-link-header/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-http-link-header/debian/watch b/p/haskell-http-link-header/debian/watch
new file mode 100644
index 0000000..bf9db86
--- /dev/null
+++ b/p/haskell-http-link-header/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/http-link-header/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