[DHG_packages] 05/05: Add hookup
Clint Adams
clint at moszumanska.debian.org
Thu Oct 13 19:10:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch experimental
in repository DHG_packages.
commit fa43ba57557dfd2400e487fd9687659cad2d12cf
Author: Clint Adams <clint at debian.org>
Date: Thu Oct 13 15:04:30 2016 -0400
Add hookup
---
p/haskell-hookup/debian/changelog | 5 +++
p/haskell-hookup/debian/compat | 1 +
p/haskell-hookup/debian/control | 79 +++++++++++++++++++++++++++++++++++
p/haskell-hookup/debian/copyright | 25 +++++++++++
p/haskell-hookup/debian/rules | 7 ++++
p/haskell-hookup/debian/source/format | 1 +
p/haskell-hookup/debian/watch | 2 +
7 files changed, 120 insertions(+)
diff --git a/p/haskell-hookup/debian/changelog b/p/haskell-hookup/debian/changelog
new file mode 100644
index 0000000..2ee3dcd
--- /dev/null
+++ b/p/haskell-hookup/debian/changelog
@@ -0,0 +1,5 @@
+haskell-hookup (0.1.0.0-1) experimental; urgency=low
+
+ * Initial release
+
+ -- Clint Adams <clint at debian.org> Thu, 13 Oct 2016 15:02:59 -0400
diff --git a/p/haskell-hookup/debian/compat b/p/haskell-hookup/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/p/haskell-hookup/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/p/haskell-hookup/debian/control b/p/haskell-hookup/debian/control
new file mode 100644
index 0000000..a771b8e
--- /dev/null
+++ b/p/haskell-hookup/debian/control
@@ -0,0 +1,79 @@
+Source: haskell-hookup
+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 (>= 10),
+ haskell-devscripts (>= 0.8),
+ cdbs,
+ ghc (>= 8),
+ ghc-prof,
+ libghc-hsopenssl-dev (>= 0.11.2.3),
+ libghc-hsopenssl-dev (<< 0.12),
+ libghc-hsopenssl-prof (>= 0.11.2.3),
+ libghc-hsopenssl-prof (<< 0.12),
+ libghc-hsopenssl-x509-system-dev (>= 0.1),
+ libghc-hsopenssl-x509-system-dev (<< 0.2),
+ libghc-hsopenssl-x509-system-prof (>= 0.1),
+ libghc-hsopenssl-x509-system-prof (<< 0.2),
+ libghc-network-dev (>= 2.6),
+ libghc-network-dev (<< 2.7),
+ libghc-network-prof (>= 2.6),
+ libghc-network-prof (<< 2.7),
+ libghc-socks-dev (>= 0.5),
+ libghc-socks-dev (<< 0.6),
+ libghc-socks-prof (>= 0.5),
+ libghc-socks-prof (<< 0.6),
+ libssl-dev,
+Build-Depends-Indep: ghc-doc,
+ libghc-hsopenssl-doc,
+ libghc-hsopenssl-x509-system-doc,
+ libghc-network-doc,
+ libghc-socks-doc,
+Standards-Version: 3.9.8
+Homepage: https://github.com/glguy/irc-core
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-hookup
+Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
+X-Description: abstraction over network connections with SOCKS5 and TLS
+ This package provides an abstraction for communicating with line-oriented
+ network services while abstracting over the use of SOCKS5 and TLS (via OpenSSL)
+
+Package: libghc-hookup-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-hookup-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-hookup-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-hookup/debian/copyright b/p/haskell-hookup/debian/copyright
new file mode 100644
index 0000000..df15784
--- /dev/null
+++ b/p/haskell-hookup/debian/copyright
@@ -0,0 +1,25 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: hookup
+Upstream-Contact: Eric Mertens <emertens at gmail.com>
+Source: https://hackage.haskell.org/package/hookup
+
+Files: *
+Copyright: 2016 Eric Mertens
+License: ISC
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: ISC
+
+License: ISC
+ Permission to use, copy, modify, and/or distribute this software for any purpose
+ with or without fee is hereby granted, provided that the above copyright notice
+ and this permission notice appear in all copies.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
+ FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
+ OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
+ THIS SOFTWARE.
diff --git a/p/haskell-hookup/debian/rules b/p/haskell-hookup/debian/rules
new file mode 100755
index 0000000..27949c8
--- /dev/null
+++ b/p/haskell-hookup/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = hookup
+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-hookup/debian/source/format b/p/haskell-hookup/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/p/haskell-hookup/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-hookup/debian/watch b/p/haskell-hookup/debian/watch
new file mode 100644
index 0000000..2c98bcd
--- /dev/null
+++ b/p/haskell-hookup/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/hookup/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