[DHG_packages] 10/13: [NEW PKG] haskell-lambdabot (final)

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 2e7616edf94cdf95b1114c0b65ce904fb54c1d8b
Author: Alexandre Delanoë <anoe at debian.org>
Date:   Fri Aug 21 17:18:53 2015 +0200

    [NEW PKG] haskell-lambdabot (final)
---
 p/haskell-lambdabot/debian/changelog               |  5 +++
 p/haskell-lambdabot/debian/compat                  |  1 +
 p/haskell-lambdabot/debian/control                 | 47 ++++++++++++++++++++++
 p/haskell-lambdabot/debian/copyright               | 37 +++++++++++++++++
 .../debian/haskell-lambdabot-utils.install         |  8 ++++
 p/haskell-lambdabot/debian/rules                   |  9 +++++
 p/haskell-lambdabot/debian/source/format           |  1 +
 p/haskell-lambdabot/debian/watch                   |  2 +
 8 files changed, 110 insertions(+)

diff --git a/p/haskell-lambdabot/debian/changelog b/p/haskell-lambdabot/debian/changelog
new file mode 100644
index 0000000..a59c863
--- /dev/null
+++ b/p/haskell-lambdabot/debian/changelog
@@ -0,0 +1,5 @@
+haskell-lambdabot (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:54:27 +0200
diff --git a/p/haskell-lambdabot/debian/compat b/p/haskell-lambdabot/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/p/haskell-lambdabot/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-lambdabot/debian/control b/p/haskell-lambdabot/debian/control
new file mode 100644
index 0000000..28bf72a
--- /dev/null
+++ b/p/haskell-lambdabot/debian/control
@@ -0,0 +1,47 @@
+Source: haskell-lambdabot
+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-lambdabot-core-dev (>= 5.0.3),
+ libghc-lambdabot-core-dev (<< 5.1),
+ libghc-lambdabot-haskell-plugins-dev (>= 5.0.3),
+ libghc-lambdabot-haskell-plugins-dev (<< 5.1),
+ libghc-lambdabot-irc-plugins-dev (>= 5.0.3),
+ libghc-lambdabot-irc-plugins-dev (<< 5.1),
+ libghc-lambdabot-misc-plugins-dev (>= 5.0.1),
+ libghc-lambdabot-misc-plugins-dev (<< 5.1),
+ libghc-lambdabot-novelty-plugins-dev (>= 5.0.3),
+ libghc-lambdabot-novelty-plugins-dev (<< 5.1),
+ libghc-lambdabot-reference-plugins-dev (>= 5.0.3),
+ libghc-lambdabot-reference-plugins-dev (<< 5.1),
+ libghc-lambdabot-social-plugins-dev (>= 5.0.1),
+ libghc-lambdabot-social-plugins-dev (<< 5.1),
+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
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-lambdabot
+X-Description: Lambdabot is a development tool and advanced IRC bot
+ Lambdabot is an IRC bot written over several years by
+ those on the #haskell IRC channel.
+ .
+ It operates as a command line tool, embedded in an editor,
+ embedded in GHCi, via internet relay chat and on the web.
+
+Package: haskell-lambdabot-utils
+Architecture: any
+Section: misc
+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}
diff --git a/p/haskell-lambdabot/debian/copyright b/p/haskell-lambdabot/debian/copyright
new file mode 100644
index 0000000..a9a5984
--- /dev/null
+++ b/p/haskell-lambdabot/debian/copyright
@@ -0,0 +1,37 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: lambdabot
+Upstream-Contact: James Cook <mokus at deepbondi.net>
+Source: https://hackage.haskell.org/package/lambdabot
+
+Files: *
+Copyright: (2003) Andrew J. Bromage, (2003) Shae Erisson, Sven M. Hallberg, Taylor Campbell
+
+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/debian/haskell-lambdabot-utils.install b/p/haskell-lambdabot/debian/haskell-lambdabot-utils.install
new file mode 100644
index 0000000..6179d19
--- /dev/null
+++ b/p/haskell-lambdabot/debian/haskell-lambdabot-utils.install
@@ -0,0 +1,8 @@
+./State/Pristine.hs.706 usr/share/lambdabot/State
+./State/Pristine.hs.708 usr/share/lambdabot/State
+./State/Pristine.hs.default usr/share/lambdabot/State
+./State/haddock usr/share/lambdabot/State
+./State/source usr/share/lambdabot/State
+./State/vixen usr/share/lambdabot/State
+./scripts/online.rc usr/share/lambdabot/scripts
+dist-ghc/build/lambdabot/lambdabot usr/bin
diff --git a/p/haskell-lambdabot/debian/rules b/p/haskell-lambdabot/debian/rules
new file mode 100755
index 0000000..825f498
--- /dev/null
+++ b/p/haskell-lambdabot/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = lambdabot
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
+build/haskell-lambdabot-utils:: build-ghc-stamp
diff --git a/p/haskell-lambdabot/debian/source/format b/p/haskell-lambdabot/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/p/haskell-lambdabot/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-lambdabot/debian/watch b/p/haskell-lambdabot/debian/watch
new file mode 100644
index 0000000..0c54e80
--- /dev/null
+++ b/p/haskell-lambdabot/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/lambdabot/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