[DHG_packages] 01/13: [NEW PKG] haskell-lambdabot-core

Alexandre Delanoë anoe at moszumanska.debian.org
Sat Aug 22 06:45:02 UTC 2015


This is an automated email from the git hooks/post-receive script.

anoe pushed a commit to branch anoe
in repository DHG_packages.

commit 8b2737af8b230b614c6504aecbe6d7cff4f759b2
Author: Alexandre Delanoë <anoe at debian.org>
Date:   Wed Aug 19 23:30:28 2015 +0200

    [NEW PKG] haskell-lambdabot-core
---
 p/haskell-lambdabot-core/debian/changelog     |   5 ++
 p/haskell-lambdabot-core/debian/compat        |   1 +
 p/haskell-lambdabot-core/debian/control       | 122 ++++++++++++++++++++++++++
 p/haskell-lambdabot-core/debian/copyright     |  36 ++++++++
 p/haskell-lambdabot-core/debian/rules         |   7 ++
 p/haskell-lambdabot-core/debian/source/format |   1 +
 p/haskell-lambdabot-core/debian/watch         |   2 +
 7 files changed, 174 insertions(+)

diff --git a/p/haskell-lambdabot-core/debian/changelog b/p/haskell-lambdabot-core/debian/changelog
new file mode 100644
index 0000000..465f82d
--- /dev/null
+++ b/p/haskell-lambdabot-core/debian/changelog
@@ -0,0 +1,5 @@
+haskell-lambdabot-core (5.0.3-1) UNRELEASED; urgency=low
+
+  * Initial release
+
+ -- Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>  Wed, 19 Aug 2015 20:43:23 +0000
diff --git a/p/haskell-lambdabot-core/debian/compat b/p/haskell-lambdabot-core/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/p/haskell-lambdabot-core/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-lambdabot-core/debian/control b/p/haskell-lambdabot-core/debian/control
new file mode 100644
index 0000000..050173d
--- /dev/null
+++ b/p/haskell-lambdabot-core/debian/control
@@ -0,0 +1,122 @@
+Source: haskell-lambdabot-core
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-http-dev (>= 1:4000),
+ libghc-http-prof,
+ libghc-safesemaphore-dev (>= 0.9),
+ libghc-safesemaphore-prof,
+ libghc-dependent-map-dev (>= 0.1),
+ libghc-dependent-map-dev (<< 0.2),
+ libghc-dependent-map-prof,
+ libghc-dependent-sum-dev (>= 0.2),
+ libghc-dependent-sum-dev (<< 0.3),
+ libghc-dependent-sum-prof,
+ libghc-dependent-sum-template-dev (>= 0.0.0.1),
+ libghc-dependent-sum-template-prof,
+ libghc-edit-distance-dev (>= 0.2),
+ libghc-edit-distance-prof,
+ libghc-hslogger-dev (>= 1.2.1),
+ libghc-hslogger-prof,
+ libghc-lifted-base-dev (>= 0.2),
+ libghc-lifted-base-prof,
+ libghc-monad-control-dev (>= 1.0),
+ libghc-monad-control-prof,
+ libghc-mtl-dev (>= 2),
+ libghc-mtl-prof,
+ libghc-network-dev (>= 2.3.0.13),
+ libghc-network-prof,
+ libghc-parsec3-dev (>= 3),
+ libghc-parsec3-prof (>= 3) | libghc-parsec2-prof (<< 3),
+ libghc-random-dev (>= 1),
+ libghc-random-prof,
+ libghc-random-fu-dev (>= 0.2),
+ libghc-random-fu-prof,
+ libghc-random-source-dev (>= 0.3),
+ libghc-random-source-prof,
+ libghc-regex-tdfa-dev (>= 1.1),
+ libghc-regex-tdfa-prof,
+ libghc-split-dev (>= 0.2),
+ libghc-split-prof,
+ libghc-transformers-base-dev (>= 0.4),
+ libghc-transformers-base-prof,
+ libghc-utf8-string-dev (>= 0.3),
+ libghc-utf8-string-prof,
+ libghc-zlib-dev (>= 0.5),
+ libghc-zlib-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-http-doc,
+ libghc-safesemaphore-doc,
+ libghc-dependent-map-doc,
+ libghc-dependent-sum-doc,
+ libghc-dependent-sum-template-doc,
+ libghc-edit-distance-doc,
+ libghc-hslogger-doc,
+ libghc-lifted-base-doc,
+ libghc-monad-control-doc,
+ libghc-mtl-doc,
+ libghc-network-doc,
+ libghc-parsec3-doc (>= 3) | libghc-parsec2-doc (<< 3),
+ libghc-random-doc,
+ libghc-random-fu-doc,
+ libghc-random-source-doc,
+ libghc-regex-tdfa-doc,
+ libghc-split-doc,
+ libghc-transformers-base-doc,
+ libghc-utf8-string-doc,
+ libghc-zlib-doc,
+Standards-Version: 3.9.6
+Homepage: http://haskell.org/haskellwiki/Lambdabot
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-lambdabot-core
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-lambdabot-core
+X-Description: Lambdabot core functionality
+ Lambdabot is an IRC bot written over several years by
+ those on the #haskell IRC channel.
+ .
+ Manage plugins, network connections, configurations
+ and much more.
+
+Package: libghc-lambdabot-core-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-lambdabot-core-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-lambdabot-core-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-lambdabot-core/debian/copyright b/p/haskell-lambdabot-core/debian/copyright
new file mode 100644
index 0000000..ba241f1
--- /dev/null
+++ b/p/haskell-lambdabot-core/debian/copyright
@@ -0,0 +1,36 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: lambdabot-core
+Upstream-Contact: James Cook <mokus at deepbondi.net>
+Source: https://hackage.haskell.org/package/lambdabot-core
+
+Files: *
+Copyright: James Cook
+License: GPL
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: GPL
+
+License: GPL
+Comment: Copyright (c) 2003 Andrew J. Bromage
+ Portions Copyright (c) 2003 Shae Erisson, Sven M. Hallberg, Taylor Campbell
+ Portions Copyright (c) 2003-2006 Members of the AUTHORS file
+ .
+ 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-lambdabot-core/debian/rules b/p/haskell-lambdabot-core/debian/rules
new file mode 100755
index 0000000..869f146
--- /dev/null
+++ b/p/haskell-lambdabot-core/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = lambdabot-core
+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-lambdabot-core/debian/source/format b/p/haskell-lambdabot-core/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/p/haskell-lambdabot-core/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-lambdabot-core/debian/watch b/p/haskell-lambdabot-core/debian/watch
new file mode 100644
index 0000000..968889f
--- /dev/null
+++ b/p/haskell-lambdabot-core/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/lambdabot-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