[DHG_packages] 44/101: Initial packaging of dice-0.1

Joachim Breitner nomeata at moszumanska.debian.org
Sun Aug 16 14:06:04 UTC 2015


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

nomeata pushed a commit to branch st3
in repository DHG_packages.

commit 871252f716a6aed9674fded98ab2a7829dc067ca
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sat Aug 15 17:45:40 2015 +0000

    Initial packaging of dice-0.1
---
 p/haskell-dice/debian/changelog     |  5 +++
 p/haskell-dice/debian/compat        |  1 +
 p/haskell-dice/debian/control       | 63 +++++++++++++++++++++++++++++++++++++
 p/haskell-dice/debian/copyright     | 12 +++++++
 p/haskell-dice/debian/rules         |  7 +++++
 p/haskell-dice/debian/source/format |  1 +
 p/haskell-dice/debian/watch         |  2 ++
 7 files changed, 91 insertions(+)

diff --git a/p/haskell-dice/debian/changelog b/p/haskell-dice/debian/changelog
new file mode 100644
index 0000000..4986ecf
--- /dev/null
+++ b/p/haskell-dice/debian/changelog
@@ -0,0 +1,5 @@
+haskell-dice (0.1-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Joachim Breitner <nomeata at debian.org>  Sat, 15 Aug 2015 17:45:40 +0000
diff --git a/p/haskell-dice/debian/compat b/p/haskell-dice/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/p/haskell-dice/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-dice/debian/control b/p/haskell-dice/debian/control
new file mode 100644
index 0000000..cdfdc42
--- /dev/null
+++ b/p/haskell-dice/debian/control
@@ -0,0 +1,63 @@
+Source: haskell-dice
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Joachim Breitner <nomeata at debian.org>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-parsec3-dev,
+ libghc-parsec3-prof,
+ libghc-random-fu-dev,
+ libghc-random-fu-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-parsec3-doc,
+ libghc-random-fu-doc,
+Standards-Version: 3.9.6
+Homepage: http://hackage.haskell.org/package/dice
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-dice
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-dice
+X-Description: Simplistic D&D style dice-rolling system.
+ Simplistic D&D style dice-rolling system.
+
+Package: libghc-dice-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-dice-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-dice-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-dice/debian/copyright b/p/haskell-dice/debian/copyright
new file mode 100644
index 0000000..ce46d5e
--- /dev/null
+++ b/p/haskell-dice/debian/copyright
@@ -0,0 +1,12 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: dice
+Upstream-Contact: James Cook <mokus at deepbondi.net>
+Source: https://hackage.haskell.org/package/dice
+
+Files: *
+Copyright: James Cook <mokus at deepbondi.net>
+License: public-domain
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: public-domain
diff --git a/p/haskell-dice/debian/rules b/p/haskell-dice/debian/rules
new file mode 100755
index 0000000..5fbe611
--- /dev/null
+++ b/p/haskell-dice/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = dice
+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-dice/debian/source/format b/p/haskell-dice/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/p/haskell-dice/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-dice/debian/watch b/p/haskell-dice/debian/watch
new file mode 100644
index 0000000..eef1f1d
--- /dev/null
+++ b/p/haskell-dice/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/dice/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