~ubuntu-branches/ubuntu/vivid/software-center/vivid

« back to all changes in this revision

Viewing changes to debian/patches/saucy-known-series.patch

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2013-05-01 18:52:16 UTC
  • mfrom: (209.1.1 raring-proposed)
  • Revision ID: package-import@ubuntu.com-20130501185216-z9sibksryzl2dy3d
Tags: 5.6.0-0ubuntu4
debian/patches/saucy-known-series.patch: Add new patch to know about
(Ubuntu) 'saucy', fixing FTBFS. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Add 'saucy' to known distroseries
 
2
Author: Iain Lane <iain.lane@canonical.com>
 
3
Forwarded: yes (message to Rodney Dawes)
 
4
 
 
5
Index: b/softwarecenter/distro/ubuntu.py
 
6
===================================================================
 
7
--- a/softwarecenter/distro/ubuntu.py
 
8
+++ b/softwarecenter/distro/ubuntu.py
 
9
@@ -37,6 +37,7 @@
 
10
 
 
11
     # see __init__.py description
 
12
     DISTROSERIES = [
 
13
+        "saucy",
 
14
         "raring",
 
15
         "quantal",
 
16
         "precise",