debian/0000755000000000000000000000000012147763151007175 5ustar debian/watch0000644000000000000000000000035412036250214010214 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|hledger-interest-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/hledger-interest \ ([\d\.]*\d)/ debian/control0000644000000000000000000000260412147763141010601 0ustar Source: haskell-hledger-interest Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Clint Adams Build-Depends: haskell-devscripts (>= 0.8.13) , ghc , libghc-hledger-lib-dev (>> 0.20) , libghc-mtl-dev Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/hledger-interest Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hledger-interest Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hledger-interest Package: hledger-interest Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: interest computing for (h)ledger hledger-interest is a small command-line utility based on Simon Michael's hledger library. Its purpose is to compute interest for a given ledger account. Using command line flags, the program can be configured to use various schemes for day-counting, such as act/act, 30/360, 30E/360, and 30/360isda. Furthermore, it supports a (small) number of interest schemes, i.e. annual interest with a fixed rate and the scheme mandated by the German BGB288 (Basiszins für Verbrauchergeschäfte). Extending support for other schemes is fairly easy, but currently requires changes to the source code. debian/rules0000755000000000000000000000350612036250213010244 0ustar #!/usr/bin/make -f INSTALL = install INSTALL_FILE = $(INSTALL) -p -o root -g root -m 644 INSTALL_PROGRAM = $(INSTALL) -p -o root -g root -m 755 INSTALL_SCRIPT = $(INSTALL) -p -o root -g root -m 755 INSTALL_DIR = $(INSTALL) -p -d -o root -g root -m 755 package=hledger-interest clean: $(checkdir) rm -f debian/hlibrary.setup stamp-configure build-arch rm -rf debian/$(package) build: build-arch build-indep build-indep: build-arch: stamp-configure debian/hlibrary.setup $(checkdir) debian/hlibrary.setup build touch build-arch stamp-configure: debian/hlibrary.setup $(checkdir) debian/hlibrary.setup configure --prefix=/usr touch stamp-configure binary: binary-arch binary-indep: checkroot build binary-arch: checkroot build debian/hlibrary.setup $(checkdir) debian/hlibrary.setup copy --destdir=$(CURDIR)/debian/$(package) rm -rf debian/$(package)/usr/share/doc/$(package)-* cd debian/$(package) && $(INSTALL_DIR) \ usr/bin \ usr/share/doc/$(package) \ DEBIAN $(INSTALL_FILE) debian/copyright debian/$(package)/usr/share/doc/$(package)/copyright $(INSTALL_FILE) debian/changelog debian/$(package)/usr/share/doc/$(package)/changelog.Debian gzip -9f debian/$(package)/usr/share/doc/$(package)/changelog.Debian dpkg-shlibdeps -Tdebian/substvars -dDepends debian/$(package)/usr/bin/* dpkg-gencontrol -ldebian/changelog -isp -p$(package) -Tdebian/substvars -Pdebian/$(package) cd debian/$(package) && find * -type f ! -regex '^DEBIAN/.*' -print0 | xargs -r0 md5sum > DEBIAN/md5sums chown -R root:root debian/$(package) chmod -R go=rX debian/$(package) dpkg --build debian/$(package) .. debian/hlibrary.setup: ghc --make Setup.hs -o $@ define checkdir test -f debian/rules endef checkroot: $(checkdir) test root = "`whoami`" .PHONY: binary binary-arch binary-indep clean checkroot build debian/changelog0000644000000000000000000000273512147763151011056 0ustar haskell-hledger-interest (1.4.3-1) unstable; urgency=low * Enable compat level 9 * New upstream release -- Joachim Breitner Sat, 25 May 2013 00:15:05 +0200 haskell-hledger-interest (1.4.2-1) experimental; urgency=low * New upstream release -- Joachim Breitner Sun, 02 Dec 2012 22:01:16 +0100 haskell-hledger-interest (1.4.1-2) experimental; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this packages is built against experimental * Bump standards version, no change -- Joachim Breitner Thu, 18 Oct 2012 10:25:34 +0200 haskell-hledger-interest (1.4.1-1) unstable; urgency=low * New upstream version. * Switch Vcs headers to darcs.debian.org. -- Clint Adams Tue, 05 Jun 2012 01:36:39 -0400 haskell-hledger-interest (1.4-1) unstable; urgency=low * New upstream version. * Bump to Standards-Version 3.9.3. -- Clint Adams Sat, 19 May 2012 13:44:54 -0400 haskell-hledger-interest (1.3-2) unstable; urgency=low * Build on architectures without runhaskell. closes: #642590. -- Clint Adams Sun, 25 Sep 2011 14:59:47 -0400 haskell-hledger-interest (1.3-1) unstable; urgency=low * New upstream version. -- Clint Adams Mon, 05 Sep 2011 12:49:35 -0400 haskell-hledger-interest (1.2-1) unstable; urgency=low * Initial release. -- Clint Adams Mon, 22 Aug 2011 11:38:17 -0400 debian/source/0000755000000000000000000000000012036250213010460 5ustar debian/source/format0000644000000000000000000000001412036250213011666 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212147616214010370 0ustar 9 debian/copyright0000644000000000000000000000333312036250213011115 0ustar This package was debianized by Clint Adams on Mon, 22 Aug 2011 15:38:17 -0000 It was downloaded from http://hackage.haskell.org/package/hledger-interest Upstream Author: Peter Simons Copyright: 2011 Peter Simons License: Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of Peter Simons nor the names of other contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/hledger.dirs0000644000000000000000000000002212036250213011447 0ustar usr/bin usr/share