]> git.saurik.com Git - apt.git/commitdiff
merge patch from Daniel Hartwig
authorMichael Vogt <michael.vogt@ubuntu.com>
Mon, 25 Mar 2013 07:52:20 +0000 (08:52 +0100)
committerMichael Vogt <michael.vogt@ubuntu.com>
Mon, 25 Mar 2013 07:52:20 +0000 (08:52 +0100)
cmdline/apt-get.cc
debian/changelog

index e3c74a0994dd5a720eae1570bfc121699f418db8..64b062ea4ef16c86d8e48ca26ad486ac9a869a79 100644 (file)
@@ -2714,7 +2714,7 @@ bool DoSource(CommandLine &CmdL)
         {
            string buildopts = _config->Find("APT::Get::Host-Architecture");
            if (buildopts.empty() == false)
-              buildopts = "-a " + buildopts + " ";
+              buildopts = "-a" + buildopts + " ";
            buildopts.append(_config->Find("DPkg::Build-Options","-b -uc"));
 
            // Call dpkg-buildpackage
index cf04c1dd23836eeaa6b7fdcb7fe55da648d06123..fbc6009a1379a7e8bb29a686cdd0b3cba3ebdedd 100644 (file)
@@ -3,6 +3,11 @@ apt (0.9.7.9~exp2) UNRELEASED; urgency=low
   [ Programs translations ]
   * Update all PO files and apt-all.pot
   * French translation completed (Christian Perrier)
+  
+  [ Daniel Hartwig ]
+  * cmdline/apt-get.cc:
+    - do not have space between "-a" and option when cross building
+      (closes: #703792)
 
  -- Christian Perrier <bubulle@debian.org>  Sun, 24 Mar 2013 08:57:45 +0100