This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libpdfbox-java.
commit 342db139a96af1578f08ce16a81088feb2c1931f Author: gregor herrmann <[email protected]> Date: Fri Nov 29 18:03:15 2013 +0100 Remove another non-free file during repackaging, that appears in 1.8.3. --- debian/copyright | 2 ++ debian/repack.local | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/copyright b/debian/copyright index feb9a9f..c49b7a6 100644 --- a/debian/copyright +++ b/debian/copyright @@ -6,6 +6,8 @@ Disclaimer: - The +dfsg tarball has been created by removing pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/* (contains non-free cmap file, we use the ones already in Debian instead) + and examples/src/main/resources/org/apache/pdfbox/resources/pdfa/sRGB* + (non-free color space profile) - The contents of the zip file mentions several other third-party copyright holders but the relevant files are not included. diff --git a/debian/repack.local b/debian/repack.local index 945b957..34aa7b6 100644 --- a/debian/repack.local +++ b/debian/repack.local @@ -1 +1,2 @@ rm pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/* +rm examples/src/main/resources/org/apache/pdfbox/resources/pdfa/sRGB* -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libpdfbox-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

