From b1d5ff5b34df77d8478b3e6cffe9dd22fdb2a727 Mon Sep 17 00:00:00 2001
From: Peter Van Eynde <pvaneynd@debian.org>
Date: Wed, 24 Feb 2010 21:38:15 +0100
Subject: [PATCH] Incorporated run-shell-command patch for LispWorks. Thanks
 tianchun! (Closes: #457919)

---
 asdf.lisp        | 2 ++
 debian/changelog | 4 +++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/asdf.lisp b/asdf.lisp
index bdab44df..5e693b62 100644
--- a/asdf.lisp
+++ b/asdf.lisp
@@ -1997,6 +1997,8 @@ output to `*verbose-out*`.  Returns the shell's exit code."
     (system:call-system-showing-output
      command
      :shell-type "/bin/sh"
+     :prefix ""
+     :show-cmd nil
      :output-stream *verbose-out*)
 
     #+clisp                     ;XXX not exactly *verbose-out*, I know
diff --git a/debian/changelog b/debian/changelog
index 7b4533bc..ab2d8006 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,10 @@ cl-asdf (2:1.625-1) UNRELEASED; urgency=low
 
   * New upstream release. 
   * Added dh_installinfo for info files. (Closes: #560290)
+  * Incorporated run-shell-command patch for LispWorks. Thanks tianchun!
+    (Closes: #457919)
 
- -- Peter Van Eynde <pvaneynd@debian.org>  Wed, 24 Feb 2010 21:34:25 +0100
+ -- Peter Van Eynde <pvaneynd@debian.org>  Wed, 24 Feb 2010 21:38:15 +0100
 
 cl-asdf (2:1.502-1) unstable; urgency=low
 
-- 
GitLab