summaryrefslogtreecommitdiff
path: root/p/haskell-doctest
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2012-09-08 19:39:31 +0400
committerClint Adams <clint@debian.org>2012-09-08 19:39:31 +0400
commit1fda24d844d55270890c9cfafd2120b38db10c77 (patch)
tree98319500b3ef152ec0444559a6be507d4cd0b897 /p/haskell-doctest
parent1b010b0b7f4dd2a9a999d3e50efc5884103eb6c5 (diff)
downloadDHG_packages-1fda24d844d55270890c9cfafd2120b38db10c77.tar.gz
haskell-doctest: Initial Check-In
Diffstat (limited to 'p/haskell-doctest')
-rw-r--r--p/haskell-doctest/debian/changelog5
-rw-r--r--p/haskell-doctest/debian/compat1
-rw-r--r--p/haskell-doctest/debian/control101
-rw-r--r--p/haskell-doctest/debian/copyright19
-rwxr-xr-xp/haskell-doctest/debian/rules8
-rw-r--r--p/haskell-doctest/debian/source/format1
-rw-r--r--p/haskell-doctest/debian/watch5
7 files changed, 140 insertions, 0 deletions
diff --git a/p/haskell-doctest/debian/changelog b/p/haskell-doctest/debian/changelog
new file mode 100644
index 000000000..1708b0c97
--- /dev/null
+++ b/p/haskell-doctest/debian/changelog
@@ -0,0 +1,5 @@
+haskell-doctest (0.8.0-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Clint Adams <clint@debian.org> Sat, 08 Sep 2012 10:39:12 -0400
diff --git a/p/haskell-doctest/debian/compat b/p/haskell-doctest/debian/compat
new file mode 100644
index 000000000..c7930257d
--- /dev/null
+++ b/p/haskell-doctest/debian/compat
@@ -0,0 +1 @@
+7 \ No newline at end of file
diff --git a/p/haskell-doctest/debian/control b/p/haskell-doctest/debian/control
new file mode 100644
index 000000000..bef029b56
--- /dev/null
+++ b/p/haskell-doctest/debian/control
@@ -0,0 +1,101 @@
+Source: haskell-doctest
+Priority: extra
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Clint Adams <clint@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@typeful.net>
+ Upstream-Maintainer: Simon Hengel <sol@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@typeful.net>
+ Upstream-Maintainer: Simon Hengel <sol@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@typeful.net>
+ Upstream-Maintainer: Simon Hengel <sol@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@typeful.net>
+ Upstream-Maintainer: Simon Hengel <sol@typeful.net>
+ .
+ This package contains the doctest executable.
diff --git a/p/haskell-doctest/debian/copyright b/p/haskell-doctest/debian/copyright
new file mode 100644
index 000000000..0f9865183
--- /dev/null
+++ b/p/haskell-doctest/debian/copyright
@@ -0,0 +1,19 @@
+Copyright (c) 2009-2012 Simon Hengel <sol@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 --git a/p/haskell-doctest/debian/rules b/p/haskell-doctest/debian/rules
new file mode 100755
index 000000000..21501431a
--- /dev/null
+++ b/p/haskell-doctest/debian/rules
@@ -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 --git a/p/haskell-doctest/debian/source/format b/p/haskell-doctest/debian/source/format
new file mode 100644
index 000000000..46ebe0266
--- /dev/null
+++ b/p/haskell-doctest/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt) \ No newline at end of file
diff --git a/p/haskell-doctest/debian/watch b/p/haskell-doctest/debian/watch
new file mode 100644
index 000000000..cd2c7f3ac
--- /dev/null
+++ b/p/haskell-doctest/debian/watch
@@ -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)/