[DHG_packages] 01/01: add xml-conduit-writer
Clint Adams
clint at moszumanska.debian.org
Fri Aug 26 03:48:09 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 9ec572ad7a76fc058e3cfda73b5094f06fc4c983
Author: Clint Adams <clint at debian.org>
Date: Thu Aug 25 23:47:43 2016 -0400
add xml-conduit-writer
---
p/haskell-xml-conduit-writer/debian/changelog | 5 ++
p/haskell-xml-conduit-writer/debian/compat | 1 +
p/haskell-xml-conduit-writer/debian/control | 73 +++++++++++++++++++++++
p/haskell-xml-conduit-writer/debian/copyright | 32 ++++++++++
p/haskell-xml-conduit-writer/debian/rules | 10 ++++
p/haskell-xml-conduit-writer/debian/source/format | 1 +
p/haskell-xml-conduit-writer/debian/watch | 2 +
7 files changed, 124 insertions(+)
diff --git a/p/haskell-xml-conduit-writer/debian/changelog b/p/haskell-xml-conduit-writer/debian/changelog
new file mode 100644
index 0000000..119c0de
--- /dev/null
+++ b/p/haskell-xml-conduit-writer/debian/changelog
@@ -0,0 +1,5 @@
+haskell-xml-conduit-writer (0.1.1.1-1) unstable; urgency=low
+
+ * Initial release
+
+ -- Clint Adams <clint at debian.org> Thu, 25 Aug 2016 22:59:23 -0400
diff --git a/p/haskell-xml-conduit-writer/debian/compat b/p/haskell-xml-conduit-writer/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/p/haskell-xml-conduit-writer/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-xml-conduit-writer/debian/control b/p/haskell-xml-conduit-writer/debian/control
new file mode 100644
index 0000000..4160c39
--- /dev/null
+++ b/p/haskell-xml-conduit-writer/debian/control
@@ -0,0 +1,73 @@
+Source: haskell-xml-conduit-writer
+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-dlist-dev,
+ libghc-dlist-prof,
+ libghc-mtl-dev,
+ libghc-mtl-prof,
+ libghc-text-dev,
+ libghc-text-prof,
+ libghc-xml-conduit-dev,
+ libghc-xml-conduit-prof,
+ libghc-xml-types-dev,
+ libghc-xml-types-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-dlist-doc,
+ libghc-mtl-doc,
+ libghc-text-doc,
+ libghc-xml-conduit-doc,
+ libghc-xml-types-doc,
+Standards-Version: 3.9.8
+Homepage: https://bitbucket.org/dpwiz/xml-conduit-writer
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-xml-conduit-writer
+Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
+X-Description: warm and fuzzy creation of XML documents
+ Functions for creating an XML document tree representation that can
+ then be rendered to XML.
+
+Package: libghc-xml-conduit-writer-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-xml-conduit-writer-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-xml-conduit-writer-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-xml-conduit-writer/debian/copyright b/p/haskell-xml-conduit-writer/debian/copyright
new file mode 100644
index 0000000..454f86b
--- /dev/null
+++ b/p/haskell-xml-conduit-writer/debian/copyright
@@ -0,0 +1,32 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: xml-conduit-writer
+Upstream-Contact: Alexander Bondarenko <aenor.realm at gmail.com>
+Source: https://hackage.haskell.org/package/xml-conduit-writer
+
+Files: *
+Copyright: 2013 Alexander Bondarenko
+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-xml-conduit-writer/debian/rules b/p/haskell-xml-conduit-writer/debian/rules
new file mode 100755
index 0000000..b8cf982
--- /dev/null
+++ b/p/haskell-xml-conduit-writer/debian/rules
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+DEB_CABAL_PACKAGE = xml-conduit-writer
+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-xml-conduit-writer/debian/source/format b/p/haskell-xml-conduit-writer/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/p/haskell-xml-conduit-writer/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-xml-conduit-writer/debian/watch b/p/haskell-xml-conduit-writer/debian/watch
new file mode 100644
index 0000000..6802458
--- /dev/null
+++ b/p/haskell-xml-conduit-writer/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/xml-conduit-writer/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