~ubuntu-branches/ubuntu/maverick/pwdhash/maverick-proposed

« back to all changes in this revision

Viewing changes to debian/patches/install.rdf.patch

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung
  • Date: 2009-08-20 23:07:05 UTC
  • Revision ID: james.westby@ubuntu.com-20090820230705-4nkdd6v7gvxdi046
Tags: 1.7-3ubuntu1
* Merge from Debian unstable (LP: #416651), remaining changes:
  - Rename binary package to pwdhash.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Remove :RDF from install.rdf for making it parsable by mozilla-devscripts.
 
2
diff --git a/install.rdf b/install.rdf
 
3
index d889fa5..4aea794 100644
 
4
diff -Nur -x '*.orig' -x '*~' debian/install.rdf debian.new/install.rdf
 
5
--- debian/install.rdf  2009-08-20 22:24:18.386225000 +0200
 
6
+++ debian.new/install.rdf      2009-08-20 22:25:13.670432867 +0200
 
7
@@ -1,18 +1,18 @@
 
8
 <?xml version="1.0"?>
 
9
 
 
10
-<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 
11
+<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 
12
          xmlns:em="http://www.mozilla.org/2004/em-rdf#">
 
13
 
 
14
-  <RDF:Description about="urn:mozilla:install-manifest">
 
15
+  <Description about="urn:mozilla:install-manifest">
 
16
 
 
17
   <em:id>{bb8d77b0-a845-4249-a205-ef7395587b69}</em:id>
 
18
   <em:version>1.7</em:version>
 
19
   <em:targetApplication>
 
20
-    <RDF:Description>
 
21
+    <Description>
 
22
       <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
 
23
       <em:minVersion>1.0</em:minVersion>
 
24
       <em:maxVersion>3.5.*</em:maxVersion>
 
25
-    </RDF:Description>
 
26
+    </Description>
 
27
   </em:targetApplication>
 
28
 
 
29
   <em:name>PwdHash</em:name>
 
30
@@ -23,6 +23,6 @@
 
31
 
 
32
   <em:homepageURL>http://crypto.stanford.edu/PwdHash</em:homepageURL>
 
33
 
 
34
-  </RDF:Description>
 
35
-</RDF:RDF>
 
36
+  </Description>
 
37
+</RDF>
 
38