[Pkg-haskell-commits] darcs: darcs: Bump haskell-regex-{posix, compat} required versions to those in Debian
laney at debian.org
laney at debian.org
Sun Sep 25 10:59:43 UTC 2011
Sat Sep 24 20:04:00 UTC 2011 laney at debian.org
* Bump haskell-regex-{posix,compat} required versions to those in Debian
Ignore-this: 4f83c4eeb07c7cbc1d0983efab01b2f0
M ./changelog +4
A ./patches/relax-regex-compat-version
M ./patches/series +1
Sat Sep 24 20:04:00 UTC 2011 laney at debian.org
* Bump haskell-regex-{posix,compat} required versions to those in Debian
Ignore-this: 4f83c4eeb07c7cbc1d0983efab01b2f0
diff -rN -u old-darcs//changelog new-darcs//changelog
--- old-darcs//changelog 2011-09-25 10:59:43.359830200 +0000
+++ new-darcs//changelog 2011-09-25 10:59:43.563834633 +0000
@@ -8,6 +8,10 @@
- Standards version 3.9.2 (no changes)
- Fix uploaders line
+ [ Iain Lane ]
+ * Bump required versions on regex-{compat,posix} to those in Debian. Patch
+ cherry-picked from upstream.
+
-- Erik de Castro Lopo <erikd at mega-nerd.com> Sun, 10 Jul 2011 11:05:58 +1000
darcs (2.5.2-2) unstable; urgency=low
diff -rN -u old-darcs//patches/relax-regex-compat-version new-darcs//patches/relax-regex-compat-version
--- old-darcs//patches/relax-regex-compat-version 1970-01-01 00:00:00.000000000 +0000
+++ new-darcs//patches/relax-regex-compat-version 2011-09-25 10:59:43.379830892 +0000
@@ -0,0 +1,76 @@
+Description: Backport upstream patch to bump regex-posix and regex-compat BDs
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=642710
+Forwarded: not-needed
+Author: Iain Lane <laney at debian.org>
+
+Index: darcs/darcs.cabal
+===================================================================
+--- darcs.orig/darcs.cabal 2011-09-24 20:10:46.000000000 +0100
++++ darcs/darcs.cabal 2011-09-24 20:24:37.980444885 +0100
+@@ -165,11 +165,11 @@
+ cpp-options: -DWIN32
+ c-sources: src/win32/send_email.c
+ build-depends: unix-compat >= 0.1.2,
+- regex-posix >= 0.94.4 && < 0.95
++ regex-posix >= 0.95.1
+
+ build-depends: base < 5,
+ extensible-exceptions >= 0.1 && < 0.2,
+- regex-compat >= 0.71 && < 0.94,
++ regex-compat >= 0.95.1,
+ mtl >= 1.0 && < 2.1,
+ parsec >= 2.0 && < 3.2,
+ html == 1.0.*,
+@@ -367,14 +367,14 @@
+ cpp-options: -DWIN32
+ c-sources: src/win32/send_email.c
+ build-depends: unix-compat >= 0.1.2,
+- regex-posix >= 0.94.4 && < 0.95
++ regex-posix >= 0.95.1
+
+ if os(solaris)
+ cc-options: -DHAVE_SIGINFO_H
+
+ build-depends: base < 5,
+ extensible-exceptions >= 0.1 && < 0.2,
+- regex-compat >= 0.71 && < 0.94,
++ regex-compat >= 0.95.1,
+ mtl >= 1.0 && < 2.1,
+ parsec >= 2.0 && < 3.2,
+ html == 1.0.*,
+@@ -515,14 +515,14 @@
+ cpp-options: -DWIN32
+ c-sources: src/win32/send_email.c
+ build-depends: unix-compat >= 0.1.2,
+- regex-posix >= 0.94.4 && < 0.95
++ regex-posix >= 0.95.1
+
+ if os(solaris)
+ cc-options: -DHAVE_SIGINFO_H
+
+ build-depends: base < 5,
+ extensible-exceptions >= 0.1 && < 0.2,
+- regex-compat >= 0.71 && < 0.94,
++ regex-compat >= 0.95.1,
+ mtl >= 1.0 && < 2.1,
+ parsec >= 2.0 && < 3.2,
+ html == 1.0.*,
+@@ -618,7 +618,7 @@
+
+ build-depends: base < 5,
+ extensible-exceptions >= 0.1 && < 0.2,
+- regex-compat >= 0.71 && < 0.94,
++ regex-compat >= 0.95.1,
+ mtl >= 1.0 && < 2.1,
+ parsec >= 2.0 && < 3.2,
+ html == 1.0.*,
+@@ -671,7 +671,7 @@
+ cpp-options: -DWIN32
+ c-sources: src/win32/send_email.c
+ build-depends: unix-compat >= 0.1.2,
+- regex-posix >= 0.94.4 && < 0.95
++ regex-posix >= 0.95.1
+
+ if os(solaris)
+ cc-options: -DHAVE_SIGINFO_H
diff -rN -u old-darcs//patches/series new-darcs//patches/series
--- old-darcs//patches/series 2011-09-25 10:59:43.339831994 +0000
+++ new-darcs//patches/series 2011-09-25 10:59:43.563834633 +0000
@@ -1,3 +1,4 @@
extra-license-file
use-sensible-editor
skip-external.sh-test
+relax-regex-compat-version
More information about the Pkg-haskell-commits
mailing list