~ubuntu-branches/ubuntu/precise/ubufox/precise-security

« back to all changes in this revision

Viewing changes to pfs/web/plugin-finder.py

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-03-02 18:23:51 UTC
  • mfrom: (1.1.29)
  • Revision ID: package-import@ubuntu.com-20120302182351-bk176msi9zqbil3c
Tags: 2.0-0ubuntu1
* New upstream release
  - Bump maxVersion to 13.0a1
  - Fix a regression in the aptdaemon port of the plugin installer, where
    we weren't offering to enable the required source components. This
    is all handled via aptdaemon
  - Fall back to apturl if aptdaemon isn't available
  - Drop the Ask.com searchplugin (LP: #871144)
* Move back out of the application directory now that LP: #915895 is fixed.
  This means that it also works with nightly builds again
  - update debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
                apturl = ""
131
131
                if row[2] != "":
132
132
                        section = row[4]
133
 
                        if section == "multiverse":
134
 
                                section = "universe"
135
133
                        apturl = "apt:" + row[2] + "?section=" + section
136
134
 
137
135
                desc = plugindata.PluginDescription (           \