[Pkg-mozext-commits] [noscript] 06/07: Document repack

David Prévot taffit at moszumanska.debian.org
Mon May 12 03:04:16 UTC 2014


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

taffit pushed a commit to branch master
in repository noscript.

commit 1bfd30d18ecc7d4a4af3aa0518bd19fb0e574381
Author: David Prévot <taffit at debian.org>
Date:   Sun May 11 22:48:39 2014 -0400

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

diff --git a/debian/README.source b/debian/README.source
index 9fbde13..820f453 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -18,3 +18,25 @@ installed:
 These are the important steps and may need to be changed according to
 deviations, say, in the release process of upstream releases (e.g., if
 upstream changes the location where the tarballs reside).
+
+
+The source package is furthermore 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"-<=" $files
+
+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:
+
+	http://forums.informaction.com/viewtopic.php?f=10&t=19657

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



More information about the Pkg-mozext-commits mailing list