[Pkg-ocaml-maint-commits] [SCM] mldonkey packaging branch, master, updated. debian/3.0.0-3-7-g64462a7

Mehdi Dogguy mehdi at debian.org
Sun Jan 10 17:19:05 UTC 2010


The following commit has been merged in the master branch:
commit 64462a757ca91c6fd138b4a5600995a629421c71
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Sun Jan 10 17:47:36 2010 +0100

    Modify ocaml_3.11.1 so that it works with all 3.11.* versions

diff --git a/debian/changelog b/debian/changelog
index aa77987..d508e30 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,8 +8,9 @@ mldonkey (3.0.0-4) unstable; urgency=low
   * Rotate the log files found in /var/log/mldonkey/ (Closes: #539726)
   * Fix download of torrent files with no 'announce' field (Closes: #551896)
   * Fix torrent parsing when announce-list is empty (Closes: #552004)
+  * Modify ocaml_3.11.1 so that it works with all 3.11.* versions
 
- -- Mehdi Dogguy <mehdi at debian.org>  Sun, 01 Nov 2009 20:59:25 +0100
+ -- Mehdi Dogguy <mehdi at debian.org>  Sun, 10 Jan 2010 17:46:37 +0100
 
 mldonkey (3.0.0-3) unstable; urgency=low
 
diff --git a/debian/patches/ocaml_3.11.1.dpatch b/debian/patches/ocaml_3.11.1.dpatch
index ac937f4..afdf986 100755
--- a/debian/patches/ocaml_3.11.1.dpatch
+++ b/debian/patches/ocaml_3.11.1.dpatch
@@ -13,7 +13,7 @@ diff -urNad mldonkey~/config/configure mldonkey/config/configure
    OCAMLVERSION=`$OCAMLC -v | sed -n -e 's|.*version* *\(.*\)$|\1|p' `
    case "$OCAMLVERSION" in
 -    "$REQUIRED_OCAML"*|3.11.0*|3.10.*|3.09.*|3.08.4*|3.08.3*) ;;
-+    "$REQUIRED_OCAML"*|3.11.1*|3.11.0*|3.10.*|3.09.*|3.08.4*|3.08.3*) ;;
++    "$REQUIRED_OCAML"*|3.11.*|3.10.*|3.09.*|3.08.4*|3.08.3*) ;;
      *)
          echo "Need build"
          BUILD_OCAML=yes
@@ -25,7 +25,7 @@ diff -urNad mldonkey~/config/configure.in mldonkey/config/configure.in
    OCAMLVERSION=`$OCAMLC -v | sed -n -e 's|.*version* *\(.*\)$|\1|p' `
    case "$OCAMLVERSION" in
 -    "$REQUIRED_OCAML"*|3.11.0*|3.10.*|3.09.*|3.08.4*|3.08.3*) ;;
-+    "$REQUIRED_OCAML"*|3.11.1*|3.11.0*|3.10.*|3.09.*|3.08.4*|3.08.3*) ;;
++    "$REQUIRED_OCAML"*|3.11.*|3.10.*|3.09.*|3.08.4*|3.08.3*) ;;
      *)
          echo "Need build"
          BUILD_OCAML=yes

-- 
mldonkey packaging



More information about the Pkg-ocaml-maint-commits mailing list