From 7bb4cdee41b012675f6118fe365728cbb9fa3cc8 Mon Sep 17 00:00:00 2001 From: James Lu Date: Sat, 9 May 2015 00:03:14 -0700 Subject: [PATCH] PkgInfo: Add Ubuntu 15.10 codename "wily" --- PkgInfo/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PkgInfo/plugin.py b/PkgInfo/plugin.py index 85173ff..6e3f8d6 100644 --- a/PkgInfo/plugin.py +++ b/PkgInfo/plugin.py @@ -84,7 +84,7 @@ class PkgInfo(callbacks.Plugin): "experimental") debian_archive = ("bo", "hamm", "slink", "potato", "woody", "sarge", "etch", "lenny") - ubuntu = ("lucid", "precise", "trusty", "utopic", "vivid") + ubuntu = ("lucid", "precise", "trusty", "utopic", "vivid", "wily") if release.startswith(debian): return "debian" elif release.startswith(ubuntu):