[Pkg-ocaml-maint-commits] [SCM] dose3 packaging branch, master, updated. debian/2.9.15-1-12-g976f6a5

Ralf Treinen treinen at free.fr
Thu May 31 20:39:04 UTC 2012


The following commit has been merged in the master branch:
commit 7c51c49eda32f975f330b602915f8755ba8bf8f6
Author: Ralf Treinen <treinen at free.fr>
Date:   Thu May 31 21:51:01 2012 +0200

    fix a bug in apt-cudf-get
    
    missing line-break between two shell commands

diff --git a/debian/apt-cudf-get b/debian/apt-cudf-get
index 657536d..cda9975 100644
--- a/debian/apt-cudf-get
+++ b/debian/apt-cudf-get
@@ -1,3 +1,4 @@
 #!/bin/sh
 
-export APT_GET_CUDF_CMDLINE="apt-get $* -o APT::Solver::Strict-Pinning=\"false\"" apt-get $* -o APT::Solver::Strict-Pinning="false"
+export APT_GET_CUDF_CMDLINE="apt-get $* -o APT::Solver::Strict-Pinning=\"false\""
+apt-get $* -o APT::Solver::Strict-Pinning="false"

-- 
dose3 packaging



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