[DHG_packages] 02/05: hledger-ui: Upgrading from 0.27.4 to 0.27.5
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 23:56:56 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch experimental
in repository DHG_packages.
commit 95f164a8b0651b7735577acf4f53b8e91082379b
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 10 15:27:48 2016 -0400
hledger-ui: Upgrading from 0.27.4 to 0.27.5
---
p/haskell-hledger-ui/debian/changelog | 6 ++--
p/haskell-hledger-ui/debian/control | 39 +++++++++++++---------
.../debian/patches/new-metadata-from-hackage | 22 ------------
p/haskell-hledger-ui/debian/patches/newer-vty | 11 ++++++
p/haskell-hledger-ui/debian/patches/series | 2 +-
5 files changed, 38 insertions(+), 42 deletions(-)
diff --git a/p/haskell-hledger-ui/debian/changelog b/p/haskell-hledger-ui/debian/changelog
index 605f41a..9a8a3a1 100644
--- a/p/haskell-hledger-ui/debian/changelog
+++ b/p/haskell-hledger-ui/debian/changelog
@@ -1,8 +1,8 @@
-haskell-hledger-ui (0.27.4-2) UNRELEASED; urgency=medium
+haskell-hledger-ui (0.27.5-1) experimental; urgency=medium
- * Fix VCS fields
+ * New upstream version.
- -- Gianfranco Costamagna <locutusofborg at debian.org> Thu, 02 Jun 2016 19:12:36 +0200
+ -- Clint Adams <clint at debian.org> Mon, 10 Oct 2016 15:27:48 -0400
haskell-hledger-ui (0.27.4-1) unstable; urgency=medium
diff --git a/p/haskell-hledger-ui/debian/control b/p/haskell-hledger-ui/debian/control
index 0fd4332..ec59b75 100644
--- a/p/haskell-hledger-ui/debian/control
+++ b/p/haskell-hledger-ui/debian/control
@@ -1,32 +1,34 @@
Source: haskell-hledger-ui
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>
+Uploaders:
+ Clint Adams <clint at debian.org>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.9),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
- libghc-hunit-dev,
+ haskell-devscripts (>= 0.9),
libghc-base-compat-dev (>= 0.8.1),
- libghc-brick-dev (>= 0.2),
libghc-brick-dev (<< 0.7),
+ libghc-brick-dev (>= 0.2),
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-dev (>= 0.27.1),
libghc-hledger-lib-dev (<< 0.28),
+ libghc-hledger-lib-dev (>= 0.27.1),
+ libghc-hunit-dev,
+ libghc-lens-dev (<< 4.15),
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-split-dev (>= 0.1),
libghc-vector-dev,
- libghc-vty-dev (>= 5.2),
libghc-vty-dev (<< 5.6),
+ libghc-vty-dev (>= 5.2),
Standards-Version: 3.9.8
Homepage: http://hledger.org
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-hledger-ui
@@ -39,13 +41,18 @@ X-Description: Curses-style user interface for the hledger accounting tool
Package: hledger-ui
Architecture: any
Section: utils
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
diff --git a/p/haskell-hledger-ui/debian/patches/new-metadata-from-hackage b/p/haskell-hledger-ui/debian/patches/new-metadata-from-hackage
deleted file mode 100644
index 1de21dd..0000000
--- a/p/haskell-hledger-ui/debian/patches/new-metadata-from-hackage
+++ /dev/null
@@ -1,22 +0,0 @@
-Index: haskell-hledger-ui/hledger-ui.cabal
-===================================================================
---- haskell-hledger-ui.orig/hledger-ui.cabal 2016-05-20 00:38:30.000000000 +0200
-+++ haskell-hledger-ui/hledger-ui.cabal 2016-06-01 11:02:45.604266008 +0200
-@@ -60,7 +60,7 @@
- , hledger-lib >= 0.27 && < 0.28
- , base >= 3 && < 5
- , base-compat >= 0.8.1
-- , brick >= 0.2 && < 0.5
-+ , brick >= 0.2 && < 0.7
- , cmdargs >= 0.8
- , containers
- , data-default
-@@ -71,7 +71,7 @@
- , split >= 0.1 && < 0.3
- , transformers
- , vector
-- , vty >= 5.2 && < 5.5
-+ , vty >= 5.2 && < 5.6
- if impl(ghc >= 7.4)
- build-depends: pretty-show >= 1.6.4
- if flag(old-locale)
diff --git a/p/haskell-hledger-ui/debian/patches/newer-vty b/p/haskell-hledger-ui/debian/patches/newer-vty
new file mode 100644
index 0000000..114e419
--- /dev/null
+++ b/p/haskell-hledger-ui/debian/patches/newer-vty
@@ -0,0 +1,11 @@
+--- a/hledger-ui.cabal
++++ b/hledger-ui.cabal
+@@ -71,7 +71,7 @@ executable hledger-ui
+ , split >= 0.1 && < 0.3
+ , transformers
+ , vector
+- , vty >= 5.2 && < 5.6
++ , vty >= 5.2 && < 5.12
+ if impl(ghc >= 7.4)
+ build-depends: pretty-show >= 1.6.4
+ if flag(old-locale)
diff --git a/p/haskell-hledger-ui/debian/patches/series b/p/haskell-hledger-ui/debian/patches/series
index 0131f75..287fa77 100644
--- a/p/haskell-hledger-ui/debian/patches/series
+++ b/p/haskell-hledger-ui/debian/patches/series
@@ -1 +1 @@
-new-metadata-from-hackage
+newer-vty
--
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