summaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authordxld <dxld@darkboxed.org>2014-10-29 23:19:50 +0300
committerdxld <dxld@darkboxed.org>2014-10-29 23:19:50 +0300
commita1a89c64edd36835408ba2ea378cfa1d3a23f097 (patch)
tree99d1752b1ac537b15e610b050804257c36fba59a /p
parent47934519af59dc78c26a5248cc22ceaf079ce97b (diff)
downloadDHG_packages-a1a89c64edd36835408ba2ea378cfa1d3a23f097.tar.gz
haskell-monad-journal: Initial Check-In
Diffstat (limited to 'p')
-rw-r--r--p/haskell-monad-journal/debian/changelog5
-rw-r--r--p/haskell-monad-journal/debian/compat1
-rw-r--r--p/haskell-monad-journal/debian/control69
-rw-r--r--p/haskell-monad-journal/debian/copyright59
-rwxr-xr-xp/haskell-monad-journal/debian/rules6
-rw-r--r--p/haskell-monad-journal/debian/source/format1
-rw-r--r--p/haskell-monad-journal/debian/watch2
7 files changed, 143 insertions, 0 deletions
diff --git a/p/haskell-monad-journal/debian/changelog b/p/haskell-monad-journal/debian/changelog
new file mode 100644
index 000000000..90818870a
--- /dev/null
+++ b/p/haskell-monad-journal/debian/changelog
@@ -0,0 +1,5 @@
+haskell-monad-journal (0.5-1) UNRELEASED; urgency=low
+
+ * Initial release.
+
+ -- Daniel Gröber <dxld@darkboxed.org> Mon, 28 Oct 2014 16:20:02 +0100
diff --git a/p/haskell-monad-journal/debian/compat b/p/haskell-monad-journal/debian/compat
new file mode 100644
index 000000000..ec635144f
--- /dev/null
+++ b/p/haskell-monad-journal/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-monad-journal/debian/control b/p/haskell-monad-journal/debian/control
new file mode 100644
index 000000000..9b8e39deb
--- /dev/null
+++ b/p/haskell-monad-journal/debian/control
@@ -0,0 +1,69 @@
+Source: haskell-monad-journal
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Daniel Gröber <dxld@darkboxed.org>
+Build-Depends: debhelper (>= 9)
+ , cdbs
+ , haskell-devscripts (>= 0.8.15)
+ , ghc
+ , ghc-prof
+ , libghc-mtl-dev (>=2.1)
+ , libghc-transformers-dev (>= 0.3)
+ , libghc-either-dev (>= 4.1)
+ , libghc-monad-control-dev (>= 0.3)
+ , libghc-transformers-base-dev (>= 0.4)
+ , libghc-mtl-prof
+ , libghc-transformers-prof
+ , libghc-either-prof
+ , libghc-monad-control-prof
+ , libghc-transformers-base-prof
+Build-Depends-Indep: ghc-doc
+ , libghc-mtl-doc
+ , libghc-either-doc
+ , libghc-monad-control-doc
+ , libghc-transformers-base-doc
+Standards-Version: 3.9.5
+Homepage: http://hackage.haskell.org/package/monad-journal
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-monad-journal
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-monad-journal
+X-Description: Pure logger typeclass and monad transformer
+ This package provides a typeclass for logging in pure code, or more generally,
+ in any kind of context. You can do whatever you want with logs, especially get
+ them, clear them or even sink them through 'IO' if you're logging in MonadIO.
+
+Package: libghc-monad-journal-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-monad-journal-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-monad-journal-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-monad-journal/debian/copyright b/p/haskell-monad-journal/debian/copyright
new file mode 100644
index 000000000..bcc7ef57c
--- /dev/null
+++ b/p/haskell-monad-journal/debian/copyright
@@ -0,0 +1,59 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: monad-journal
+Upstream-Contact: Dimitri Sabadie <dimitri.sabadie@gmail.com>
+Source: http://hackage.haskell.org/package/monad-journal
+
+Files: *
+Copyright: 2014 Dimitri Sabadie
+License:
+ Copyright (c) 2014, Dimitri Sabadie
+ .
+ All rights reserved.
+ .
+ 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 Dimitri Sabadie nor the names of other
+ 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
+ OWNER 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.
+
+Files: debian/*
+Copyright: 2014 Daniel Gröber <dxld@darkboxed.org>
+License: GPL-3.0+
+
+License: GPL-3.0+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
diff --git a/p/haskell-monad-journal/debian/rules b/p/haskell-monad-journal/debian/rules
new file mode 100755
index 000000000..d730346e0
--- /dev/null
+++ b/p/haskell-monad-journal/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-monad-journal/debian/source/format b/p/haskell-monad-journal/debian/source/format
new file mode 100644
index 000000000..163aaf8d8
--- /dev/null
+++ b/p/haskell-monad-journal/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-monad-journal/debian/watch b/p/haskell-monad-journal/debian/watch
new file mode 100644
index 000000000..1db6d22f7
--- /dev/null
+++ b/p/haskell-monad-journal/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/monad-journal/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))