Your message dated Tue, 07 Nov 2017 09:50:43 +0000
with message-id <e1ec0wp-00041j...@fasolo.debian.org>
and subject line Bug#881017: fixed in haskell-werewolf 1.5.1.1-8
has caused the Debian Bug report #881017,
regarding haskell-werewolf: Please update aeson build-dependency
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
881017: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881017
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: haskell-werewolf
Version: 1.5.1.1-7
Severity: serious
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu bionic ubuntu-patch

Hello,

There is a new version of aeson in unstable again, and haskell-werewolf
fails to build because of a << versioned build-dep.

The attached patch bumps the cap on the aeson build-dep, and the package
builds successfully with this change.

-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                    http://www.debian.org/
slanga...@ubuntu.com                                     vor...@debian.org
diff -Nru haskell-werewolf-1.5.1.1/debian/control 
haskell-werewolf-1.5.1.1/debian/control
--- haskell-werewolf-1.5.1.1/debian/control     2017-11-05 20:49:12.000000000 
-0800
+++ haskell-werewolf-1.5.1.1/debian/control     2017-11-06 22:50:27.000000000 
-0800
@@ -11,7 +11,7 @@
  ghc-prof,
  haskell-devscripts (>= 0.13),
  libghc-aeson-dev (>= 0.8),
- libghc-aeson-dev (<< 1.1),
+ libghc-aeson-dev (<< 1.2),
  libghc-aeson-prof,
  libghc-extra-dev (>= 1.4),
  libghc-extra-dev (<< 1.6),
diff -Nru haskell-werewolf-1.5.1.1/debian/patches/newer-aeson-and-lens 
haskell-werewolf-1.5.1.1/debian/patches/newer-aeson-and-lens
--- haskell-werewolf-1.5.1.1/debian/patches/newer-aeson-and-lens        
2017-07-19 15:43:04.000000000 -0700
+++ haskell-werewolf-1.5.1.1/debian/patches/newer-aeson-and-lens        
2017-11-06 21:57:48.000000000 -0800
@@ -1,11 +1,13 @@
---- a/werewolf.cabal
-+++ b/werewolf.cabal
+Index: haskell-werewolf-1.5.1.1/werewolf.cabal
+===================================================================
+--- haskell-werewolf-1.5.1.1.orig/werewolf.cabal
++++ haskell-werewolf-1.5.1.1/werewolf.cabal
 @@ -349,13 +349,13 @@
          QuasiQuotes,
          Rank2Types
      build-depends:
 -        aeson >= 0.8 && < 0.12,
-+        aeson >= 0.8 && < 1.1,
++        aeson >= 0.8 && < 1.2,
          base >= 4.8 && < 5,
          containers == 0.5.*,
          directory > 1.2,
@@ -21,7 +23,7 @@
          TemplateHaskell
      build-depends:
 -        aeson >= 0.8 && < 0.12,
-+        aeson >= 0.8 && < 1.1,
++        aeson >= 0.8 && < 1.2,
          base >= 4.8 && < 5,
          containers == 0.5.*,
          extra >= 1.4 && < 1.6,
@@ -31,8 +33,10 @@
          mtl == 2.2.*,
          template-haskell >= 2.10 && < 2.12,
          text == 1.2.*,
---- a/src/Game/Werewolf/Game.hs
-+++ b/src/Game/Werewolf/Game.hs
+Index: haskell-werewolf-1.5.1.1/src/Game/Werewolf/Game.hs
+===================================================================
+--- haskell-werewolf-1.5.1.1.orig/src/Game/Werewolf/Game.hs
++++ haskell-werewolf-1.5.1.1/src/Game/Werewolf/Game.hs
 @@ -131,7 +131,7 @@
  makePrisms ''Stage
  

--- End Message ---
--- Begin Message ---
Source: haskell-werewolf
Source-Version: 1.5.1.1-8

We believe that the bug you reported is fixed in the latest version of
haskell-werewolf, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 881...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ilias Tsitsimpis <ilias...@debian.org> (supplier of updated haskell-werewolf 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 07 Nov 2017 11:26:06 +0200
Source: haskell-werewolf
Binary: libghc-werewolf-dev libghc-werewolf-prof libghc-werewolf-doc werewolf
Architecture: source
Version: 1.5.1.1-8
Distribution: unstable
Urgency: medium
Maintainer: Debian Haskell Group 
<pkg-haskell-maintain...@lists.alioth.debian.org>
Changed-By: Ilias Tsitsimpis <ilias...@debian.org>
Description:
 libghc-werewolf-dev -
 libghc-werewolf-doc -
 libghc-werewolf-prof -
 werewolf   -
Closes: 881017
Changes:
 haskell-werewolf (1.5.1.1-8) unstable; urgency=medium
 .
   * Change Priority to optional. Since Debian Policy version 4.0.1,
     priority extra has been deprecated.
   * 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 build-deps to build with newer version of haskell-aeson
     Thanks to Steve Langasek for the patch (Closes: #881017)
Checksums-Sha1:
 c42852c2358caa341bc837aa471b5434056c8136 3092 haskell-werewolf_1.5.1.1-8.dsc
 4085e238c8e5cae59ef86ad89ad7367c3778aa08 3868 
haskell-werewolf_1.5.1.1-8.debian.tar.xz
 156a4614e2f855ba926f4d836bc8608314249ae8 12101 
haskell-werewolf_1.5.1.1-8_amd64.buildinfo
Checksums-Sha256:
 de74772e36c7b363082a027dd72ae47d0c05a0fd37e27eb42f1d1178738f34c0 3092 
haskell-werewolf_1.5.1.1-8.dsc
 2ed172b5fff78c8e29cf4c4f69b0ca2ce47ae33d9fdeca7144274a663e9396db 3868 
haskell-werewolf_1.5.1.1-8.debian.tar.xz
 1f5e8b549902a93ef5189274561f5755efcf57e35e61b0a66a213eb9020e967d 12101 
haskell-werewolf_1.5.1.1-8_amd64.buildinfo
Files:
 6b6af55d63564ce14cd4911caf3bc02c 3092 haskell optional 
haskell-werewolf_1.5.1.1-8.dsc
 27050455fb8fb4672763c5fe8e2187a2 3868 haskell optional 
haskell-werewolf_1.5.1.1-8.debian.tar.xz
 18d77348789ded8baae0c3ffa31f504f 12101 haskell optional 
haskell-werewolf_1.5.1.1-8_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJIBAEBCgAyFiEEJ9c8pfW11+AaUTb116hngMxkQDwFAloBfloUHGlsaWFzdHNp
QGRlYmlhbi5vcmcACgkQ16hngMxkQDzT8A/+JDvn0FprAVyfcvV1v/teOTCH/El0
xmg61Eg9G0njYh1dNG80I4SwUNzp/noMihEq3C1jPd2CbWpYEigFNCnV6PUZkbPF
hHd/4k4JZCThHskGzVQa0+6c3zNEl3Xn3vmGRN2qbmiKyUhHkQXaA5oqlDI7k/41
6TyMTJW2C+1dJja1JvmBVxYQUE/5LgT88oAITMJB3lPWDGMEX4qr454y/iIpqIF3
QWTVazlyo2KrpFBc9xjHpoYPLF71Gve6318PB0RQtIn88uDCXHF651ef6yqvc8q4
1bCb431I9VxFZd2h46ilOKja29xncNc6l5p+DQWPy6P+M94UHXQecVuTdn9A9Tee
6cAQOpGfWROOSAGlRFujGC2/Q0BTUDNWZx7ksdnkmUqPNJCDvoRxkPfAsbZdm/CK
xKD4cqe6jTDr1g3F8BCEpoVyP86TkpkEYhWpcIdbbR86G/3Qj/9X69vKntPDdGGY
DVR5Wo+MY5cVKWCM8JB1RnAydeqCANIeBaeeW1BSz9WvE4bl6XuMlMXCCWVMiPiV
zQ/oW2Twg9HZY4NKXZGajCnUvncYRCdfxDpRuRUP3JuPwdHXSorLbN5QW92Bapvf
rc2eLBZvq0+Id0+p+ULlFSli3CMWUPaQeNd54l0uuGIRAaZ9FCB1FduMIVxC88Sq
VSxbXAjEvdKIvTM=
=caFm
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to