From 96b4e69ace6d7c6bbb306f963bc74bbcb4256950 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sun, 19 Oct 2003 23:19:09 +0000 Subject: [PATCH] r7999: fix sb-executable keyword --- debian/changelog | 6 ++++++ vcs-tree.asd | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5dd7483..3968504 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +vcs-tree (0.1-2) unstable; urgency=low + + * New upstream (closes: 216366) + + -- Kevin M. Rosenberg Sun, 19 Oct 2003 17:18:28 -0600 + vcs-tree (0.1-1) unstable; urgency=low * Initial upload diff --git a/vcs-tree.asd b/vcs-tree.asd index a1e22d6..f300563 100644 --- a/vcs-tree.asd +++ b/vcs-tree.asd @@ -25,8 +25,7 @@ :defaults (component-pathname c)) '("package.fasl" "kmrcl-excerpt.fasl" "getopt-excerpt.fasl" "main.fasl" "loader.fasl") - :initial-function "RUN" - :muffled-warning t)) + :initial-function "RUN")) (defmethod perform ((o load-op) (c exe-file)) nil) -- 2.34.1