summaryrefslogtreecommitdiff
path: root/p/haskell-network-conduit-tls/debian
diff options
context:
space:
mode:
authorChristopher Reichert <creichert07@gmail.com>2014-11-22 06:15:49 +0300
committerChristopher Reichert <creichert07@gmail.com>2014-11-22 06:15:49 +0300
commit0988caacee184c8a9066f773070bad4ffdc35b06 (patch)
tree84cc0fbb8e6d83e5d295506b137ab709d3c562f2 /p/haskell-network-conduit-tls/debian
parent747372c40da09df869ad02e85e1269d3a85f03e6 (diff)
downloadDHG_packages-0988caacee184c8a9066f773070bad4ffdc35b06.tar.gz
haskell-network-conduit-tls: Initial Check-In
Diffstat (limited to 'p/haskell-network-conduit-tls/debian')
-rw-r--r--p/haskell-network-conduit-tls/debian/changelog5
-rw-r--r--p/haskell-network-conduit-tls/debian/compat1
-rw-r--r--p/haskell-network-conduit-tls/debian/control89
-rw-r--r--p/haskell-network-conduit-tls/debian/copyright32
-rwxr-xr-xp/haskell-network-conduit-tls/debian/rules6
-rw-r--r--p/haskell-network-conduit-tls/debian/source/format1
-rw-r--r--p/haskell-network-conduit-tls/debian/watch2
7 files changed, 136 insertions, 0 deletions
diff --git a/p/haskell-network-conduit-tls/debian/changelog b/p/haskell-network-conduit-tls/debian/changelog
new file mode 100644
index 000000000..48ba829e1
--- /dev/null
+++ b/p/haskell-network-conduit-tls/debian/changelog
@@ -0,0 +1,5 @@
+haskell-network-conduit-tls (1.1.0.2-1) UNRELEASED; urgency=low
+
+ * Initial release.
+
+ -- Christopher Reichert <creichert07@gmail.com> Fri, 21 Nov 2014 21:00:00 -0600
diff --git a/p/haskell-network-conduit-tls/debian/compat b/p/haskell-network-conduit-tls/debian/compat
new file mode 100644
index 000000000..ec635144f
--- /dev/null
+++ b/p/haskell-network-conduit-tls/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-network-conduit-tls/debian/control b/p/haskell-network-conduit-tls/debian/control
new file mode 100644
index 000000000..d953c6868
--- /dev/null
+++ b/p/haskell-network-conduit-tls/debian/control
@@ -0,0 +1,89 @@
+Source: haskell-network-conduit-tls
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Christopher Reichert <creichert07@gmail.com>
+Build-Depends: debhelper (>= 9)
+ , cdbs
+ , haskell-devscripts (>= 0.8.15)
+ , ghc
+ , ghc-prof
+ , libghc-conduit-dev (>= 1.1)
+ , libghc-conduit-prof
+ , libghc-conduit-extra-dev (>= 1.1)
+ , libghc-conduit-extra-prof
+ , libghc-connection-dev
+ , libghc-connection-prof
+ , libghc-cprng-aes-dev
+ , libghc-cprng-aes-prof
+ , libghc-data-default-dev
+ , libghc-data-default-prof
+ , libghc-monad-control-dev
+ , libghc-monad-control-prof
+ , libghc-network-dev
+ , libghc-network-prof
+ , libghc-streaming-commons-dev
+ , libghc-streaming-commons-prof
+ , libghc-system-filepath-dev (>= 0.4)
+ , libghc-system-filepath-prof
+ , libghc-system-fileio-dev (>= 0.3)
+ , libghc-system-fileio-prof
+ , libghc-tls-dev (>= 1.2.2)
+ , libghc-tls-prof
+ , libghc-transformers-dev
+ , libghc-transformers-prof
+Build-Depends-Indep: ghc-doc
+ , libghc-conduit-doc
+ , libghc-conduit-extra-doc
+ , libghc-connection-doc
+ , libghc-cprng-aes-doc
+ , libghc-data-default-doc
+ , libghc-monad-control-doc
+ , libghc-network-doc
+ , libghc-streaming-commons-doc
+ , libghc-system-filepath-doc
+ , libghc-system-fileio-doc
+ , libghc-tls-doc
+ , libghc-transformers-doc
+Standards-Version: 3.9.5
+Homepage: http://hackage.haskell.org/package/network-conduit-tls
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-network-conduit-tls
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-network-condiut-tls
+X-Description: Create TLS-aware network code with conduits
+ Uses the tls package for a pure-Haskell implementation.
+
+Package: libghc-network-conduit-tls-dev
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-network-conduit-tls-prof
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-network-conduit-tls-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
diff --git a/p/haskell-network-conduit-tls/debian/copyright b/p/haskell-network-conduit-tls/debian/copyright
new file mode 100644
index 000000000..5fd6d2f66
--- /dev/null
+++ b/p/haskell-network-conduit-tls/debian/copyright
@@ -0,0 +1,32 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: network-conduit-tls
+Upstream-Contact: Michael Snoyman <michael@snoyman.com>
+Source: http://hackage.haskell.org/package/network-conduit-tls
+
+Files: *
+Copyright: 2012-2014 Michael Snoyman
+License: MIT
+
+Files: debian/*
+Copyright: 2014 Christopher Reichert
+License: MIT
+
+License: MIT
+ 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-network-conduit-tls/debian/rules b/p/haskell-network-conduit-tls/debian/rules
new file mode 100755
index 000000000..31337b5b6
--- /dev/null
+++ b/p/haskell-network-conduit-tls/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+#DEB_ENABLE_TESTS = yes
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff --git a/p/haskell-network-conduit-tls/debian/source/format b/p/haskell-network-conduit-tls/debian/source/format
new file mode 100644
index 000000000..163aaf8d8
--- /dev/null
+++ b/p/haskell-network-conduit-tls/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-network-conduit-tls/debian/watch b/p/haskell-network-conduit-tls/debian/watch
new file mode 100644
index 000000000..070991ecd
--- /dev/null
+++ b/p/haskell-network-conduit-tls/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/network-conduit-tls/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))