diff --git a/dist/googlecode_upload_all.py b/dist/googlecode_upload_all.py index 150bdf4ae..dbb3500d5 100644 --- a/dist/googlecode_upload_all.py +++ b/dist/googlecode_upload_all.py @@ -28,6 +28,7 @@ LABELS = { "precise": ["Distro-Ubuntu"], "quantal": ["Distro-Ubuntu"], "raring": ["Distro-Ubuntu"], + "saucy": ["Distro-Ubuntu"], "squeeze": ["Distro-Debian"], "wheezy": ["Distro-Debian"], } @@ -55,7 +56,8 @@ DESCRIPTIONS = { ("deb", "lucid"): "for Ubuntu Lucid (10.04)", ("deb", "precise"): "for Ubuntu Precise (12.04)", ("deb", "quantal"): "for Ubuntu Quantal (12.10)", - ("deb", "raring"): "for Ubuntu Raring (13.04)", + ("deb", "raring"): "for Ubuntu Raring (13.04)", + ("deb", "saucy"): "for Ubuntu Saucy (13.10)", ("deb", "squeeze"): "for Debian Squeeze", ("deb", "wheezy"): "for Debian Wheezy", ("rpm", "fc18"): "for Fedora 18", @@ -74,6 +76,8 @@ RELEASES = [ ("deb", "quantal", 64), ("deb", "raring", 32), ("deb", "raring", 64), + ("deb", "saucy", 32), + ("deb", "saucy", 64), ("deb", "squeeze", 32), ("deb", "squeeze", 64), ("deb", "wheezy", 32),