From bb65f276386dd28c84d391beb8799c93621da91f Mon Sep 17 00:00:00 2001 From: Anne Gentle Date: Wed, 27 Apr 2011 08:41:07 -0500 Subject: [PATCH 1/2] Changing version links to 1.2 and 1.3 instead of 1.1 and 1.2 --- doc/source/_theme/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/_theme/layout.html b/doc/source/_theme/layout.html index f0573a3b43..75d970baa8 100644 --- a/doc/source/_theme/layout.html +++ b/doc/source/_theme/layout.html @@ -58,7 +58,7 @@

- Psst... hey. Did you know you can read Swift 1.2 docs or Swift 1.1 docs also? + Psst... hey. Did you know you can read Swift 1.3 docs or Swift 1.2 docs also?

{%- endif %} From 8218a292e83d89d5af3e0d982a02d7df695b25b2 Mon Sep 17 00:00:00 2001 From: Anne Gentle Date: Thu, 28 Apr 2011 20:17:55 -0500 Subject: [PATCH 2/2] Adds python-netifaces to the list --- doc/source/debian_package_guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/debian_package_guide.rst b/doc/source/debian_package_guide.rst index e8086adc16..eef9180a90 100644 --- a/doc/source/debian_package_guide.rst +++ b/doc/source/debian_package_guide.rst @@ -58,7 +58,7 @@ Instructions for Building Debian Packages for Swift apt-get install python-software-properties add-apt-repository ppa:swift-core/ppa apt-get update - apt-get install curl gcc bzr python-configobj python-coverage python-dev python-nose python-setuptools python-simplejson python-xattr python-webob python-eventlet python-greenlet debhelper python-sphinx python-all python-openssl python-pastedeploy bzr-builddeb + apt-get install curl gcc bzr python-configobj python-coverage python-dev python-nose python-setuptools python-simplejson python-xattr python-webob python-eventlet python-greenlet debhelper python-sphinx python-all python-openssl python-pastedeploy python-netifaces bzr-builddeb * As you