[Pkg-haskell-commits] darcs: haskell-mueval: Initial check-in

Joachim Breitner mail at joachim-breitner.de
Mon Jun 24 14:34:13 UTC 2013


Mon Jun 24 14:34:01 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./rules
    A ./source/
    A ./source/format
    A ./watch

Mon Jun 24 14:34:01 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in
diff -rN -u old-haskell-mueval/changelog new-haskell-mueval/changelog
--- old-haskell-mueval/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-mueval/changelog	2013-06-24 14:34:13.667268340 +0000
@@ -0,0 +1,5 @@
+haskell-mueval (0.9-1) UNRELEASED; urgency=low
+
+  * Initial release. 
+
+ -- Joachim Breitner <nomeata at debian.org>  Thu, 01 Jan 1970 00:00:00 +0000
diff -rN -u old-haskell-mueval/compat new-haskell-mueval/compat
--- old-haskell-mueval/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-mueval/compat	2013-06-24 14:34:13.667268340 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-mueval/control new-haskell-mueval/control
--- old-haskell-mueval/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-mueval/control	2013-06-24 14:34:13.669542899 +0000
@@ -0,0 +1,75 @@
+Source: haskell-mueval
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Joachim Breitner <nomeata at debian.org>
+Build-Depends: debhelper (>= 9)
+  , cdbs
+  , haskell-devscripts (>= 0.8.15)
+  , ghc
+  , ghc-prof
+  , libghc-mtl-dev (>= 2)
+  , libghc-mtl-prof
+  , libghc-hint-dev (>= 0.3.1)
+  , libghc-hint-prof
+  , libghc-show-dev (>= 0.3)
+  , libghc-show-prof
+  , libghc-utf8-string-dev
+  , libghc-utf8-string-prof
+  , libghc-simple-reflect-dev
+  , libghc-simple-reflect-prof
+Build-Depends-Indep: ghc-doc
+  , libghc-mtl-doc
+  , libghc-hint-doc
+  , libghc-show-doc
+  , libghc-utf8-string-doc
+  , libghc-simple-reflect-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/mueval
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-mueval
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-mueval
+X-Description: Safely evaluate pure Haskell expressions
+ Mueval is a Haskell interpreter. It uses the GHC API to evaluate arbitrary
+ Haskell expressions.  Importantly, mueval takes many precautions to defang and
+ avoid "evil" code.  It uses resource limits, whitelisted modules and Safe
+ Haskell, special Show instances for IO, threads, processes, and changes of
+ directory to sandbox the Haskell code.
+ .
+ It is, in short, intended to be a standalone version of Lambdabot's famous
+ evaluation functionality.
+
+Package: libghc-mueval-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-mueval-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-mueval-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 -rN -u old-haskell-mueval/copyright new-haskell-mueval/copyright
--- old-haskell-mueval/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-mueval/copyright	2013-06-24 14:34:13.669542899 +0000
@@ -0,0 +1,38 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: mueval
+Upstream-Contact: Gwern <gwern0 at gmail.com>
+Source: http://hackage.haskell.org/package/mueval
+
+Files: *
+Copyright: Gwern <gwern0 at gmail.com> and contributors
+License: mueval license
+
+License: mueval license
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ .
+ 2. 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.
+ .
+ 3. Neither the name of the author nor the names of his contributors
+    may be used to endorse or promote products derived from this software
+    without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``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 AUTHORS 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 -rN -u old-haskell-mueval/rules new-haskell-mueval/rules
--- old-haskell-mueval/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-mueval/rules	2013-06-24 14:34:13.669542899 +0000
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-mueval/source/format new-haskell-mueval/source/format
--- old-haskell-mueval/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-mueval/source/format	2013-06-24 14:34:13.669542899 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-mueval/watch new-haskell-mueval/watch
--- old-haskell-mueval/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-mueval/watch	2013-06-24 14:34:13.669542899 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|mueval-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/mueval \
+    ([\d\.]*\d)/




More information about the Pkg-haskell-commits mailing list