From 9c9187bb1259e8d124ed1b1b87e8353bff415694 Mon Sep 17 00:00:00 2001
From: Francois-Rene Rideau <tunes@google.com>
Date: Tue, 15 Oct 2013 21:14:58 -0400
Subject: [PATCH] Releasing 3.22.1 with debian

---
 Makefile         | 3 ++-
 debian/changelog | 6 ++++++
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index fb8d537..199ddc9 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 c8e62a0..e0756a3 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
-- 
GitLab