[Pkg-haskell-commits] darcs: haskell-hledger-lib: Initial Check-In

clint at debian.org clint at debian.org
Sat May 28 13:07:14 UTC 2011


Sat May 28 13:06:35 UTC 2011  clint at debian.org
  * Initial Check-In
  Ignore-this: cae74e47db4e8c928832c4640e576102

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

Sat May 28 13:06:35 UTC 2011  clint at debian.org
  * Initial Check-In
  Ignore-this: cae74e47db4e8c928832c4640e576102
diff -rN -u old-haskell-hledger-lib//changelog new-haskell-hledger-lib//changelog
--- old-haskell-hledger-lib//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hledger-lib//changelog	2011-05-28 13:07:14.665276064 +0000
@@ -0,0 +1,5 @@
+haskell-hledger-lib (0.14-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Mon, 23 May 2011 17:15:06 -0400
diff -rN -u old-haskell-hledger-lib//compat new-haskell-hledger-lib//compat
--- old-haskell-hledger-lib//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hledger-lib//compat	2011-05-28 13:07:14.669272729 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-hledger-lib//control new-haskell-hledger-lib//control
--- old-haskell-hledger-lib//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hledger-lib//control	2011-05-28 13:07:14.669272729 +0000
@@ -0,0 +1,89 @@
+Source: haskell-hledger-lib
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at 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 -rN -u old-haskell-hledger-lib//copyright new-haskell-hledger-lib//copyright
--- old-haskell-hledger-lib//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hledger-lib//copyright	2011-05-28 13:07:14.669272729 +0000
@@ -0,0 +1,27 @@
+This package was debianized by Clint Adams <clint at 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 at joyful.com>
+
+Copyright: 
+
+    Author: Simon Michael <simon at 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 at berkeley.edu>
+
+and is licensed under the GNU GPL v2 or later.
+
+See `/usr/share/common-licenses/GPL-2'.
diff -rN -u old-haskell-hledger-lib//rules new-haskell-hledger-lib//rules
--- old-haskell-hledger-lib//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hledger-lib//rules	2011-05-28 13:07:14.669272729 +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-hledger-lib//source/format new-haskell-hledger-lib//source/format
--- old-haskell-hledger-lib//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hledger-lib//source/format	2011-05-28 13:07:14.669272729 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-hledger-lib//watch new-haskell-hledger-lib//watch
--- old-haskell-hledger-lib//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hledger-lib//watch	2011-05-28 13:07:14.669272729 +0000
@@ -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)/





More information about the Pkg-haskell-commits mailing list