[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [Pkg-haskell-commits] darcs: haskell-readargs: Relax hsec dependency



Hi again,

another suggestion: Whenever you have the need to patch a package, it is
usually advised to file a bug report with upstream about it, in this
case at https://github.com/rampion/ReadArgs/issues

There was a related bug report about hspec-2.0 support, and it got
solved quickly:
https://github.com/rampion/ReadArgs/issues/6

Greetings,
Joachim

Am Sonntag, den 19.04.2015, 17:11 +0000 schrieb KAction@gnu.org:
> Sun Apr 19 17:10:27 UTC 2015  KAction@gnu.org
>   * Relax hsec dependency
> 
>     M ./changelog +8
>     M ./control -3 +2
>     M ./copyright -7 +7
>     A ./patches/
>     A ./patches/relax-hspec-constraint.patch
>     A ./patches/series
> 
> Sun Apr 19 17:10:27 UTC 2015  KAction@gnu.org
>   * Relax hsec dependency
> diff -rN -u old-haskell-readargs/changelog new-haskell-readargs/changelog
> --- old-haskell-readargs/changelog	2015-04-19 17:11:56.592679588 +0000
> +++ new-haskell-readargs/changelog	2015-04-19 17:11:56.592679588 +0000
> @@ -1,3 +1,11 @@
> +haskell-readargs (1.2.2-2) experimental; urgency=medium
> +
> +  * Relax dependency on hspec
> +  * Bump standards version (no changes needed)
> +  * Fix dep5 correctness of debian/copyright
> +
> + -- Dmitry Bogatov <KAction@gnu.org>  Sun, 19 Apr 2015 20:01:50 +0300
> +
>  haskell-readargs (1.2.2-1) experimental; urgency=medium
>  
>    * New upstream release
> diff -rN -u old-haskell-readargs/control new-haskell-readargs/control
> --- old-haskell-readargs/control	2015-04-19 17:11:56.592679588 +0000
> +++ new-haskell-readargs/control	2015-04-19 17:11:56.592679588 +0000
> @@ -2,7 +2,7 @@
>  Section: haskell
>  Priority: extra
>  Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
> -Uploaders: Clint Adams <clint@debian.org>
> +Uploaders: Clint Adams <clint@debian.org>, Dmitry Bogatov <KAction@gnu.org>
>  Build-Depends: debhelper (>= 9)
>    , cdbs
>    , haskell-devscripts (>= 0.9)
> @@ -15,11 +15,10 @@
>    , libghc-text-dev (<< 12)
>    , libghc-text-prof
>    , libghc-hspec-dev (>> 1.3)
> -  , libghc-hspec-dev (<< 2.1)
>  Build-Depends-Indep: ghc-doc
>    , libghc-system-filepath-doc
>    , libghc-text-doc
> -Standards-Version: 3.9.4
> +Standards-Version: 3.9.6
>  Homepage: http://hackage.haskell.org/package/ReadArgs
>  Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-readargs
>  Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-readargs
> diff -rN -u old-haskell-readargs/copyright new-haskell-readargs/copyright
> --- old-haskell-readargs/copyright	2015-04-19 17:11:56.592679588 +0000
> +++ new-haskell-readargs/copyright	2015-04-19 17:11:56.592679588 +0000
> @@ -5,28 +5,28 @@
>  
>  Files: *
>  Copyright: 2011 Noah Luck Easterly
> -License: BSD3
> +License: BSD-3-clause
>  
>  Files: debian/*
>  Copyright: 2012 Clint Adams
>  License: ISC
>  
> -License: BSD3
> +License: BSD-3-clause
>   Redistribution and use in source and binary forms, with or without
>   modification, are permitted provided that the following conditions are met:
> - 
> + .
>       * Redistributions of source code must retain the above copyright
>         notice, this list of conditions and the following disclaimer.
> - 
> + .
>       * Redistributions in binary form must reproduce the above
>         copyright notice, this list of conditions and the following
>         disclaimer in the documentation and/or other materials provided
>         with the distribution.
> - 
> + .
>       * Neither the name of Noah Luck Easterly nor the names of other
>         contributors may be used to endorse or promote products derived
>         from this software without specific prior written permission.
> - 
> + .
>   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
>   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
>   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
> @@ -43,7 +43,7 @@
>   Permission to use, copy, modify, and/or distribute this software for
>   any purpose with or without fee is hereby granted, provided that the
>   above copyright notice and this permission notice appear in all copies.
> - 
> + .
>   THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
>   REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
>   MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY
> diff -rN -u old-haskell-readargs/patches/relax-hspec-constraint.patch new-haskell-readargs/patches/relax-hspec-constraint.patch
> --- old-haskell-readargs/patches/relax-hspec-constraint.patch	1970-01-01 00:00:00.000000000 +0000
> +++ new-haskell-readargs/patches/relax-hspec-constraint.patch	2015-04-19 17:11:56.592679588 +0000
> @@ -0,0 +1,11 @@
> +--- a/ReadArgs.cabal
> ++++ b/ReadArgs.cabal
> +@@ -95,7 +95,7 @@ Test-Suite ReadArgsSpec
> +     ReadArgsSpec.hs
> + 
> +   Build-depends:       
> +-    hspec >= 1.3 && < 2.1,
> ++    hspec >= 1.3,
> +     base >= 4.3.1.0 && < 5,
> +     system-filepath >= 0.4.7 && < 0.5,
> +     text >= 0.11.1.13 && < 12
> diff -rN -u old-haskell-readargs/patches/series new-haskell-readargs/patches/series
> --- old-haskell-readargs/patches/series	1970-01-01 00:00:00.000000000 +0000
> +++ new-haskell-readargs/patches/series	2015-04-19 17:11:56.592679588 +0000
> @@ -0,0 +1 @@
> +relax-hspec-constraint.patch
> 
> 
> _______________________________________________
> Pkg-haskell-commits mailing list
> Pkg-haskell-commits@lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-haskell-commits
> 

-- 
Joachim "nomeata" Breitner
Debian Developer
  nomeata@debian.org | ICQ# 74513189 | GPG-Keyid: F0FBF51F
  JID: nomeata@joachim-breitner.de | http://people.debian.org/~nomeata

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: