[Pkg-haskell-commits] darcs: haskell-doctest: Initial Check-In

Clint Adams clint at debian.org
Sat Sep 8 15:38:27 UTC 2012


Sat Sep  8 15:39:31 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: a6301b9eb7301f84989fd364e9d34fba

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

Sat Sep  8 15:39:31 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: a6301b9eb7301f84989fd364e9d34fba
diff -rN -u old-haskell-doctest//changelog new-haskell-doctest//changelog
--- old-haskell-doctest//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-doctest//changelog	2012-09-08 15:38:27.180822189 +0000
@@ -0,0 +1,6 @@
+haskell-doctest (0.8.0-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Sat, 08 Sep 2012 10:39:12 -0400
+
diff -rN -u old-haskell-doctest//compat new-haskell-doctest//compat
--- old-haskell-doctest//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-doctest//compat	2012-09-08 15:38:27.184822168 +0000
@@ -0,0 +1 @@
+7
\ No newline at end of file
diff -rN -u old-haskell-doctest//control new-haskell-doctest//control
--- old-haskell-doctest//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-doctest//control	2012-09-08 15:38:27.184822168 +0000
@@ -0,0 +1,101 @@
+Source: haskell-doctest
+Priority: extra
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Build-Depends: debhelper (>= 7.0)
+             , haskell-devscripts (>= 0.8)
+             , cdbs
+             , ghc (<< 7.6)
+             , ghc-prof
+             , libghc-ghc-paths-dev (>> 0.1)
+             , libghc-ghc-paths-dev (<< 0.2)
+             , libghc-ghc-paths-prof
+             , libghc-syb-dev
+             , libghc-syb-prof
+             , libghc-transformers-dev
+             , libghc-transformers-prof
+Build-Depends-Indep: ghc-doc
+                   , libghc-ghc-paths-doc
+                   , libghc-syb-doc
+                   , libghc-transformers-doc
+Standards-Version: 3.9.3
+Homepage: https://github.com/sol/doctest-haskell
+
+Package: libghc-doctest-dev
+Architecture: any
+Depends: ${shlibs:Depends}
+         , ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: test interactive Haskell examples
+ The doctest program checks examples in source code comments.
+ It is modeled after doctest for Python
+ (<http://docs.python.org/library/doctest.html>).
+ .
+ Documentation is at
+ <https://github.com/sol/doctest-haskell#readme>.
+ .
+  Author: Simon Hengel <sol at typeful.net>
+  Upstream-Maintainer: Simon Hengel <sol at typeful.net>
+ .
+ This package contains the normal library files.
+
+Package: libghc-doctest-prof
+Architecture: any
+Depends: ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: test interactive Haskell examples; profiling libraries
+ The doctest program checks examples in source code comments.
+ It is modeled after doctest for Python
+ (<http://docs.python.org/library/doctest.html>).
+ .
+ Documentation is at
+ <https://github.com/sol/doctest-haskell#readme>.
+ .
+  Author: Simon Hengel <sol at typeful.net>
+  Upstream-Maintainer: Simon Hengel <sol at typeful.net>
+ .
+ This package contains the libraries compiled with profiling enabled.
+
+Package: libghc-doctest-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: test interactive Haskell examples; documentation
+ The doctest program checks examples in source code comments.
+ It is modeled after doctest for Python
+ (<http://docs.python.org/library/doctest.html>).
+ .
+ Documentation is at
+ <https://github.com/sol/doctest-haskell#readme>.
+ .
+  Author: Simon Hengel <sol at typeful.net>
+  Upstream-Maintainer: Simon Hengel <sol at typeful.net>
+ .
+ This package contains the documentation files.
+
+Package: doctest
+Architecture: any
+Section: devel
+Depends: ${shlibs:Depends}, ${haskell:Depends}, ${misc:Depends}
+Description: test interactive Haskell examples; executable
+ The doctest program checks examples in source code comments.
+ It is modeled after doctest for Python
+ (<http://docs.python.org/library/doctest.html>).
+ .
+ Documentation is at
+ <https://github.com/sol/doctest-haskell#readme>.
+ .
+  Author: Simon Hengel <sol at typeful.net>
+  Upstream-Maintainer: Simon Hengel <sol at typeful.net>
+ .
+ This package contains the doctest executable.
diff -rN -u old-haskell-doctest//copyright new-haskell-doctest//copyright
--- old-haskell-doctest//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-doctest//copyright	2012-09-08 15:38:27.184822168 +0000
@@ -0,0 +1,19 @@
+Copyright (c) 2009-2012 Simon Hengel <sol at typeful.net>
+
+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 -rN -u old-haskell-doctest//rules new-haskell-doctest//rules
--- old-haskell-doctest//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-doctest//rules	2012-09-08 15:38:27.184822168 +0000
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
+build/doctest:: build-ghc-stamp
+binary-fixup/doctest::
+	install -m 755 -s -D dist-ghc/build/doctest/doctest debian/doctest/usr/bin/doctest || true
diff -rN -u old-haskell-doctest//source/format new-haskell-doctest//source/format
--- old-haskell-doctest//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-doctest//source/format	2012-09-08 15:38:27.188822077 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
\ No newline at end of file
diff -rN -u old-haskell-doctest//watch new-haskell-doctest//watch
--- old-haskell-doctest//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-doctest//watch	2012-09-08 15:38:27.188822077 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|doctest-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/doctest \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list