[DHG_packages] 01/01: mockery: 0.3.2

Clint Adams clint at moszumanska.debian.org
Mon Aug 10 15:35:54 UTC 2015


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

clint pushed a commit to branch master
in repository DHG_packages.

commit d146ae8ea93456252a325478e0fc39e5fc474035
Author: Clint Adams <clint at gcfm.net>
Date:   Mon Aug 10 17:35:06 2015 +0200

    mockery: 0.3.2
---
 p/haskell-mockery/debian/changelog     |  5 +++
 p/haskell-mockery/debian/compat        |  1 +
 p/haskell-mockery/debian/control       | 61 ++++++++++++++++++++++++++++++++++
 p/haskell-mockery/debian/copyright     | 31 +++++++++++++++++
 p/haskell-mockery/debian/rules         |  6 ++++
 p/haskell-mockery/debian/source/format |  1 +
 p/haskell-mockery/debian/watch         |  2 ++
 7 files changed, 107 insertions(+)

diff --git a/p/haskell-mockery/debian/changelog b/p/haskell-mockery/debian/changelog
new file mode 100644
index 0000000..ef53d6f
--- /dev/null
+++ b/p/haskell-mockery/debian/changelog
@@ -0,0 +1,5 @@
+haskell-mockery (0.3.2-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Mon, 10 Aug 2015 15:58:44 +0200
diff --git a/p/haskell-mockery/debian/compat b/p/haskell-mockery/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/p/haskell-mockery/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-mockery/debian/control b/p/haskell-mockery/debian/control
new file mode 100644
index 0000000..496e649
--- /dev/null
+++ b/p/haskell-mockery/debian/control
@@ -0,0 +1,61 @@
+Source: haskell-mockery
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Build-Depends: debhelper (>= 9)
+  , cdbs
+  , haskell-devscripts (>= 0.8.15)
+  , ghc
+  , ghc-prof
+  , libghc-logging-facade-dev
+  , libghc-logging-facade-prof
+  , libghc-temporary-dev
+  , libghc-temporary-prof
+  , libghc-hspec-dev (>= 2)
+  , libghc-hspec-dev (<< 3)
+Build-Depends-Indep: ghc-doc
+  , libghc-logging-facade-doc
+  , libghc-temporary-doc
+Standards-Version: 3.9.6
+Homepage: http://hackage.haskell.org/package/mockery
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-mockery
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-mockery
+X-Description: support functions for automated testing
+ support functions for automated testing
+
+Package: libghc-mockery-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-mockery-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-mockery-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
diff --git a/p/haskell-mockery/debian/copyright b/p/haskell-mockery/debian/copyright
new file mode 100644
index 0000000..126a563
--- /dev/null
+++ b/p/haskell-mockery/debian/copyright
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: mockery
+Upstream-Contact: Simon Hengel <sol at typeful.net>
+Source: http://hackage.haskell.org/package/mockery
+
+Files: *
+Copyright: 2015 Simon Hengel
+License: Expat
+
+Files: debian/*
+Copyright: 2015 Clint Adams
+License: Expat
+
+License: Expat
+ 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-mockery/debian/rules b/p/haskell-mockery/debian/rules
new file mode 100755
index 0000000..01f1aaf
--- /dev/null
+++ b/p/haskell-mockery/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff --git a/p/haskell-mockery/debian/source/format b/p/haskell-mockery/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/p/haskell-mockery/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-mockery/debian/watch b/p/haskell-mockery/debian/watch
new file mode 100644
index 0000000..d1c5acc
--- /dev/null
+++ b/p/haskell-mockery/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/mockery/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