[Lldb-commits] [lldb] r184339 - Updated the LLDB download page to reflect Debian package locations for 3.3 as well as the incremental 3.4 releases.

Ashok Thirumurthi ashok.thirumurthi at intel.com
Wed Jun 19 12:32:56 PDT 2013


Author: athirumu
Date: Wed Jun 19 14:32:56 2013
New Revision: 184339

URL: http://llvm.org/viewvc/llvm-project?rev=184339&view=rev
Log:
Updated the LLDB download page to reflect Debian package locations for 3.3 as well as the incremental 3.4 releases.

Modified:
    lldb/trunk/www/download.html

Modified: lldb/trunk/www/download.html
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/www/download.html?rev=184339&r1=184338&r2=184339&view=diff
==============================================================================
--- lldb/trunk/www/download.html (original)
+++ lldb/trunk/www/download.html Wed Jun 19 14:32:56 2013
@@ -33,12 +33,12 @@
 				<div class="postcontent">
 					<p>Debian packages are available for LLDB 3.2 and later.</p>
 					<ul>
-						<li><a href="http://packages.debian.org/experimental/lldb-3.4">LLDB 3.4</a> (incremental release)</li>
+						<li><a href="http://packages.debian.org/experimental/lldb-3.4">LLDB 3.4 - incremental release</a> (experimental)</li>
 							<ul>
 								<li><a href="http://packages.debian.org/experimental/amd64/lldb-3.4/download">amd64</a> (x86-64)</li>
 								<li><a href="http://packages.debian.org/experimental/s390/lldb-3.4/download">System/390</a> (i386)</li>
 							</ul>
-						<li><a href="http://packages.debian.org/experimental/lldb-3.3">LLDB 3.3</a> (experimental)</li>
+						<li><a href="http://packages.debian.org/unstable/lldb-3.3">LLDB 3.3</a> (unstable)</li>
 						<li><a href="http://packages.debian.org/unstable/lldb-3.2">LLDB 3.2</a> (unstable)</li>
 					</ul>
 				</div>
@@ -48,4 +48,4 @@
 	</div>
 </div>
 </body>
-</html>
\ No newline at end of file
+</html>





More information about the lldb-commits mailing list