[DHG_packages] 01/01: add hledger-ui 0.27.3

Clint Adams clint at moszumanska.debian.org
Sun Apr 17 05:40:03 UTC 2016


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch master
in repository DHG_packages.

commit c23909cafa0351050d1f2f36991b75345b02f88b
Author: Clint Adams <clint at debian.org>
Date:   Sun Apr 17 01:37:25 2016 -0400

    add hledger-ui 0.27.3
---
 p/haskell-hledger-ui/debian/changelog              |  5 +++
 p/haskell-hledger-ui/debian/compat                 |  1 +
 p/haskell-hledger-ui/debian/control                | 52 ++++++++++++++++++++++
 p/haskell-hledger-ui/debian/copyright              | 15 +++++++
 p/haskell-hledger-ui/debian/hledger-ui.install     |  1 +
 .../debian/hledger-ui.lintian-overrides            |  1 +
 p/haskell-hledger-ui/debian/rules                  |  9 ++++
 p/haskell-hledger-ui/debian/source/format          |  1 +
 p/haskell-hledger-ui/debian/watch                  |  2 +
 9 files changed, 87 insertions(+)

diff --git a/p/haskell-hledger-ui/debian/changelog b/p/haskell-hledger-ui/debian/changelog
new file mode 100644
index 0000000..3e0d0cc
--- /dev/null
+++ b/p/haskell-hledger-ui/debian/changelog
@@ -0,0 +1,5 @@
+haskell-hledger-ui (0.27.3-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Clint Adams <clint at debian.org>  Sun, 17 Apr 2016 01:24:51 -0400
diff --git a/p/haskell-hledger-ui/debian/compat b/p/haskell-hledger-ui/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/p/haskell-hledger-ui/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-hledger-ui/debian/control b/p/haskell-hledger-ui/debian/control
new file mode 100644
index 0000000..dc9f70b
--- /dev/null
+++ b/p/haskell-hledger-ui/debian/control
@@ -0,0 +1,52 @@
+Source: haskell-hledger-ui
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-hunit-dev,
+ libghc-base-compat-dev (>= 0.8.1),
+ libghc-brick-dev (>= 0.2),
+ libghc-brick-dev (<< 0.5),
+ libghc-cmdargs-dev (>= 0.8),
+ libghc-data-default-dev,
+ libghc-hledger-dev (>= 0.27),
+ libghc-hledger-dev (<< 0.28),
+ libghc-hledger-lib-dev (>= 0.27),
+ libghc-hledger-lib-dev (<< 0.28),
+ libghc-lens-dev (>= 4.12.3),
+ libghc-lens-dev (<< 4.14),
+ libghc-pretty-show-dev (>= 1.6.4),
+ libghc-safe-dev (>= 0.2),
+ libghc-split-dev (>= 0.1),
+ libghc-split-dev (<< 0.3),
+ libghc-vector-dev,
+ libghc-vty-dev (>= 5.2),
+ libghc-vty-dev (<< 5.5),
+Standards-Version: 3.9.7
+Homepage: http://hledger.org
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-hledger-ui
+Vcs-Git: git://git.debian.org/git/pkg-haskell/DHG_packages.git
+X-Description: Curses-style user interface for the hledger accounting tool
+ This is hledger's curses-style interface.
+ It is simpler and more convenient for browsing data than the
+ command-line interface, but lighter and faster than hledger-web.
+
+Package: hledger-ui
+Architecture: any
+Section: utils
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
diff --git a/p/haskell-hledger-ui/debian/copyright b/p/haskell-hledger-ui/debian/copyright
new file mode 100644
index 0000000..70a905a
--- /dev/null
+++ b/p/haskell-hledger-ui/debian/copyright
@@ -0,0 +1,15 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: hledger-ui
+Upstream-Contact: Simon Michael <simon at joyful.com>
+Source: https://hackage.haskell.org/package/hledger-ui
+
+Files: *
+Copyright: 2007-2015 Simon Michael
+License: GPL-3+
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: GPL-3+
+
+License: GPL-3+
+ See /usr/share/common-licenses/GPL-3 on your Debian-based system.
diff --git a/p/haskell-hledger-ui/debian/hledger-ui.install b/p/haskell-hledger-ui/debian/hledger-ui.install
new file mode 100644
index 0000000..a0844c9
--- /dev/null
+++ b/p/haskell-hledger-ui/debian/hledger-ui.install
@@ -0,0 +1 @@
+dist-ghc/build/hledger-ui/hledger-ui usr/bin
diff --git a/p/haskell-hledger-ui/debian/hledger-ui.lintian-overrides b/p/haskell-hledger-ui/debian/hledger-ui.lintian-overrides
new file mode 100644
index 0000000..25d3d4c
--- /dev/null
+++ b/p/haskell-hledger-ui/debian/hledger-ui.lintian-overrides
@@ -0,0 +1 @@
+binary-or-shlib-defines-rpath
diff --git a/p/haskell-hledger-ui/debian/rules b/p/haskell-hledger-ui/debian/rules
new file mode 100755
index 0000000..bf45fb2
--- /dev/null
+++ b/p/haskell-hledger-ui/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = hledger-ui
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
+build/hledger-ui:: build-ghc-stamp
diff --git a/p/haskell-hledger-ui/debian/source/format b/p/haskell-hledger-ui/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/p/haskell-hledger-ui/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-hledger-ui/debian/watch b/p/haskell-hledger-ui/debian/watch
new file mode 100644
index 0000000..80fd2a4
--- /dev/null
+++ b/p/haskell-hledger-ui/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/hledger-ui/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list