diff -Nru buildapp-1.5.4/buildapp.asd buildapp-1.5.5/buildapp.asd --- buildapp-1.5.4/buildapp.asd 2015-03-12 23:46:11.000000000 +0000 +++ buildapp-1.5.5/buildapp.asd 2015-07-14 20:51:53.000000000 +0000 @@ -33,7 +33,7 @@ configures and saves an executable Common Lisp image or non-executable core." :author "Zach Beane " - :version "1.5.4" + :version "1.5.5" :license "BSD" :serial t :components ((:file "package") diff -Nru buildapp-1.5.4/buildapp.lisp buildapp-1.5.5/buildapp.lisp --- buildapp-1.5.4/buildapp.lisp 2015-03-12 23:46:11.000000000 +0000 +++ buildapp-1.5.5/buildapp.lisp 2015-07-14 20:51:53.000000000 +0000 @@ -369,9 +369,11 @@ :error-handler :quit)))) (defun write-dumpfile (dumper stream) - (let ((*print-case* :downcase)) - (dolist (form (dumpfile-forms dumper)) - (print form stream)))) + (with-standard-io-syntax + (let ((*print-case* :downcase) + (*package* (find-package '#:buildapp))) + (dolist (form (dumpfile-forms dumper)) + (print form stream))))) (defun dump-to-file (dumper file) "Save the forms of DUMPER to FILE." diff -Nru buildapp-1.5.4/debian/changelog buildapp-1.5.5/debian/changelog --- buildapp-1.5.4/debian/changelog 2015-05-03 12:02:35.000000000 +0000 +++ buildapp-1.5.5/debian/changelog 2015-09-11 15:25:52.000000000 +0000 @@ -1,3 +1,12 @@ +buildapp (1.5.5-1) unstable; urgency=medium + + * New upstream version + * Bump compat version to 9 + * use canonical Vcs URLs + * Bump standards-version + + -- Christoph Egger Fri, 11 Sep 2015 17:17:03 +0200 + buildapp (1.5.4-1) unstable; urgency=medium * New upstream release diff -Nru buildapp-1.5.4/debian/compat buildapp-1.5.5/debian/compat --- buildapp-1.5.4/debian/compat 2015-05-03 11:58:38.000000000 +0000 +++ buildapp-1.5.5/debian/compat 2015-09-11 15:24:23.000000000 +0000 @@ -1 +1 @@ -7 +9 diff -Nru buildapp-1.5.4/debian/control buildapp-1.5.5/debian/control --- buildapp-1.5.4/debian/control 2015-05-03 11:58:38.000000000 +0000 +++ buildapp-1.5.5/debian/control 2015-09-11 15:25:44.000000000 +0000 @@ -2,11 +2,13 @@ Section: lisp Priority: optional Maintainer: Christoph Egger -Build-Depends: debhelper (>= 7.0.50~), sbcl, cl-asdf -Standards-Version: 3.9.0 +Build-Depends: debhelper (>= 9~), + sbcl, + cl-asdf +Standards-Version: 3.9.6 Homepage: http://www.xach.com/lisp/buildapp/ -Vcs-Git: git://git.debian.org/collab-maint/buildapp.git -Vcs-Browser: http://git.debian.org/?p=collab-maint/buildapp.git;a=summary +Vcs-Git: git://anonscm.debian.org/collab-maint/buildapp.git +Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/buildapp.git;a=summary Package: buildapp Architecture: any diff -Nru buildapp-1.5.4/debian/copyright buildapp-1.5.5/debian/copyright --- buildapp-1.5.4/debian/copyright 2015-05-03 11:58:38.000000000 +0000 +++ buildapp-1.5.5/debian/copyright 2015-09-11 15:23:52.000000000 +0000 @@ -6,17 +6,17 @@ http://www.xach.com/lisp/buildapp.tgz -Upstream Author(s): +Upstream Author: Zachary Beane Copyright: - Copyright © 2010 Zachary Beane + Copyright © 2010-2015 Zachary Beane The Debian packaging is: - Copyright © 2010 Christoph Egger + Copyright © 2010-2015 Christoph Egger License: diff -Nru buildapp-1.5.4/doc/index.html buildapp-1.5.5/doc/index.html --- buildapp-1.5.4/doc/index.html 2015-03-12 23:46:11.000000000 +0000 +++ buildapp-1.5.5/doc/index.html 2015-07-14 20:51:53.000000000 +0000 @@ -16,7 +16,7 @@ hu.dwim.build. Buildapp is available under a BSD-style license. -The latest version is 1.5.4, released on March 12th, 2015. +The latest version is 1.5.5, released on July 14th, 2015.

Download shortcut: http://www.xach.com/lisp/buildapp.tgz