[Pkg-haskell-commits] darcs: haskell-hledger: Initial Check-In
clint at debian.org
clint at debian.org
Tue May 31 21:34:38 UTC 2011
Tue May 31 21:33:36 UTC 2011 clint at debian.org
* Initial Check-In
Ignore-this: 21da2d31fe22d56eb773b192354bf912
A ./changelog
A ./compat
A ./control
A ./copyright
A ./hledger.dirs
A ./rules
A ./source/
A ./source/format
A ./watch
Tue May 31 21:33:36 UTC 2011 clint at debian.org
* Initial Check-In
Ignore-this: 21da2d31fe22d56eb773b192354bf912
diff -rN -u old-haskell-hledger//changelog new-haskell-hledger//changelog
--- old-haskell-hledger//changelog 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hledger//changelog 2011-05-31 21:34:38.780274618 +0000
@@ -0,0 +1,5 @@
+haskell-hledger (0.14-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Clint Adams <clint at debian.org> Sat, 28 May 2011 14:57:59 -0400
diff -rN -u old-haskell-hledger//compat new-haskell-hledger//compat
--- old-haskell-hledger//compat 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hledger//compat 2011-05-31 21:34:38.780274618 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-hledger//control new-haskell-hledger//control
--- old-haskell-hledger//control 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hledger//control 2011-05-31 21:34:38.780274618 +0000
@@ -0,0 +1,121 @@
+Source: haskell-hledger
+Section: haskell
+Priority: extra
+Maintainer: Clint Adams <clint at debian.org>
+Build-Depends: debhelper (>= 7)
+ , cdbs
+ , haskell-devscripts (>= 0.8)
+ , ghc
+ , ghc-prof
+ , libghc-hledger-lib-dev
+ , libghc-hledger-lib-prof
+ , libghc-hunit-dev
+ , libghc-hunit-prof
+ , libghc-haskeline-dev
+ , libghc-haskeline-prof
+ , libghc-csv-dev
+ , libghc-csv-prof
+Build-Depends-Indep: ghc-doc
+ , libghc-hledger-lib-doc
+ , libghc-hunit-doc
+ , libghc-haskeline-doc
+ , libghc-csv-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/hledger
+Vcs-Git: git://git.debian.org/collab-maint/haskell-hledger.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/haskell-hledger.git;a=summary
+
+Package: hledger
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: command-line double-entry accounting program
+ 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 the main hledger command-line
+ tool; see the other hledger-* packages for web and curses interfaces
+ and chart generation. hledger aims to be a reliable, practical
+ financial reporting tool for day-to-day use, and also a useful
+ library for building financial apps in haskell. Given a plain text
+ file describing transactions, of money or any other commodity,
+ .
+ hledger will print the chart of accounts, account balances, or
+ transactions you're interested in. It can also help you add
+ transactions to the journal file, or convert CSV data from your bank.
+
+Package: libghc-hledger-dev
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: CLI libraries for hledger
+ 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 the main hledger command-line
+ tool; see the other hledger-* packages for web and curses interfaces
+ and chart generation. hledger aims to be a reliable, practical
+ financial reporting tool for day-to-day use, and also a useful
+ library for building financial apps in haskell. Given a plain text
+ file describing transactions, of money or any other commodity,
+ .
+ hledger will print the chart of accounts, account balances, or
+ transactions you're interested in. It can also help you add
+ transactions to the journal file, or convert CSV data from your bank.
+
+Package: libghc-hledger-prof
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: CLI libraries for hledger; 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 the main hledger command-line
+ tool; see the other hledger-* packages for web and curses interfaces
+ and chart generation. hledger aims to be a reliable, practical
+ financial reporting tool for day-to-day use, and also a useful
+ library for building financial apps in haskell. Given a plain text
+ file describing transactions, of money or any other commodity,
+ .
+ hledger will print the chart of accounts, account balances, or
+ transactions you're interested in. It can also help you add
+ transactions to the journal file, or convert CSV data from your bank.
+
+Package: libghc-hledger-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: CLI libraries for hledger; 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 the main hledger command-line
+ tool; see the other hledger-* packages for web and curses interfaces
+ and chart generation. hledger aims to be a reliable, practical
+ financial reporting tool for day-to-day use, and also a useful
+ library for building financial apps in haskell. Given a plain text
+ file describing transactions, of money or any other commodity,
+ .
+ hledger will print the chart of accounts, account balances, or
+ transactions you're interested in. It can also help you add
+ transactions to the journal file, or convert CSV data from your bank.
diff -rN -u old-haskell-hledger//copyright new-haskell-hledger//copyright
--- old-haskell-hledger//copyright 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hledger//copyright 2011-05-31 21:34:38.780274618 +0000
@@ -0,0 +1,19 @@
+This package was debianized by Clint Adams <clint at debian.org> on
+Sat, 28 May 2011 18:57:59 -0000
+
+It was downloaded from
+http://hackage.haskell.org/package/hledger
+
+Upstream Author:
+
+ Simon Michael <simon at joyful.com>
+
+Copyright:
+
+ 2007-2011 Simon Michael <simon at joyful.com>
+
+License:
+
+ GNU GPL v3 or later
+
+See `/usr/share/common-licenses/GPL-3'.
diff -rN -u old-haskell-hledger//hledger.dirs new-haskell-hledger//hledger.dirs
--- old-haskell-hledger//hledger.dirs 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hledger//hledger.dirs 2011-05-31 21:34:38.780274618 +0000
@@ -0,0 +1,2 @@
+usr/bin
+usr/share
diff -rN -u old-haskell-hledger//rules new-haskell-hledger//rules
--- old-haskell-hledger//rules 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hledger//rules 2011-05-31 21:34:38.784274562 +0000
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
+install/hledger:: debian/tmp-inst-ghc
+ cp -av debian/tmp-inst-ghc/usr/bin/* debian/hledger/usr/bin
diff -rN -u old-haskell-hledger//source/format new-haskell-hledger//source/format
--- old-haskell-hledger//source/format 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hledger//source/format 2011-05-31 21:34:38.784274562 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-hledger//watch new-haskell-hledger//watch
--- old-haskell-hledger//watch 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hledger//watch 2011-05-31 21:34:38.784274562 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|hledger-$1.tar.gz|" \
+ http://hackage.haskell.org/packages/archive/hledger \
+ ([\d\.]*\d)/
More information about the Pkg-haskell-commits
mailing list