diff --git a/.gitignore b/.gitignore index 1f601ede7715a4a534fb3b9d892cbd42aada2ad1..b65737898874cea80254be512fad0adc747c1129 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,3 @@ -reinstall - # Generated during a (debian) build build.xcvb cl-launch diff --git a/Makefile b/Makefile index 3ae4ca56afefe201e8e3c0b7ec285724a8a50a2e..4ef383ae89ad3b0d6c340c08079b9bc66517b20c 100644 --- a/Makefile +++ b/Makefile @@ -66,6 +66,10 @@ debian-package: mrproper reinstall: make install_system PREFIX=$${HOME}/.local +# This might fit your system, installing from same directory +reinstall_here: + make install_source INSTALL_SOURCE=$$PWD + test: ./cl-launch.sh -l "${LISPS}" -B tests diff --git a/cl-launch.sh b/cl-launch.sh index d2d72d85d202e86c8e5cfe7d05f62bcfb96e3f0e..62c0d6a3b9fb26c7467d83fb7a2a52ab7ad48113 100755 --- a/cl-launch.sh +++ b/cl-launch.sh @@ -1,6 +1,6 @@ #!/bin/sh #| cl-launch.sh -- shell wrapper generator for Common Lisp software -*- Lisp -*- -CL_LAUNCH_VERSION='3.012' +CL_LAUNCH_VERSION='3.013' license_information () { AUTHOR_NOTE="\ # Please send your improvements to the author: diff --git a/debian/changelog b/debian/changelog index 11c21e8264d2a1ecec4a33c7d75c6495df72e32c..11d2b6494f74429dcd9d0a9a60d3b3fe96406f55 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-launch (3.013-1) unstable; urgency=low + + * Gratuitous upgrade to achieve a patchless debian package. + + -- Francois-Rene Rideau <fare@tunes.org> Thu, 29 Sep 2011 20:29:59 -0400 + cl-launch (3.012-1) unstable; urgency=low * Simple optimization assuming recentish CMUCL.