From 9455e898e89bce75783e60950ac40eded80eaa07 Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <fare@tunes.org> Date: Thu, 29 Sep 2011 20:27:23 -0400 Subject: [PATCH] 3.013: Makefile cleanup + version bump to make a new debian package --- .gitignore | 2 -- Makefile | 4 ++++ cl-launch.sh | 2 +- debian/changelog | 6 ++++++ 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1f601ed..b657378 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 3ae4ca5..4ef383a 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 d2d72d8..62c0d6a 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 11c21e8..11d2b64 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. -- GitLab