~kaaloo/ubufox/ubuntu

« back to all changes in this revision

Viewing changes to debian/patches/lp123713_addon_description_fix.patch

  • Committer: Alexander Sack
  • Date: 2008-02-13 15:39:08 UTC
  • Revision ID: asac@jwsdot.com-20080213153908-wyshy2rapgiob25e
* package new upstream version 0.5~beta1
* drop All patches shipped in ubuntu diff.gz
  - drop debian/patches/lp139380_ubufox_add_finnish_translation.patch
  - drop debian/patches/lp134426_prepatch_fix_pluginfinder_runs_forever.patch
  - drop debian/patches/lp123713_addon_description_fix.patch
  - drop debian/patches/fix_broken_radiobutton_command.patch
  - update debian/patches/series
* document in changelog
  - update debian/changelog

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- a/install.rdf       2007-08-16 13:09:30 +0000
2
 
+++ b/install.rdf       2007-10-08 12:01:54 +0000
3
 
@@ -1,19 +1,19 @@
4
 
 <?xml version="1.0" encoding="UTF-8"?>
5
 
 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
6
 
  xmlns:em="http://www.mozilla.org/2004/em-rdf#">
7
 
   <Description about="urn:mozilla:install-manifest">
8
 
     <em:id>ubufox@ubuntu.com</em:id>
9
 
-    <em:name>ubufox</em:name>
10
 
+    <em:name>Ubuntu Firefox Modifications</em:name>
11
 
     <em:version>0.4~beta1</em:version>
12
 
     <em:creator>Canonical Ltd.</em:creator>
13
 
     <em:contributor>Alexander Sack &lt;asac@ubuntu.com&gt;</em:contributor>
14
 
     <em:contributor>Sasa Bodiroza &lt;jazzva@gmail.com&gt;</em:contributor>
15
 
-    <em:description>Ubuntu Firefox Extension</em:description>
16
 
+    <em:description>Ubuntu configuration defaults and apt support for firefox extensions/plugins.</em:description>
17
 
     <em:iconURL>chrome://ubufox/content/ubuntu.ico</em:iconURL>
18
 
     <em:targetApplication>
19
 
       <Description>
20
 
         <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- firefox -->
21
 
         <em:minVersion>1.5</em:minVersion>
22
 
         <em:maxVersion>2.0.0.*</em:maxVersion>
23
 
       </Description>
24
 
     </em:targetApplication>
25