<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">diff --git a/changelog b/changelog
index 9d0e779..64bea36 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,5 @@
+20120402 tpd src/axiom-website/patches.html 20120402.04.tpd.patch
+20120402 tpd src/axiom-website/download.html add debian binary
 20120402 tpd src/axiom-website/patches.html 20120402.03.tpd.patch
 20120402 tpd faq fix FAQ 22: How do I check out the latest source?
 20120402 tpd src/axiom-website/patches.html 20120402.02.tpd.patch
diff --git a/src/axiom-website/download.html b/src/axiom-website/download.html
index 500050f..bfe98c2 100644
--- a/src/axiom-website/download.html
+++ b/src/axiom-website/download.html
@@ -210,6 +210,7 @@
      &lt;td align="center"&gt;&lt;!-- Mar 2012 --&gt;
       &lt;font face="Helvetica, Arial, sans-serif" size="+1"&gt;
       &lt;a href="downloads/axiom-mar2012-src.tgz"&gt;src&lt;/a&gt;
+      &lt;a href="downloads/axiom-debian-mar2012-bin.tgz"&gt;bin&lt;/a&gt;
       &lt;/font&gt;
      &lt;/td&gt;
     &lt;/tr&gt;
@@ -663,20 +664,6 @@ export PATH=$AXIOM/bin:$PATH
 make
 &lt;/pre&gt;
 
-
-&lt;h2&gt;CVS&lt;/h2&gt;
-  Note: As of May 2009, CVS is no longer supported. Use Git.
-
-  To download the code from sourceforge, do:
-
-&lt;pre&gt;
-git clone git://git.savannah.nongnu.org/axiom.git
-cd axiom
-export AXIOM=`pwd`/mnt/&lt;SYSNAME&gt; (see table below)
-export PATH=$AXIOM/bin:$PATH
-make
-&lt;/pre&gt;
-
 Or you can download the sourcecode from savannah:
 &lt;pre&gt;
 cd axiom
@@ -753,7 +740,7 @@ make
 echo 0 &gt;/proc/sys/kernel/randomize_va_space
 apt-get install m4 libxpm-dev libxt-dev x-dev libx11-dev 
 apt-get install libxext-dev gettext git-core texlive gawk 
-git clone git://axiom.git.sourceforge.net/gitroot/axiom/axiom
+git clone git://github.com/daly/axiom.git
 cd axiom
 export AXIOM=`pwd`/mnt/ubuntu
 export PATH=$AXIOM/bin:$PATH
@@ -790,7 +777,7 @@ echo 0 &gt;/proc/sys/kernel/randomize_va_space
 yast2 --install m4 git-core texlive gawk xterm emacs patch texlive-latex
 yast2 --install gcc xorg-x11-proto-devel make xorg-x11-libXpm-devel
 rpm -i texlive-latex-2007-69.noarch.rpm
-git clone git://axiom.git.sourceforge.net/gitroot/axiom/axiom
+git clone git://github.com/daly/axiom.git
 cd axiom
 export AXIOM=`pwd`/mnt/opensuse
 export PATH=$AXIOM/bin:$PATH
@@ -809,9 +796,9 @@ Next you need to install these packages:
 apt-get install gcc build-essential debhelper gettext gs-gpl html2text
 apt-get install intltool-debian libgmp3-dev libice-dev libxau-dev libxaw7-dev
 apt-get install po-debconf x-dev x11proto-input-dev x11proto-kb-dev 
-apt-get install libncurses5-dev libreadline5-dev libstdc++6-4.1-dev gawk
+apt-get install libreadline5-dev gawk
 apt-get install texlive-pstricks git-core texlive
-git clone git://axiom.git.sourceforge.net/gitroot/axiom/axiom
+git clone git://github.com/daly/axiom.git
 cd axiom
 export AXIOM=`pwd`/mnt/debian
 export PATH=$AXIOM/bin:$PATH
diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html
index 890dd35..e231dba 100644
--- a/src/axiom-website/patches.html
+++ b/src/axiom-website/patches.html
@@ -3868,5 +3868,7 @@ src/axiom-website/download.html add ubuntu&lt;br/&gt;
 src/input/clements.input add example of spad code&lt;br/&gt;
 &lt;a href="patches/20120402.03.tpd.patch"&gt;20120402.03.tpd.patch&lt;/a&gt;
 faq fix FAQ 22: How do I check out the latest source?&lt;br/&gt;
+&lt;a href="patches/20120402.04.tpd.patch"&gt;20120402.04.tpd.patch&lt;/a&gt;
+src/axiom-website/download.html add debian binary&lt;br/&gt;
  &lt;/body&gt;
 &lt;/html&gt;
</pre></body></html>