From: Kevin M. Rosenberg Date: Sun, 19 Oct 2003 23:19:09 +0000 (+0000) Subject: r7999: fix sb-executable keyword X-Git-Tag: v0.3.2~22 X-Git-Url: http://git.kpe.io/?p=vcs-tree.git;a=commitdiff_plain;h=96b4e69ace6d7c6bbb306f963bc74bbcb4256950 r7999: fix sb-executable keyword --- 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)