[Pkg-mozext-commits] [firebug] 03/04: Document repack

David Prévot taffit at moszumanska.debian.org
Sun May 11 18:49:38 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch 1.12
in repository firebug.

commit 99809786323cb44388c7ce17b5546a0c403d9499
Author: David Prévot <taffit at debian.org>
Date:   Sun May 11 13:39:55 2014 -0400

    Document repack
---
 debian/README.source | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firebug.git



More information about the Pkg-mozext-commits mailing list