[Pkg-haskell-commits] darcs: haskell-erf: Initial version.

Marco Túlio Gontijo e Silva marcot at debian.org
Fri May 21 18:16:02 UTC 2010


Fri May 21 16:00:59 UTC 2010  Marco T[_\c3_][_\ba_]lio Gontijo e Silva <marcot at debian.org>
  * Initial version.
  Ignore-this: de0dce37511db9260b72dab6a9abc114

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

Fri May 21 16:00:59 UTC 2010  Marco Túlio Gontijo e Silva <marcot at debian.org>
  * Initial version.
  Ignore-this: de0dce37511db9260b72dab6a9abc114
diff -rN -u old-haskell-erf/changelog new-haskell-erf/changelog
--- old-haskell-erf/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-erf/changelog	2010-05-21 18:16:02.860371203 +0000
@@ -0,0 +1,5 @@
+haskell-erf (1.0.0.0-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #582529)
+
+ -- Marco Túlio Gontijo e Silva <marcot at debian.org>  Fri, 21 May 2010 12:55:32 -0300
diff -rN -u old-haskell-erf/compat new-haskell-erf/compat
--- old-haskell-erf/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-erf/compat	2010-05-21 18:16:02.856370992 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-erf/control new-haskell-erf/control
--- old-haskell-erf/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-erf/control	2010-05-21 18:16:02.856370992 +0000
@@ -0,0 +1,60 @@
+Source: haskell-erf
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Marco Túlio Gontijo e Silva <marcot at debian.org>
+Build-Depends: debhelper (>= 7)
+  , cdbs
+  , haskell-devscripts (>= 0.7)
+  , ghc6
+  , ghc6-prof
+Build-Depends-Indep: ghc6-doc
+Standards-Version: 3.8.4
+Homepage: http://hackage.haskell.org/package/erf
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-erf
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-erf
+
+Package: libghc6-erf-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Short description of erf
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ A type class for the error function, erf, and related functions. Instances for
+ Float and Double.
+
+Package: libghc6-erf-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Short description of erf; profiling libraries
+ This package provides a library for the Haskell programming language,
+ compiled for profiling.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ A type class for the error function, erf, and related functions. Instances for
+ Float and Double.
+
+Package: libghc6-erf-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Short description of erf; documentation
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ A type class for the error function, erf, and related functions. Instances for
+ Float and Double.
diff -rN -u old-haskell-erf/copyright new-haskell-erf/copyright
--- old-haskell-erf/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-erf/copyright	2010-05-21 18:16:02.856370992 +0000
@@ -0,0 +1,9 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Name: erf
+Maintainer: Lennart Augustsson
+Source: http://hackage.haskell.org/packages/archive/erf/1.0.0.0/erf-1.0.0.0.tar.gz
+
+Copyright: 2009, Lennart Augustsson
+License: BSD
+ On Debian GNU/Linux systems, the complete text of the BSD license may be found
+ in /usr/share/common-licenses/BSD.
diff -rN -u old-haskell-erf/rules new-haskell-erf/rules
--- old-haskell-erf/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-erf/rules	2010-05-21 18:16:02.856370992 +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-erf/source/format new-haskell-erf/source/format
--- old-haskell-erf/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-erf/source/format	2010-05-21 18:16:02.856370992 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-erf/watch new-haskell-erf/watch
--- old-haskell-erf/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-erf/watch	2010-05-21 18:16:02.856370992 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|erf-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/erf \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list