r7999: fix sb-executable keyword
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 19 Oct 2003 23:19:09 +0000 (23:19 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 19 Oct 2003 23:19:09 +0000 (23:19 +0000)
debian/changelog
vcs-tree.asd

index 5dd748332464e4b80857a5f5c07b70643fb1faa8..39685040524ce9a97c8d9ab5bd8c277ca117fd2b 100644 (file)
@@ -1,3 +1,9 @@
+vcs-tree (0.1-2) unstable; urgency=low
+
+  * New upstream (closes:  216366)
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 19 Oct 2003 17:18:28 -0600
+
 vcs-tree (0.1-1) unstable; urgency=low
 
   * Initial upload
index a1e22d67dceb67ff786c143b6e021628f5fa64a8..f30056337888f87c433c591803326f97b626bd91 100644 (file)
@@ -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)