[Pkg-haskell-commits] darcs: haskell-hledger: Move from collab-maint git to DHG darcs.
clint at debian.org
clint at debian.org
Mon Jan 2 16:28:56 UTC 2012
Mon Jan 2 16:28:36 UTC 2012 clint at debian.org
* Move from collab-maint git to DHG darcs.
Ignore-this: f184b3d7d86810fc57b4afc53b2d7a01
A ./changelog
A ./compat
A ./control
A ./copyright
A ./hledger.dirs
A ./patches/
A ./patches/newer-cmdargs.diff
A ./patches/nonthreaded-runtime.diff
A ./patches/series
A ./rules
A ./source/
A ./source/format
A ./watch
Mon Jan 2 16:28:36 UTC 2012 clint at debian.org
* Move from collab-maint git to DHG darcs.
Ignore-this: f184b3d7d86810fc57b4afc53b2d7a01
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 2012-01-02 16:28:55.930673486 +0000
@@ -0,0 +1,43 @@
+haskell-hledger (0.16.1-3) unstable; urgency=low
+
+ * Fix threaded flag in cabal file. closes: #654258.
+ * Move to DHG Darcs repo.
+
+ -- Clint Adams <clint at debian.org> 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 <clint at debian.org> Thu, 27 Oct 2011 21:32:25 -0400
+
+haskell-hledger (0.16.1-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Clint Adams <clint at debian.org> 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 <clint at debian.org> Sat, 01 Oct 2011 13:35:44 -0400
+
+haskell-hledger (0.15.2-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Clint Adams <clint at debian.org> Sun, 18 Sep 2011 09:01:26 -0400
+
+haskell-hledger (0.15.1-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Clint Adams <clint at debian.org> Sat, 03 Sep 2011 11:01:42 -0400
+
+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 2012-01-02 16:28:55.930673486 +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 2012-01-02 16:28:55.934679572 +0000
@@ -0,0 +1,145 @@
+Source: haskell-hledger
+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-cmdargs-dev (>> 0.8)
+ , libghc-cmdargs-dev (<< 0.9)
+ , libghc-cmdargs-prof
+ , libghc-containers-dev
+ , libghc-containers-prof
+ , libghc-csv-dev
+ , libghc-csv-prof
+ , libghc-haskeline-dev (>> 0.6)
+ , libghc-haskeline-dev (<< 0.7)
+ , libghc-haskeline-prof
+ , libghc-hledger-lib-dev (>> 0.16.1)
+ , libghc-hledger-lib-dev (<< 0.16.2)
+ , libghc-hledger-lib-prof
+ , libghc-hunit-dev
+ , libghc-hunit-prof
+ , libghc-regexpr-dev (>> 0.5.1)
+ , libghc-regexpr-prof
+ , libghc-safe-dev (>> 0.2)
+ , libghc-safe-prof
+ , libghc-split-dev (>> 0.1)
+ , libghc-split-dev (<< 0.2)
+ , libghc-split-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-containers-doc
+ , libghc-csv-doc
+ , libghc-haskeline-doc
+ , libghc-hledger-lib-doc
+ , libghc-hunit-doc
+ , libghc-regexpr-doc
+ , libghc-safe-doc
+ , libghc-split-doc
+ , libghc-utf8-string-doc
+Standards-Version: 3.9.2
+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
+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 2012-01-02 16:28:55.934679572 +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 2012-01-02 16:28:55.934679572 +0000
@@ -0,0 +1,2 @@
+usr/bin
+usr/share
diff -rN -u old-haskell-hledger//patches/newer-cmdargs.diff new-haskell-hledger//patches/newer-cmdargs.diff
--- old-haskell-hledger//patches/newer-cmdargs.diff 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hledger//patches/newer-cmdargs.diff 2012-01-02 16:28:55.938680202 +0000
@@ -0,0 +1,11 @@
+--- a/hledger.cabal
++++ b/hledger.cabal
+@@ -64,7 +64,7 @@
+ hledger-lib == 0.16.1
+ ,base >= 3 && < 5
+ ,containers
+- ,cmdargs >= 0.8 && < 0.9
++ ,cmdargs >= 0.8 && < 0.10
+ ,csv
+ ,directory
+ ,filepath
diff -rN -u old-haskell-hledger//patches/nonthreaded-runtime.diff new-haskell-hledger//patches/nonthreaded-runtime.diff
--- old-haskell-hledger//patches/nonthreaded-runtime.diff 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hledger//patches/nonthreaded-runtime.diff 2012-01-02 16:28:55.938680202 +0000
@@ -0,0 +1,26 @@
+--- a/hledger.cabal
++++ b/hledger.cabal
+@@ -35,6 +35,10 @@
+ type: darcs
+ location: http://joyful.com/repos/hledger
+
++flag threaded
++ Description: Build with support for multithreaded execution
++ Default: True
++
+ library
+ -- XXX should set patchlevel here as in Makefile
+ cpp-options: -DPATCHLEVEL=0
+@@ -104,8 +108,10 @@
+ Hledger.Cli.Stats
+ -- XXX should set patchlevel here as in Makefile
+ cpp-options: -DPATCHLEVEL=0
+- ghc-options: -threaded -W
+- -- should be the same as above
++ ghc-options: -W
++ if flag(threaded)
++ ghc-options: -threaded
++ -- should be the same as above
+ build-depends:
+ hledger-lib == 0.16.1
+ ,base >= 3 && < 5
diff -rN -u old-haskell-hledger//patches/series new-haskell-hledger//patches/series
--- old-haskell-hledger//patches/series 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hledger//patches/series 2012-01-02 16:28:55.938680202 +0000
@@ -0,0 +1,2 @@
+nonthreaded-runtime.diff
+newer-cmdargs.diff
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 2012-01-02 16:28:55.938680202 +0000
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+DEB_SETUP_GHC_CONFIGURE_ARGS := $(shell test -e /usr/lib/ghc-$(GHC_VERSION)/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
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 2012-01-02 16:28:55.938680202 +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 2012-01-02 16:28:55.942674547 +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