[DHG_packages] 01/01: hledger-ui: Upload to unstable

Ilias Tsitsimpis iliastsi-guest at moszumanska.debian.org
Sat Nov 4 19:42:22 UTC 2017


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

iliastsi-guest pushed a commit to annotated tag haskell-hledger-ui_v1.2-1
in repository DHG_packages.

commit 24861a3b60a721cd73d11971dee938bb2ceaf778
Author: Ilias Tsitsimpis <iliastsi at debian.org>
Date:   Sat Nov 4 21:24:50 2017 +0200

    hledger-ui: Upload to unstable
---
 p/haskell-hledger-ui/debian/changelog              |  3 ++-
 p/haskell-hledger-ui/debian/control                |  6 ++---
 .../debian/patches/new-metadata-from-hackage       | 26 +++++++++++++---------
 3 files changed, 21 insertions(+), 14 deletions(-)

diff --git a/p/haskell-hledger-ui/debian/changelog b/p/haskell-hledger-ui/debian/changelog
index 54510c0..edf2a62 100644
--- a/p/haskell-hledger-ui/debian/changelog
+++ b/p/haskell-hledger-ui/debian/changelog
@@ -9,8 +9,9 @@ haskell-hledger-ui (1.2-1) unstable; urgency=medium
   * Use the HTTPS form of the copyright-format URL
   * Modify d/watch and Source field in d/copyright to use HTTPS
   * Declare compliance with Debian policy 4.1.1
+  * Update new-metadata-from-hackage patch to work with newer version
 
- -- Sean Whitton <spwhitton at spwhitton.name>  Sun, 03 Sep 2017 13:48:12 -0700
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sat, 04 Nov 2017 21:24:40 +0200
 
 haskell-hledger-ui (1.1.2-2) unstable; urgency=medium
 
diff --git a/p/haskell-hledger-ui/debian/control b/p/haskell-hledger-ui/debian/control
index 38a158e..bf169d5 100644
--- a/p/haskell-hledger-ui/debian/control
+++ b/p/haskell-hledger-ui/debian/control
@@ -16,7 +16,7 @@ Build-Depends:
  libghc-async-dev,
  libghc-base-compat-dev (>= 0.8.1),
  libghc-brick-dev (>= 0.12),
- libghc-brick-dev (<< 0.18),
+ libghc-brick-dev (<< 0.19),
  libghc-cmdargs-dev (>= 0.8),
  libghc-data-default-dev,
  libghc-fsnotify-dev (>= 0.2),
@@ -26,7 +26,7 @@ Build-Depends:
  libghc-hledger-lib-dev (>= 1.2),
  libghc-hledger-lib-dev (<< 1.3),
  libghc-megaparsec-dev (>= 5.0),
- libghc-megaparsec-dev (<< 5.3),
+ libghc-megaparsec-dev (<< 5.4),
  libghc-microlens-dev (>= 0.4),
  libghc-microlens-dev (<< 0.5),
  libghc-microlens-platform-dev (>= 0.2.3.1),
@@ -41,7 +41,7 @@ Build-Depends:
  libghc-text-zipper-dev (<< 0.11),
  libghc-vector-dev,
  libghc-vty-dev (>= 5.5),
- libghc-vty-dev (<< 5.16),
+ libghc-vty-dev (<< 5.17),
 Standards-Version: 4.1.1
 Homepage: http://hledger.org
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-hledger-ui
diff --git a/p/haskell-hledger-ui/debian/patches/new-metadata-from-hackage b/p/haskell-hledger-ui/debian/patches/new-metadata-from-hackage
index 7e55787..6c17cea 100644
--- a/p/haskell-hledger-ui/debian/patches/new-metadata-from-hackage
+++ b/p/haskell-hledger-ui/debian/patches/new-metadata-from-hackage
@@ -1,18 +1,24 @@
+Index: b/hledger-ui.cabal
+===================================================================
 --- a/hledger-ui.cabal
 +++ b/hledger-ui.cabal
-@@ -72,13 +72,13 @@
+@@ -72,7 +72,7 @@ executable hledger-ui
      , HUnit
      , microlens >= 0.4 && < 0.5
      , microlens-platform >= 0.2.3.1 && < 0.4
--    , megaparsec >=5.0 && < 5.2
-+    , megaparsec >=5.0 && < 5.3
+-    , megaparsec >=5.0 && < 5.3
++    , megaparsec >=5.0 && < 5.4
      , pretty-show >=1.6.4
      , process >= 1.2
      , safe >= 0.2
-     , split >= 0.1 && < 0.3
-     , text >= 1.2 && < 1.3
--    , text-zipper >= 0.4 && < 0.10
-+    , text-zipper >= 0.4 && < 0.11
-     , transformers
-     , vector
-   if os(windows)
+@@ -85,8 +85,8 @@ executable hledger-ui
+     buildable: False
+   else
+     build-depends:
+-        brick >= 0.12 && < 0.18
+-      , vty >= 5.5 && < 5.16
++        brick >= 0.12 && < 0.19
++      , vty >= 5.5 && < 5.17
+   if flag(threaded)
+     ghc-options: -threaded
+   if flag(oldtime)

-- 
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