[DHG_packages] 01/01: add heredoc 0.2.0.0
Clint Adams
clint at moszumanska.debian.org
Tue Dec 15 18:55:25 UTC 2015
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch master
in repository DHG_packages.
commit 631388ab8f1cfab965c17d1e87cde2dd77c41b3b
Author: Clint Adams <clint at debian.org>
Date: Tue Dec 15 13:55:01 2015 -0500
add heredoc 0.2.0.0
---
p/haskell-heredoc/debian/changelog | 5 +++
p/haskell-heredoc/debian/compat | 1 +
p/haskell-heredoc/debian/control | 57 ++++++++++++++++++++++++++++++++++
p/haskell-heredoc/debian/copyright | 38 +++++++++++++++++++++++
p/haskell-heredoc/debian/rules | 7 +++++
p/haskell-heredoc/debian/source/format | 1 +
p/haskell-heredoc/debian/watch | 2 ++
7 files changed, 111 insertions(+)
diff --git a/p/haskell-heredoc/debian/changelog b/p/haskell-heredoc/debian/changelog
new file mode 100644
index 0000000..624d6b9
--- /dev/null
+++ b/p/haskell-heredoc/debian/changelog
@@ -0,0 +1,5 @@
+haskell-heredoc (0.2.0.0-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Clint Adams <clint at debian.org> Tue, 15 Dec 2015 13:46:47 -0500
diff --git a/p/haskell-heredoc/debian/compat b/p/haskell-heredoc/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/p/haskell-heredoc/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-heredoc/debian/control b/p/haskell-heredoc/debian/control
new file mode 100644
index 0000000..d3813c0
--- /dev/null
+++ b/p/haskell-heredoc/debian/control
@@ -0,0 +1,57 @@
+Source: haskell-heredoc
+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,
+Build-Depends-Indep: ghc-doc,
+Standards-Version: 3.9.6
+Homepage: http://hackage.haskell.org/package/heredoc
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-heredoc
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-heredoc
+X-Description: multi-line string / here document using QuasiQuotes
+ multi-line string / here document using QuasiQuotes
+
+Package: libghc-heredoc-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-heredoc-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-heredoc-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-heredoc/debian/copyright b/p/haskell-heredoc/debian/copyright
new file mode 100644
index 0000000..45ed913
--- /dev/null
+++ b/p/haskell-heredoc/debian/copyright
@@ -0,0 +1,38 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: heredoc
+Upstream-Contact: James H. Fisher <jameshfisher at gmail.com>
+Source: https://hackage.haskell.org/package/heredoc
+
+Files: *
+Copyright: disclaimed
+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-heredoc/debian/rules b/p/haskell-heredoc/debian/rules
new file mode 100755
index 0000000..68def6e
--- /dev/null
+++ b/p/haskell-heredoc/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = heredoc
+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-heredoc/debian/source/format b/p/haskell-heredoc/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/p/haskell-heredoc/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-heredoc/debian/watch b/p/haskell-heredoc/debian/watch
new file mode 100644
index 0000000..21bcf5d
--- /dev/null
+++ b/p/haskell-heredoc/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/heredoc/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