diff --git a/Makefile b/Makefile index fb8d53732cfbf2e17182f2c30f98237c268e8d10..199ddc92391ddb5efc66c7aca83b59284039b6c6 100644 --- a/Makefile +++ b/Makefile @@ -111,4 +111,5 @@ quickrelease: reinstall_here VER=`./cl-launch.sh --version | ( read a b ; echo $$b )` ; \ cd .. && \ tar zcf cl-launch-$${VER}.tar.gz --exclude .git cl-launch && \ - rsync -av cl-launch/cl-launch.sh cl-launch-$${VER}.tar.gz common-lisp.net:/project/xcvb/public_html/cl-launch/ + rsync -av cl-launch/cl-launch.sh cl-launch-$${VER}.tar.gz common-lisp.net:/project/xcvb/public_html/cl-launch/ && \ + ssh common-lisp.net ln -sf cl-launch-$${VER}.tar.gz /project/xcvb/public_html/cl-launch/cl-launch.tar.gz diff --git a/debian/changelog b/debian/changelog index c8e62a0e36d178e347e65adb3cb73c3f40070b20..e0756a3443fbcbe3dd2d1dadd26c77e909df79f6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-launch (3.22.1-1) unstable; urgency=low + + * Tweak to hush ASDF upgrade. Minor edit of documentation. + + -- Francois-Rene Rideau <fare@tunes.org> Mon, 16 May 2013 01:22:49 -0400 + cl-launch (3.22-1) unstable; urgency=low * Release of cl-launch to match ASDF 3.0.0