[DHG_packages] 09/13: [NEW PKG] haskell-lambdabot-novelty-plugins

Alexandre Delanoë anoe at moszumanska.debian.org
Sat Aug 22 06:45:03 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 71940da883a59e23971098cd1ccb99e7f11981d1
Author: Alexandre Delanoë <anoe at debian.org>
Date:   Fri Aug 21 15:44:17 2015 +0200

    [NEW PKG] haskell-lambdabot-novelty-plugins
---
 .../debian/changelog                               |  5 ++
 p/haskell-lambdabot-novelty-plugins/debian/compat  |  1 +
 p/haskell-lambdabot-novelty-plugins/debian/control | 99 ++++++++++++++++++++++
 .../debian/copyright                               | 38 +++++++++
 p/haskell-lambdabot-novelty-plugins/debian/rules   |  7 ++
 .../debian/source/format                           |  1 +
 p/haskell-lambdabot-novelty-plugins/debian/watch   |  2 +
 7 files changed, 153 insertions(+)

diff --git a/p/haskell-lambdabot-novelty-plugins/debian/changelog b/p/haskell-lambdabot-novelty-plugins/debian/changelog
new file mode 100644
index 0000000..7fdc859
--- /dev/null
+++ b/p/haskell-lambdabot-novelty-plugins/debian/changelog
@@ -0,0 +1,5 @@
+haskell-lambdabot-novelty-plugins (5.0.3-1) UNRELEASED; urgency=low
+
+  * Initial release
+
+ -- Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>  Thu, 20 Aug 2015 13:51:49 +0200
diff --git a/p/haskell-lambdabot-novelty-plugins/debian/compat b/p/haskell-lambdabot-novelty-plugins/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/p/haskell-lambdabot-novelty-plugins/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-lambdabot-novelty-plugins/debian/control b/p/haskell-lambdabot-novelty-plugins/debian/control
new file mode 100644
index 0000000..02cd2e2
--- /dev/null
+++ b/p/haskell-lambdabot-novelty-plugins/debian/control
@@ -0,0 +1,99 @@
+Source: haskell-lambdabot-novelty-plugins
+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-brainfuck-dev (>= 0.1),
+ libghc-brainfuck-prof,
+ libghc-dice-dev (>= 0.1),
+ libghc-dice-prof,
+ libghc-lambdabot-core-dev (>= 5.0.3),
+ libghc-lambdabot-core-dev (<< 5.1),
+ libghc-lambdabot-core-prof,
+ libghc-misfortune-dev (>= 0.1),
+ libghc-misfortune-prof,
+ libghc-random-fu-dev (>= 0.2),
+ libghc-random-fu-prof,
+ libghc-regex-tdfa-dev (>= 1.1),
+ libghc-regex-tdfa-prof,
+ libghc-unlambda-dev (>= 0.1),
+ libghc-unlambda-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-brainfuck-doc,
+ libghc-dice-doc,
+ libghc-lambdabot-core-doc,
+ libghc-misfortune-doc,
+ libghc-random-fu-doc,
+ libghc-regex-tdfa-doc,
+ libghc-unlambda-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-novelty-plugins
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-lambdabot-novelty-plugins
+X-Description: Novelty plugins for Lambdabot
+ Lambdabot is an IRC bot written over several years by
+ those on the #haskell IRC channel.
+ .
+ Provided plugins:
+ .
+ [bf] Run Brainf*ck code.
+ .
+ [dice] Roll some dice.
+ .
+ [elite] zPEak Gib8erI$|-|.
+ .
+ [filter] More gibberish.
+ .
+ [numberwang] Sorry, that's not Numberwang.
+ .
+ [quote] Parrot profound wisdom.
+ .
+ [slap] Delegate punishment.
+ .
+ [unlambda] Run Unlambda code.
+ .
+ [vixen] Let's chat, honey.
+
+Package: libghc-lambdabot-novelty-plugins-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-novelty-plugins-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-novelty-plugins-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-novelty-plugins/debian/copyright b/p/haskell-lambdabot-novelty-plugins/debian/copyright
new file mode 100644
index 0000000..b4f642c
--- /dev/null
+++ b/p/haskell-lambdabot-novelty-plugins/debian/copyright
@@ -0,0 +1,38 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: lambdabot-novelty-plugins
+Upstream-Contact: James Cook <mokus at deepbondi.net>
+Source: https://hackage.haskell.org/package/lambdabot-novelty-plugins
+
+Files: *
+Copyright: (2003) Andrew J. Bromage, (2003) Shae Erisson, Sven M. Hallberg, Taylor Campbell, (2006) Jason Dagit - http://www.codersbase.com/, (2006) Don Stewart - http://www.cse.unsw.edu.au/~dons, (2004-6) Don Stewart - http://www.cse.unsw.edu.au/~dons
+
+License: GPL
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: GPL
+
+License: GPL
+ 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-novelty-plugins/debian/rules b/p/haskell-lambdabot-novelty-plugins/debian/rules
new file mode 100755
index 0000000..3437601
--- /dev/null
+++ b/p/haskell-lambdabot-novelty-plugins/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = lambdabot-novelty-plugins
+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-novelty-plugins/debian/source/format b/p/haskell-lambdabot-novelty-plugins/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/p/haskell-lambdabot-novelty-plugins/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-lambdabot-novelty-plugins/debian/watch b/p/haskell-lambdabot-novelty-plugins/debian/watch
new file mode 100644
index 0000000..ecaedc8
--- /dev/null
+++ b/p/haskell-lambdabot-novelty-plugins/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/lambdabot-novelty-plugins/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