[Pkg-haskell-commits] darcs: darcs: Avoid mmap 0.5 (see http://bugs.darcs.net/issue1753).

Trent W. Buck trentbuck at gmail.com
Sat Mar 20 16:46:51 UTC 2010


Thu Mar 18 05:26:41 UTC 2010  Trent W. Buck <trentbuck at gmail.com>
  * Avoid mmap 0.5 (see http://bugs.darcs.net/issue1753).
  Ignore-this: a1f7be1b39cfa4ef27aeb5cbf9714ef1

    M ./changelog +1
    M ./control -2 +2

Thu Mar 18 05:26:41 UTC 2010  Trent W. Buck <trentbuck at gmail.com>
  * Avoid mmap 0.5 (see http://bugs.darcs.net/issue1753).
  Ignore-this: a1f7be1b39cfa4ef27aeb5cbf9714ef1
diff -rN -u -purd old-darcs/changelog new-darcs/changelog
--- old-darcs/changelog	2010-03-20 16:46:51.069088190 +0000
+++ new-darcs/changelog	2010-03-20 16:46:51.097089665 +0000
@@ -10,6 +10,7 @@ darcs (2.4-1) UNRELEASED; urgency=low
 
   [ Trent W. Buck ]
   * New upstream release.
+  * Avoid mmap 0.5 (see http://bugs.darcs.net/issue1753).
 
  -- Trent W. Buck <trentbuck at gmail.com>  Thu, 18 Mar 2010 14:39:32 +1100
 
diff -rN -u -purd old-darcs/control new-darcs/control
--- old-darcs/control	2010-03-20 16:46:51.069088190 +0000
+++ new-darcs/control	2010-03-20 16:46:51.077088611 +0000
@@ -10,11 +10,11 @@ DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0.50), ghc6 (>= 6.10.4),
  bash-completion (>= 1:1.1),
  libcurl4-gnutls-dev (>= 7.19.1),
- libghc6-hashed-storage-dev,
+ libghc6-hashed-storage-dev (>= 0.4.7~),
  libghc6-haskeline-dev,
  libghc6-html-dev,
  libghc6-http-dev,
- libghc6-mmap-dev,
+ libghc6-mmap0.4-dev,
  libghc6-mtl-dev,
  libghc6-network-dev,
  libghc6-parsec2-dev,





More information about the Pkg-haskell-commits mailing list