summaryrefslogtreecommitdiff
path: root/p/haskell-hledger-lib
diff options
context:
space:
mode:
authorclint <clint@debian.org>2011-05-28 17:06:35 +0400
committerclint <clint@debian.org>2011-05-28 17:06:35 +0400
commit011c2e3190088ac347093f767dbe2262b52226ca (patch)
treeb4a5e3bd257d0e8073933527727c2a1e6fa7bd13 /p/haskell-hledger-lib
parent216dca169e3a99fafe7ec4169942a48ef257fde4 (diff)
downloadDHG_packages-011c2e3190088ac347093f767dbe2262b52226ca.tar.gz
haskell-hledger-lib: Initial Check-In
Diffstat (limited to 'p/haskell-hledger-lib')
-rw-r--r--p/haskell-hledger-lib/debian/changelog5
-rw-r--r--p/haskell-hledger-lib/debian/compat1
-rw-r--r--p/haskell-hledger-lib/debian/control89
-rw-r--r--p/haskell-hledger-lib/debian/copyright27
-rwxr-xr-xp/haskell-hledger-lib/debian/rules4
-rw-r--r--p/haskell-hledger-lib/debian/source/format1
-rw-r--r--p/haskell-hledger-lib/debian/watch5
7 files changed, 132 insertions, 0 deletions
diff --git a/p/haskell-hledger-lib/debian/changelog b/p/haskell-hledger-lib/debian/changelog
new file mode 100644
index 000000000..f540551c1
--- /dev/null
+++ b/p/haskell-hledger-lib/debian/changelog
@@ -0,0 +1,5 @@
+haskell-hledger-lib (0.14-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Clint Adams <clint@debian.org> Mon, 23 May 2011 17:15:06 -0400
diff --git a/p/haskell-hledger-lib/debian/compat b/p/haskell-hledger-lib/debian/compat
new file mode 100644
index 000000000..7f8f011eb
--- /dev/null
+++ b/p/haskell-hledger-lib/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/p/haskell-hledger-lib/debian/control b/p/haskell-hledger-lib/debian/control
new file mode 100644
index 000000000..935990c42
--- /dev/null
+++ b/p/haskell-hledger-lib/debian/control
@@ -0,0 +1,89 @@
+Source: haskell-hledger-lib
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Clint Adams <clint@debian.org>
+Build-Depends: debhelper (>= 7)
+ , cdbs
+ , haskell-devscripts (>= 0.8)
+ , ghc
+ , ghc-prof
+ , libghc-hunit-dev
+ , libghc-hunit-prof
+ , libghc-utf8-string-dev
+ , libghc-utf8-string-prof
+ , libghc-split-dev
+ , libghc-split-prof
+ , libghc-safe-dev
+ , libghc-safe-prof
+ , libghc-mtl-dev
+ , libghc-mtl-prof
+ , libghc-parsec3-dev
+ , libghc-parsec3-prof
+ , libghc-regexpr-dev
+ , libghc-regexpr-prof
+Build-Depends-Indep: ghc-doc
+ , libghc-hunit-doc
+ , libghc-utf8-string-doc
+ , libghc-split-doc
+ , libghc-safe-doc
+ , libghc-mtl-doc
+ , libghc-parsec3-doc
+ , libghc-regexpr-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/hledger-lib
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hledger-lib
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hledger-lib
+
+Package: libghc-hledger-lib-dev
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Short description of hledger-lib
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ hledger is a haskell port and friendly fork of John Wiegley's ledger
+ accounting tool. This package provides core data types, parsers and
+ utilities used by the hledger tools. It also aims to be a useful
+ library for building h/ledger-compatible tools or unrelated financial
+ apps in Haskell.
+
+Package: libghc-hledger-lib-prof
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Short description of hledger-lib; 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.
+ .
+ hledger is a haskell port and friendly fork of John Wiegley's ledger
+ accounting tool. This package provides core data types, parsers and
+ utilities used by the hledger tools. It also aims to be a useful
+ library for building h/ledger-compatible tools or unrelated financial
+ apps in Haskell.
+
+Package: libghc-hledger-lib-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Short description of hledger-lib; documentation
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ hledger is a haskell port and friendly fork of John Wiegley's ledger
+ accounting tool. This package provides core data types, parsers and
+ utilities used by the hledger tools. It also aims to be a useful
+ library for building h/ledger-compatible tools or unrelated financial
+ apps in Haskell.
diff --git a/p/haskell-hledger-lib/debian/copyright b/p/haskell-hledger-lib/debian/copyright
new file mode 100644
index 000000000..3c7981b7b
--- /dev/null
+++ b/p/haskell-hledger-lib/debian/copyright
@@ -0,0 +1,27 @@
+This package was debianized by Clint Adams <clint@debian.org> on
+Thu, 26 May 2011 14:19:49 -0000
+
+It was downloaded from
+http://hackage.haskell.org/package/hledger-lib
+
+Upstream Author:
+
+ Simon Michael <simon@joyful.com>
+
+Copyright:
+
+ Author: Simon Michael <simon@joyful.com>
+
+License:
+
+ GNU GPL v3 or later
+
+See `/usr/share/common-licenses/GPL-3'.
+
+The file Hledger/Data/UTF8.hs is
+
+Copyright (C) 2010 John MacFarlane <jgm@berkeley.edu>
+
+and is licensed under the GNU GPL v2 or later.
+
+See `/usr/share/common-licenses/GPL-2'.
diff --git a/p/haskell-hledger-lib/debian/rules b/p/haskell-hledger-lib/debian/rules
new file mode 100755
index 000000000..683e77bcf
--- /dev/null
+++ b/p/haskell-hledger-lib/debian/rules
@@ -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 --git a/p/haskell-hledger-lib/debian/source/format b/p/haskell-hledger-lib/debian/source/format
new file mode 100644
index 000000000..163aaf8d8
--- /dev/null
+++ b/p/haskell-hledger-lib/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-hledger-lib/debian/watch b/p/haskell-hledger-lib/debian/watch
new file mode 100644
index 000000000..ba3170f50
--- /dev/null
+++ b/p/haskell-hledger-lib/debian/watch
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|hledger-lib-$1.tar.gz|" \
+ http://hackage.haskell.org/packages/archive/hledger-lib \
+ ([\d\.]*\d)/