[DHG_packages] 01/02: token-bucket: update patch to match upstream
Sean Whitton
spw-guest at moszumanska.debian.org
Sun Oct 23 13:29:02 UTC 2016
This is an automated email from the git hooks/post-receive script.
spw-guest pushed a commit to annotated tag haskell-token-bucket_v0.1.0.1-3
in repository DHG_packages.
commit 579341beacd021ac3765671972cb70852a2ebd28
Author: Sean Whitton <spwhitton at spwhitton.name>
Date: Sun Oct 23 06:26:39 2016 -0700
token-bucket: update patch to match upstream
---
p/haskell-token-bucket/debian/changelog | 2 ++
p/haskell-token-bucket/debian/patches/newer-base-and-time | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/p/haskell-token-bucket/debian/changelog b/p/haskell-token-bucket/debian/changelog
index c5ba346..92adf25 100644
--- a/p/haskell-token-bucket/debian/changelog
+++ b/p/haskell-token-bucket/debian/changelog
@@ -1,5 +1,7 @@
haskell-token-bucket (0.1.0.1-3) UNRELEASED; urgency=medium
+ * Update newer-base-and-time.patch to match upstream's corresponding change.
+ See https://github.com/hvr/token-bucket/pull/5
* Add Forwarded: header to newer-base-and-time patch.
-- Sean Whitton <spwhitton at spwhitton.name> Wed, 19 Oct 2016 20:49:00 -0700
diff --git a/p/haskell-token-bucket/debian/patches/newer-base-and-time b/p/haskell-token-bucket/debian/patches/newer-base-and-time
index 8ba5501..a60ab10 100644
--- a/p/haskell-token-bucket/debian/patches/newer-base-and-time
+++ b/p/haskell-token-bucket/debian/patches/newer-base-and-time
@@ -14,7 +14,7 @@ Forwarded: https://github.com/hvr/token-bucket/pull/5
c-sources: cbits/get_posix_time.c
else
- build-depends: time >=1.4 && <1.6
-+ build-depends: time >=1.4 && <1.8
++ build-depends: time >=1.4 && <1.7
ghc-options: -Wall
exposed-modules: Control.Concurrent.TokenBucket
@@ -22,6 +22,6 @@ Forwarded: https://github.com/hvr/token-bucket/pull/5
default-language: Haskell2010
type: exitcode-stdio-1.0
- build-depends: base >=4.6 && <4.9, time >=1.4 && <1.6, token-bucket
-+ build-depends: base >=4.6 && <4.10, time >=1.4 && <1.8, token-bucket
++ build-depends: base >=4.6 && <4.10, time >=1.4 && <1.7, token-bucket
main-is: test-tb.hs
ghc-options: -Wall -threaded -rtsopts
--
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