[Pkg-mozext-commits] [nostalgy] 227/235: Fix RDF syntax
David Prévot
taffit at alioth.debian.org
Tue Oct 8 20:42:34 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository nostalgy.
commit 64cfec30064b055beba938c1b1545975ed381957
Author: David Prévot <taffit at debian.org>
Date: Mon Oct 7 21:03:29 2013 -0400
Fix RDF syntax
Use gbp pq to handle patches.
---
...ff => 0001-Remove-cleanup-from-the-build.patch} | 8 ++++
debian/patches/0002-Fix-RDF-syntax.patch | 46 ++++++++++++++++++++
debian/patches/series | 3 +-
3 files changed, 56 insertions(+), 1 deletion(-)
diff --git a/debian/patches/no-cleanup.diff b/debian/patches/0001-Remove-cleanup-from-the-build.patch
similarity index 64%
rename from debian/patches/no-cleanup.diff
rename to debian/patches/0001-Remove-cleanup-from-the-build.patch
index bf2f4c7..e8a8061 100644
--- a/debian/patches/no-cleanup.diff
+++ b/debian/patches/0001-Remove-cleanup-from-the-build.patch
@@ -1,3 +1,11 @@
+From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx at sigxcpu.org>
+Date: Thu, 13 Mar 2008 04:58:56 -0400
+Subject: Remove cleanup from the build
+
+---
+ build.sh | 13 -------------
+ 1 file changed, 13 deletions(-)
+
diff --git a/build.sh b/build.sh
index 5fb40ae..370ae15 100755
--- a/build.sh
diff --git a/debian/patches/0002-Fix-RDF-syntax.patch b/debian/patches/0002-Fix-RDF-syntax.patch
new file mode 100644
index 0000000..21226f0
--- /dev/null
+++ b/debian/patches/0002-Fix-RDF-syntax.patch
@@ -0,0 +1,46 @@
+From: =?UTF-8?q?David=20Pr=C3=A9vot?= <taffit at debian.org>
+Date: Mon, 7 Oct 2013 21:40:45 -0400
+Subject: Fix RDF syntax
+
+---
+ install.rdf | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+diff --git a/install.rdf b/install.rdf
+index d254814..a72b2da 100644
+--- a/install.rdf
++++ b/install.rdf
+@@ -14,27 +14,27 @@
+
+ <em:targetApplication>
+ <!-- Thunderbird -->
+- <Description>
++ <RDF:Description>
+ <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
+ <em:minVersion>1.5</em:minVersion>
+ <em:maxVersion>20.*</em:maxVersion>
+- </Description>
++ </RDF:Description>
+ </em:targetApplication>
+ <em:targetApplication>
+ <!-- SeaMonkey -->
+- <Description>
++ <RDF:Description>
+ <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
+ <em:minVersion>1.1</em:minVersion>
+ <em:maxVersion>2.9.*</em:maxVersion>
+- </Description>
++ </RDF:Description>
+ </em:targetApplication>
+ <em:targetApplication>
+ <!-- Postbox -->
+- <Description>
++ <RDF:Description>
+ <em:id>postbox at postbox-inc.com</em:id>
+ <em:minVersion>1.0b13</em:minVersion>
+ <em:maxVersion>3.*</em:maxVersion>
+- </Description>
++ </RDF:Description>
+ </em:targetApplication>
+ </RDF:Description>
+ </RDF:RDF>
diff --git a/debian/patches/series b/debian/patches/series
index 4f2ae4d..b74c78c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
-no-cleanup.diff
+0001-Remove-cleanup-from-the-build.patch
+0002-Fix-RDF-syntax.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/nostalgy.git
More information about the Pkg-mozext-commits
mailing list