debian/0000755000000000000000000000000012257617447007205 5ustar debian/watch0000644000000000000000000000017512257616770010237 0ustar version=3 http://hackage.haskell.org/package/hledger/distro-monitor .*-([0-9\.]+).(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) debian/control0000644000000000000000000001315312257617335010607 0ustar Source: haskell-hledger Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Clint Adams Build-Depends: debhelper (>= 9) , cdbs , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof , ghc-ghci , libghc-cmdargs-dev (>> 0.10) , libghc-cmdargs-dev (<< 0.11) , libghc-cmdargs-prof , libghc-data-pprint-dev (>= 0.2.1) , libghc-data-pprint-dev (<< 0.3) , libghc-data-pprint-prof , libghc-haskeline-dev (>> 0.6) , libghc-haskeline-dev (<< 0.8) , libghc-haskeline-prof , libghc-hledger-lib-dev (>= 0.22) , libghc-hledger-lib-dev (<< 0.22-999) , libghc-hledger-lib-prof , libghc-hunit-dev , libghc-hunit-prof , libghc-mtl-dev , libghc-mtl-prof , libghc-parsec3-dev , libghc-parsec3-prof , libghc-regexpr-dev (>> 0.5.1) , libghc-regexpr-prof , libghc-safe-dev (>> 0.2) , libghc-safe-prof , libghc-shakespeare-text-dev (>> 1.0) , libghc-shakespeare-text-dev (<< 1.1) , libghc-shakespeare-text-prof , libghc-split-dev (>> 0.1) , libghc-split-dev (<< 0.3) , libghc-split-prof , libghc-tabular-dev (>= 0.2) , libghc-tabular-dev (<< 0.3) , libghc-tabular-prof , libghc-text-dev (>> 0.11) , libghc-text-dev (<< 1.1) , libghc-text-prof , libghc-utf8-string-dev (>> 0.3.5) , libghc-utf8-string-dev (<< 0.4) , libghc-utf8-string-prof Build-Depends-Indep: ghc-doc , libghc-cmdargs-doc , libghc-data-pprint-doc , libghc-haskeline-doc , libghc-hledger-lib-doc , libghc-hunit-doc , libghc-mtl-doc , libghc-parsec3-doc , libghc-regexpr-doc , libghc-safe-doc , libghc-tabular-doc , libghc-shakespeare-text-doc , libghc-split-doc , libghc-text-doc , libghc-utf8-string-doc Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/hledger Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hledger Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hledger Package: hledger Architecture: any Section: utils Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: command-line double-entry accounting program 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${haskell:ShortBlurb} 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. . ${haskell:Blurb} 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${haskell:ShortBlurb} 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. . ${haskell:Blurb} Package: libghc-hledger-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: CLI libraries for hledger${haskell:ShortBlurb} 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. . ${haskell:Blurb} debian/rules0000755000000000000000000000047112257616770010265 0ustar #!/usr/bin/make -f DEB_SETUP_GHC_CONFIGURE_ARGS := $(shell test -e /usr/lib/ghc/libHSrts_thr.a || echo --flags=-threaded) 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 debian/hledger.dirs0000644000000000000000000000002212257616770011472 0ustar usr/bin usr/share debian/changelog0000644000000000000000000000701112257617016011046 0ustar haskell-hledger (0.22-1) unstable; urgency=medium [ Joachim Breitner ] * Adjust watch file to new hackage layout * Fix path to test whether -threaded is supported by GHC [ Clint Adams ] * New upstream version. -- Clint Adams Sat, 28 Dec 2013 13:52:46 -0500 haskell-hledger (0.21.3-1) unstable; urgency=low * New upstream version. -- Clint Adams Sat, 03 Aug 2013 12:49:23 -0400 haskell-hledger (0.20-3) unstable; urgency=low * Move Haskell blurb to the end of the description, reduces the impact of #708703 -- Joachim Breitner Sat, 25 May 2013 23:52:23 +0200 haskell-hledger (0.20-2) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:50:54 +0200 haskell-hledger (0.20-1) experimental; urgency=low * New upstream version. -- Clint Adams Wed, 01 May 2013 17:35:37 -0400 haskell-hledger (0.19.3-1) experimental; urgency=low * New upstream version. -- Clint Adams Sun, 25 Nov 2012 21:46:02 -0500 haskell-hledger (0.19-1) experimental; urgency=low [ Joachim Breitner ] * Depend on haskell-devscripts 0.8.13 to ensure this package is built against experimental * Bump standards version, no change [ Clint Adams ] * New upstream version. -- Clint Adams Mon, 29 Oct 2012 12:30:04 -0400 haskell-hledger (0.18.1-1) unstable; urgency=low * New upstream version. -- Clint Adams Sat, 30 Jun 2012 06:28:22 -0400 haskell-hledger (0.18-1) unstable; urgency=low * New upstream version. * Change hledger to section 'utils', and fix long description. closes: #663568. -- Clint Adams Tue, 29 May 2012 20:08:49 -0400 haskell-hledger (0.17-2) unstable; urgency=low * Patch to build without TH. -- Clint Adams Fri, 02 Mar 2012 10:53:55 -0500 haskell-hledger (0.17-1) unstable; urgency=low * New upstream version. - Drop non-threaded runtime patch (merged upstream). - Drop newer cmdargs patch (merged upstream). * Bump to Standards-Version 3.9.3. -- Clint Adams Fri, 02 Mar 2012 10:25:40 -0500 haskell-hledger (0.16.1-4) unstable; urgency=low * Fix to work with cmdargs 0.9. -- Clint Adams Wed, 04 Jan 2012 14:05:41 -0500 haskell-hledger (0.16.1-3) unstable; urgency=low * Fix threaded flag in cabal file. closes: #654258. * Move to DHG Darcs repo. -- Clint Adams Mon, 02 Jan 2012 11:16:55 -0500 haskell-hledger (0.16.1-2) unstable; urgency=low * Only build threaded on architectures that can support it. -- Clint Adams Thu, 27 Oct 2011 21:32:25 -0400 haskell-hledger (0.16.1-1) unstable; urgency=low * New upstream version. -- Clint Adams Sat, 08 Oct 2011 20:11:20 -0400 haskell-hledger (0.16-1) unstable; urgency=low * New upstream version. * Change maintainer to Debian Haskell Group. -- Clint Adams Sat, 01 Oct 2011 13:35:44 -0400 haskell-hledger (0.15.2-1) unstable; urgency=low * New upstream version. -- Clint Adams Sun, 18 Sep 2011 09:01:26 -0400 haskell-hledger (0.15.1-1) unstable; urgency=low * New upstream version. -- Clint Adams Sat, 03 Sep 2011 11:01:42 -0400 haskell-hledger (0.14-1) unstable; urgency=low * Initial release. -- Clint Adams Sat, 28 May 2011 14:57:59 -0400 debian/compat0000644000000000000000000000000212257616767010407 0ustar 9 debian/copyright0000644000000000000000000000054512257616770011142 0ustar This package was debianized by Clint Adams on Sat, 28 May 2011 18:57:59 -0000 It was downloaded from http://hackage.haskell.org/package/hledger Upstream Author: Simon Michael Copyright: 2007-2011 Simon Michael License: GNU GPL v3 or later See `/usr/share/common-licenses/GPL-3'. debian/patches/0000755000000000000000000000000012257616770010632 5ustar debian/source/0000755000000000000000000000000012257616770010503 5ustar debian/source/format0000644000000000000000000000001412257616770011711 0ustar 3.0 (quilt)