]> Pileus Git - ~andy/aweather-web/commitdiff
Update for ubuntu packages
authorAndy Spencer <andy753421@gmail.com>
Mon, 29 Aug 2011 01:16:10 +0000 (01:16 +0000)
committerAndy Spencer <andy753421@gmail.com>
Mon, 29 Aug 2011 01:16:10 +0000 (01:16 +0000)
html.ct
html.h

diff --git a/html.ct b/html.ct
index f4252f5bf7178691013bfd016ca558ab74090d8d..45dc64c4164d9c94566517f0246d9bb2cf66a0cf 100644 (file)
--- a/html.ct
+++ b/html.ct
@@ -130,8 +130,8 @@ Content-Type: text/html; charset=UTF-8
                        AWeather 0.5.1 released: <ul>
                                <li>Bugfix release</li>
                                <li>Updated sat/map/elev to provide better data</li>
                        AWeather 0.5.1 released: <ul>
                                <li>Bugfix release</li>
                                <li>Updated sat/map/elev to provide better data</li>
-                               <li>First release with <a href="<%= DEB_HOME %>">Debian packages</a></li>
-                               <li>Ubuntu packaging in progress (hopefully for 11.10)</li>
+                               <li>First release with <a href="<%= DEBIAN_HOME %>">Debian</a>, 
+                                                  and <a href="<%= UBUNTU_HOME %>">Ubuntu</a> packages</li>
                        </ul>
                </dd>
 
                        </ul>
                </dd>
 
@@ -240,7 +240,7 @@ Content-Type: text/html; charset=UTF-8
                        <dd><span class="code">apt-get install aweather</span> from Debian sid</dd>
 
                        <dt>Ubuntu</dt>
                        <dd><span class="code">apt-get install aweather</span> from Debian sid</dd>
 
                        <dt>Ubuntu</dt>
-                       <dd>Packaging in progress for Ubuntu 11.10</dd>
+                       <dd><span class="code">apt-get install aweather</span> from Ubuntu oneiric</dd>
                </dl></li>
                <li class="windows"><dl class="inline">
                        <dt>Windows</dt>
                </dl></li>
                <li class="windows"><dl class="inline">
                        <dt>Windows</dt>
diff --git a/html.h b/html.h
index 4bc9f736f07bd12dbb51b28cd4790d0e49db7154..ee8028e3932f832637714957562d440b7be2f641 100644 (file)
--- a/html.h
+++ b/html.h
@@ -28,7 +28,8 @@
 #define RSL_WEB      "http://trmm-fc.gsfc.nasa.gov/trmm_gv/software/rsl/"
 #define RSL_FTP      "ftp://trmm-fc.gsfc.nasa.gov/software/"
 
 #define RSL_WEB      "http://trmm-fc.gsfc.nasa.gov/trmm_gv/software/rsl/"
 #define RSL_FTP      "ftp://trmm-fc.gsfc.nasa.gov/software/"
 
-#define DEB_HOME     "http://packages.debian.org/unstable/aweather"
+#define DEBIAN_HOME  "http://packages.debian.org/unstable/aweather"
+#define UBUNTU_HOME  "http://packages.ubuntu.com/oneiric/science/aweather"
 
 #define PREFIX       "http://lug.rose-hulman.edu/proj/aweather/"
 
 
 #define PREFIX       "http://lug.rose-hulman.edu/proj/aweather/"