[DHG_packages] 01/01: Add werewolf

Clint Adams clint at moszumanska.debian.org
Mon Apr 4 00:22:25 UTC 2016


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

clint pushed a commit to branch master
in repository DHG_packages.

commit 98630d2468e219a02643856c05bd895bc7479419
Author: Clint Adams <clint at debian.org>
Date:   Sun Apr 3 20:20:26 2016 -0400

    Add werewolf
---
 p/haskell-werewolf/debian/changelog                |   5 +
 p/haskell-werewolf/debian/compat                   |   1 +
 p/haskell-werewolf/debian/control                  | 105 +++++++++++++++++++++
 p/haskell-werewolf/debian/copyright                |  38 ++++++++
 p/haskell-werewolf/debian/rules                    |  10 ++
 p/haskell-werewolf/debian/source/format            |   1 +
 p/haskell-werewolf/debian/watch                    |   2 +
 p/haskell-werewolf/debian/werewolf.install         |   1 +
 .../debian/werewolf.lintian-overrides              |   1 +
 9 files changed, 164 insertions(+)

diff --git a/p/haskell-werewolf/debian/changelog b/p/haskell-werewolf/debian/changelog
new file mode 100644
index 0000000..e94cbfb
--- /dev/null
+++ b/p/haskell-werewolf/debian/changelog
@@ -0,0 +1,5 @@
+haskell-werewolf (0.5.1.0-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Sun, 03 Apr 2016 19:47:43 -0400
diff --git a/p/haskell-werewolf/debian/compat b/p/haskell-werewolf/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/p/haskell-werewolf/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-werewolf/debian/control b/p/haskell-werewolf/debian/control
new file mode 100644
index 0000000..5ac9e02
--- /dev/null
+++ b/p/haskell-werewolf/debian/control
@@ -0,0 +1,105 @@
+Source: haskell-werewolf
+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 (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-aeson-dev (>= 0.8),
+ libghc-aeson-dev (<< 0.12),
+ libghc-aeson-prof,
+ libghc-extra-dev (>= 1.4),
+ libghc-extra-dev (<< 1.5),
+ libghc-extra-prof,
+ libghc-lens-dev (>= 4.12),
+ libghc-lens-dev (<< 4.14),
+ libghc-lens-prof,
+ libghc-mtl-dev (>= 2.2),
+ libghc-mtl-dev (<< 2.3),
+ libghc-mtl-prof,
+ libghc-text-dev (>= 1.2),
+ libghc-text-dev (<< 1.3),
+ libghc-text-prof,
+ libghc-monadrandom-dev (>= 0.4),
+ libghc-monadrandom-dev (<< 0.5),
+ libghc-optparse-applicative-dev (>= 0.11),
+ libghc-optparse-applicative-dev (<< 0.13),
+ libghc-random-shuffle-dev,
+ libghc-quickcheck2-dev (>= 2.8),
+ libghc-quickcheck2-dev (<< 2.9),
+ libghc-tasty-dev (>= 0.10),
+ libghc-tasty-dev (<< 0.12),
+ libghc-tasty-quickcheck-dev (>= 0.8),
+ libghc-tasty-quickcheck-dev (<< 0.9),
+Build-Depends-Indep: ghc-doc,
+ libghc-aeson-doc,
+ libghc-extra-doc,
+ libghc-lens-doc,
+ libghc-mtl-doc,
+ libghc-text-doc,
+Standards-Version: 3.9.7
+Homepage: https://github.com/hjwylde/werewolf
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-werewolf
+Vcs-Git: git://git.debian.org/git/pkg-haskell/DHG_packages.git
+X-Description: game engine for playing werewolf within a chat client
+ A game engine for playing werewolf within a chat client.
+ This engine is based off of the party game Mafia, also known as
+ Werewolf.
+
+Package: libghc-werewolf-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-werewolf-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-werewolf-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}
+
+Package: werewolf
+Architecture: any
+Section: games
+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}
diff --git a/p/haskell-werewolf/debian/copyright b/p/haskell-werewolf/debian/copyright
new file mode 100644
index 0000000..8b8eaa9
--- /dev/null
+++ b/p/haskell-werewolf/debian/copyright
@@ -0,0 +1,38 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: werewolf
+Upstream-Contact: public at hjwylde.com
+Source: https://hackage.haskell.org/package/werewolf
+
+Files: *
+Copyright: 2016 Henry J. Wylde
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD-3-clause
+
+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 werewolf nor werewolf's 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 HOLDER 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.
diff --git a/p/haskell-werewolf/debian/rules b/p/haskell-werewolf/debian/rules
new file mode 100755
index 0000000..56aeeb0
--- /dev/null
+++ b/p/haskell-werewolf/debian/rules
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+DEB_CABAL_PACKAGE = werewolf
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
+build/haskell-werewolf-utils:: build-ghc-stamp
diff --git a/p/haskell-werewolf/debian/source/format b/p/haskell-werewolf/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/p/haskell-werewolf/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-werewolf/debian/watch b/p/haskell-werewolf/debian/watch
new file mode 100644
index 0000000..45d914c
--- /dev/null
+++ b/p/haskell-werewolf/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/werewolf/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
diff --git a/p/haskell-werewolf/debian/werewolf.install b/p/haskell-werewolf/debian/werewolf.install
new file mode 100644
index 0000000..739ea3a
--- /dev/null
+++ b/p/haskell-werewolf/debian/werewolf.install
@@ -0,0 +1 @@
+dist-ghc/build/werewolf/werewolf usr/games
diff --git a/p/haskell-werewolf/debian/werewolf.lintian-overrides b/p/haskell-werewolf/debian/werewolf.lintian-overrides
new file mode 100644
index 0000000..25d3d4c
--- /dev/null
+++ b/p/haskell-werewolf/debian/werewolf.lintian-overrides
@@ -0,0 +1 @@
+binary-or-shlib-defines-rpath

-- 
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