[DRE-commits] [SCM] ruby-bdb.git branch, debian-sid, updated. debian/0.6.5-1-14-ge3b5802

Ondřej Surý ondrej at sury.org
Wed May 25 12:39:09 UTC 2011


The following commit has been merged in the debian-sid branch:
commit abe572a19629cb09d8a8c716af32bafd36ddcd8f
Author: Ondřej Surý <ondrej at sury.org>
Date:   Wed May 25 10:18:20 2011 +0200

    Modify libdb-4.8 patch to build against default debian libdb version

diff --git a/debian/patches/build-against-libdb-4.8.patch b/debian/patches/build-against-libdb.patch
similarity index 73%
rename from debian/patches/build-against-libdb-4.8.patch
rename to debian/patches/build-against-libdb.patch
index 51ae961..8f6952d 100644
--- a/debian/patches/build-against-libdb-4.8.patch
+++ b/debian/patches/build-against-libdb.patch
@@ -5,7 +5,7 @@
  end
  
 -version  = with_config('db-version', "-4.7,47,-4.6,46,-4.5,45,-4.4,44,-4.3,43,-4.2,42,-4.1,41,-4.0,-4,40,4,3,2,").split(/,/, -1)
-+version  = with_config('db-version', "-4.8,48,-4.7,47,-4.6,46,-4.5,45,-4.4,44,-4.3,43,-4.2,42,-4.1,41,-4.0,-4,40,4,3,2,").split(/,/, -1)
++version  = with_config('db-version', "").split(/,/, -1)
  version << "" if version.empty?
  
  catch(:done) do

-- 
ruby-bdb.git



More information about the Pkg-ruby-extras-commits mailing list