Package: release.debian.org Severity: normal Tags: wheezy User: release.debian....@packages.debian.org Usertags: pu
Hi, xul-ext-firecookie has become useless (removal pending in #752196, more information in #747606 and #751951), and should be removed from stable (do you want a separate bug report for the rm request?) and machines running stable. The proposed firebug package will take care of this removal from machines where needed, and will also remove a non-free binary blob from an image. Thanks in advance for considering. Regards David
diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 0000000..19d5342 --- /dev/null +++ b/debian/README.source @@ -0,0 +1,19 @@ +The source package is repacked to strip away copyrighted ICC profile + +First, they have to be found, using, e.g.: + + find . -regextype posix-extended -iregex '.*\.(jpg|png)' \ + -exec sh -c 'identify -verbose "$0" \ + | grep -i copyright && echo "$0"' {} \; + +Then the ICC profile can be stripped away, e.g.: + + exiftool -icc_profile"-<=" skin/classic/tabbar/tab-bkgnd.png + +The modification are being made in the upstream branch, and the +--git-pristine-tar and --git-pristine-tar-commit switches of +gbp buildpackage can be used to generate the appropriate tarball. + +All this can be forgotten once upstream fixes the file, as requested: + + https://github.com/firebug/firebug/pull/140 diff --git a/debian/changelog b/debian/changelog index 6673279..6413f54 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +firebug (1.12.8+dfsg-1+deb7u1) wheezy; urgency=medium + + * Provide xul-ext-firecookie (Closes: #747606, #751951) + + -- David Prévot <taf...@debian.org> Fri, 20 Jun 2014 18:35:42 -0400 + +firebug (1.12.8+dfsg-1) unstable; urgency=medium + + * Team upload + * Strip away copyrighted ICC profile + * Document repack + + -- David Prévot <taf...@debian.org> Sun, 11 May 2014 14:26:12 -0400 + firebug (1.12.8-1~deb7u1) wheezy; urgency=medium * Team upload diff --git a/debian/control b/debian/control index 9bd47f7..7b0c58d 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,9 @@ Architecture: all Depends: ${misc:Depends}, ${xpi:Depends} Recommends: ${xpi:Recommends} Breaks: ${xpi:Breaks} -Provides: ${xpi:Provides} +Provides: xul-ext-firecookie, ${xpi:Provides} +Conflicts: xul-ext-firecookie +Replaces: xul-ext-firecookie Enhances: ${xpi:Enhances} Description: web development plugin for Iceweasel/Firefox Firebug integrates with Iceweasel/Firefox to put a wealth of web development diff --git a/skin/classic/tabbar/tab-bkgnd.png b/skin/classic/tabbar/tab-bkgnd.png index ee9e9a4..61df2ac 100644 Binary files a/skin/classic/tabbar/tab-bkgnd.png and b/skin/classic/tabbar/tab-bkgnd.png differ
signature.asc
Description: Digital signature