Package: xul-ext-cookie-monster
Version: 1.1.0-3
Severity: grave
Tags: upstream, patch
Hi,
xul-ext-cookie-monster Breaks: iceweasel (>= 8.+).
iceweasel 9 landed into unstable.
Therefore, Cookie Monster is currently not usable at all in an
up-to-date Debian unstable system.
This is how I got a package that Works For Me™:
* Patch install.rdf to set maxVersion to 9.*.
* Rebuild to update ${xpi:Breaks}.
The attached (Git) patch series implement this (yeah, the version is wrong).
This should obviously be reported upstream but I'll let you do this part.
Cheers,
--
intrigeri <[email protected]>
| GnuPG key @ https://gaffer.ptitcanardnoir.org/intrigeri/intrigeri.asc
| OTR fingerprint @ https://gaffer.ptitcanardnoir.org/intrigeri/otr.asc
| Then we'll come from the shadows.
>From d71f6da8046f09908b3bc4dcb1bcf0c40d4230ad Mon Sep 17 00:00:00 2001
From: intrigeri <[email protected]>
Date: Wed, 21 Dec 2011 20:15:08 +0100
Subject: [PATCH 1/2] New patch: mark as compatible with Firefox 9.
---
.../0001-Mark-as-compatible-with-Firefox-9.patch | 22 ++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 23 insertions(+), 0 deletions(-)
create mode 100644 debian/patches/0001-Mark-as-compatible-with-Firefox-9.patch
create mode 100644 debian/patches/series
diff --git a/debian/patches/0001-Mark-as-compatible-with-Firefox-9.patch b/debian/patches/0001-Mark-as-compatible-with-Firefox-9.patch
new file mode 100644
index 0000000..6f3e505
--- /dev/null
+++ b/debian/patches/0001-Mark-as-compatible-with-Firefox-9.patch
@@ -0,0 +1,22 @@
+From: intrigeri <[email protected]>
+Date: Wed, 21 Dec 2011 20:14:40 +0100
+Subject: Mark as compatible with Firefox 9.*.
+
+---
+ install.rdf | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/install.rdf b/install.rdf
+index cd51103..1809595 100644
+--- a/install.rdf
++++ b/install.rdf
+@@ -17,7 +17,7 @@
+ <Description>
+ <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
+ <em:minVersion>3.5</em:minVersion>
+- <em:maxVersion>8.*</em:maxVersion>
++ <em:maxVersion>9.*</em:maxVersion>
+ </Description>
+ </em:targetApplication>
+
+--
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..858e1f3
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Mark-as-compatible-with-Firefox-9.patch
--
1.7.7.3
>From e030912e394186760f42e1a91da54cec32da2a48 Mon Sep 17 00:00:00 2001
From: intrigeri <[email protected]>
Date: Wed, 21 Dec 2011 20:03:31 +0100
Subject: [PATCH 2/2] Release cookie-monster (1.1.0-3+tails0).
---
debian/changelog | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index fdbd259..2509be7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+cookie-monster (1.1.0-3+tails0) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Rebuild to update ${xpi:Breaks}.
+ * Mark as compatible with Firefox 9.*.
+
+ -- intrigeri <[email protected]> Wed, 21 Dec 2011 20:15:34 +0100
+
cookie-monster (1.1.0-3) unstable; urgency=low
* Removed duplicated text in package description (Closes: #649751)
--
1.7.7.3