[DHG_packages] 01/01: Add irc-core 1.1.0.1

Clint Adams clint at moszumanska.debian.org
Thu Jul 16 15:25:43 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 67a065d3c928f64f4f13fd293e5e277da9558bc0
Author: Clint Adams <clint at debian.org>
Date:   Thu Jul 16 11:22:17 2015 -0400

    Add irc-core 1.1.0.1
---
 p/haskell-irc-core/debian/changelog              |   5 +
 p/haskell-irc-core/debian/compat                 |   1 +
 p/haskell-irc-core/debian/control                | 148 +++++++++++++++++++++++
 p/haskell-irc-core/debian/copyright              |  59 +++++++++
 p/haskell-irc-core/debian/glirc.haskell-binaries |   1 +
 p/haskell-irc-core/debian/rules                  |   6 +
 p/haskell-irc-core/debian/source/format          |   1 +
 p/haskell-irc-core/debian/watch                  |   2 +
 8 files changed, 223 insertions(+)

diff --git a/p/haskell-irc-core/debian/changelog b/p/haskell-irc-core/debian/changelog
new file mode 100644
index 0000000..5ce7d00
--- /dev/null
+++ b/p/haskell-irc-core/debian/changelog
@@ -0,0 +1,5 @@
+haskell-irc-core (1.1.0.1-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Thu, 16 Jul 2015 10:32:50 -0400
diff --git a/p/haskell-irc-core/debian/compat b/p/haskell-irc-core/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/p/haskell-irc-core/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-irc-core/debian/control b/p/haskell-irc-core/debian/control
new file mode 100644
index 0000000..10d488a
--- /dev/null
+++ b/p/haskell-irc-core/debian/control
@@ -0,0 +1,148 @@
+Source: haskell-irc-core
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Build-Depends: debhelper (>= 9)
+  , cdbs
+  , haskell-devscripts (>= 0.8.15)
+  , ghc
+  , ghc-prof
+  , libghc-attoparsec-dev (>= 0.12.1.2)
+  , libghc-attoparsec-dev (<< 0.14)
+  , libghc-attoparsec-prof
+  , libghc-base64-bytestring-dev (>= 1.0.0.1)
+  , libghc-base64-bytestring-dev (<< 1.1)
+  , libghc-base64-bytestring-prof
+  , libghc-config-value-dev (>= 0.4)
+  , libghc-config-value-dev (<< 0.5)
+  , libghc-config-value-prof
+  , libghc-connection-dev (>= 0.2.4)
+  , libghc-connection-dev (<< 0.3)
+  , libghc-connection-prof
+  , libghc-data-default-class-dev (>= 0.0.1)
+  , libghc-data-default-class-dev (<< 0.1)
+  , libghc-data-default-class-prof
+  , libghc-free-dev (>= 4.11)
+  , libghc-free-dev (<< 4.13)
+  , libghc-free-prof
+  , libghc-haskell-lexer-dev (>= 1.0)
+  , libghc-haskell-lexer-dev (<< 1.1)
+  , libghc-haskell-lexer-prof
+  , libghc-lens-dev (>= 4.7)
+  , libghc-lens-dev (<< 4.13)
+  , libghc-lens-prof
+  , libghc-network-dev (>= 2.6.0.2)
+  , libghc-network-dev (<< 2.7)
+  , libghc-network-prof
+  , libghc-split-dev (>= 0.2.2)
+  , libghc-split-dev (<< 0.3)
+  , libghc-split-prof
+  , libghc-stm-dev (>= 2.4.4)
+  , libghc-stm-dev (<< 2.5)
+  , libghc-stm-prof
+  , libghc-text-dev (>= 1.2.0.4)
+  , libghc-text-dev (<< 1.3)
+  , libghc-text-prof
+  , libghc-tls-dev (>= 1.2.1.6)
+  , libghc-tls-dev (<< 1.4)
+  , libghc-tls-prof
+  , libghc-vty-dev (>= 5.2.7)
+  , libghc-vty-dev (<< 5.3)
+  , libghc-vty-prof
+  , libghc-x509-dev (>= 1.5.0.1)
+  , libghc-x509-dev (<< 1.7)
+  , libghc-x509-prof
+  , libghc-x509-store-dev (>= 1.5.0)
+  , libghc-x509-store-dev (<< 1.7)
+  , libghc-x509-store-prof
+  , libghc-x509-system-dev (>= 1.5.0)
+  , libghc-x509-system-dev (<< 1.7)
+  , libghc-x509-system-prof
+  , libghc-x509-validation-dev (>= 1.5.1)
+  , libghc-x509-validation-dev (<< 1.7)
+  , libghc-x509-validation-prof
+Build-Depends-Indep: ghc-doc
+  , libghc-attoparsec-doc
+  , libghc-base64-bytestring-doc
+  , libghc-config-value-doc
+  , libghc-connection-doc
+  , libghc-data-default-class-doc
+  , libghc-free-doc
+  , libghc-haskell-lexer-doc
+  , libghc-lens-doc
+  , libghc-network-doc
+  , libghc-split-doc
+  , libghc-stm-doc
+  , libghc-text-doc
+  , libghc-tls-doc
+  , libghc-vty-doc
+  , libghc-x509-doc
+  , libghc-x509-store-doc
+  , libghc-x509-system-doc
+  , libghc-x509-validation-doc
+Standards-Version: 3.9.6
+Homepage: https://hackage.haskell.org/package/irc-core
+Vcs-Git: git://anonscm.debian.org/pkg-haskell/DHG_packages.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
+X-Description: IRC connection library
+ IRC connection library featuring such modules as
+   - Irc.Cmd - Functions for generating IRC protocol message for
+     client-to-server
+   - Irc.Core - Functions for parsing low-level IRC messages into
+     mid-level IRC messages
+   - Irc.Core.Prisms - Prisms for all of the mid-level IRC message
+     constructors
+   - Irc.Format - Functions for parsing and rendering low-level IRC
+     protocol messages
+   - Irc.Message - High-level IRC event messages for client
+     interpretation
+   - Irc.Model - Functions for interpreting mid-level IRC messages to
+     generate high-level event messages and to maintain a consistent
+     view of the connection
+   - Irc.RateLimit - Functions to assist with rate-limiting outgoing
+     client messages
+   - Irc.Time - Internal compatibility module for time-1.4 and
+     time-1.5 interop
+
+Package: libghc-irc-core-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-irc-core-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-irc-core-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}
+
+Package: glirc
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: console-based IRC client
+ glirc is a console IRC client based on the Haskell irc-core library.
diff --git a/p/haskell-irc-core/debian/copyright b/p/haskell-irc-core/debian/copyright
new file mode 100644
index 0000000..f5d7951
--- /dev/null
+++ b/p/haskell-irc-core/debian/copyright
@@ -0,0 +1,59 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: irc-core
+Upstream-Contact: Eric Mertens <emertens at gmail.com>
+Source: https://hackage.haskell.org/package/irc-core
+
+Files: *
+Copyright: 2015 Eric Mertens
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: 2015 Clint Adams
+License: Expat
+
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+     * Redistributions of source code must retain the above copyright
+       notice, this list of conditions and the following disclaimer.
+ .
+     * Redistributions in binary form must reproduce the above
+       copyright notice, this list of conditions and the following
+       disclaimer in the documentation and/or other materials provided
+       with the distribution.
+ .
+     * Neither the name of Eric Mertens nor the names of other
+       contributors may be used to endorse or promote products derived
+       from this software without specific prior written permission.
+ .
+  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+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-irc-core/debian/glirc.haskell-binaries b/p/haskell-irc-core/debian/glirc.haskell-binaries
new file mode 100644
index 0000000..ae8bcef
--- /dev/null
+++ b/p/haskell-irc-core/debian/glirc.haskell-binaries
@@ -0,0 +1 @@
+glirc
diff --git a/p/haskell-irc-core/debian/rules b/p/haskell-irc-core/debian/rules
new file mode 100755
index 0000000..d730346
--- /dev/null
+++ b/p/haskell-irc-core/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-irc-core/debian/source/format b/p/haskell-irc-core/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/p/haskell-irc-core/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-irc-core/debian/watch b/p/haskell-irc-core/debian/watch
new file mode 100644
index 0000000..160c327
--- /dev/null
+++ b/p/haskell-irc-core/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/irc-core/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