Skip to content
Snippets Groups Projects
Commit 992ec9d7 authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

Updated software-properties to fix 7031

parent 885a8e78
No related branches found
No related tags found
No related merge requests found
......@@ -18,19 +18,20 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=1
VERSION=2
. ./config
cat << EOF | patch -p1
--- software-properties-0.76.7/softwareproperties/SoftwareProperties.py 2010-09-20 13:52:10.000000000 +0100
+++ software-properties-0.76.7-2/softwareproperties/SoftwareProperties.py 2011-04-17 02:49:49.000000000 +0100
@@ -644,7 +644,13 @@
@@ -644,7 +644,14 @@
Add a source with the given apt line and auto-add
signing key if we have it in the whitelist
"""
- (deb_line, file) = expand_ppa_line(line.strip(), self.distro.codename)
+ codenames = {}
+ codenames["toutatis"] = "precise"
+ codenames["brigantia"] = "oneiric"
+ codenames["dagda"] = "natty"
+ codenames["slaine"] = "maverick"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment