Skip to content
Commits on Source (8)
......@@ -17,8 +17,13 @@ libitext5-java (5.5.13-1) unstable; urgency=medium
[ Emmanuel Bourg ]
* Set the source encoding to UTF-8
* Standards-Version updated to 4.2.1
* Use salsa.debian.org Vcs-* URLs
* Converted debian/copyright to the Copyright Format 1.0
* Removed the non-free sRGB color profile file from the upstream tarball
and use the equivalent one from icc-profiles-free for the tests
* Tightened the dependency on libbcprov-java
-- Emmanuel Bourg <ebourg@apache.org> Mon, 24 Sep 2018 14:28:44 +0200
-- Emmanuel Bourg <ebourg@apache.org> Mon, 24 Sep 2018 17:19:56 +0200
libitext5-java (5.5.6-4) unstable; urgency=medium
......
pdfa/src/test/resources/com/itextpdf/text/pdf/*.icm
......@@ -10,10 +10,11 @@ Build-Depends:
default-jdk,
default-jdk-doc,
ghostscript,
icc-profiles-free,
junit4,
libbcpkix-java,
libbcpkix-java-doc,
libbcprov-java (>= 1.48),
libbcprov-java (>= 1.60),
libbcprov-java-doc,
libmaven-bundle-plugin-java,
libmaven-javadoc-plugin-java,
......@@ -21,8 +22,8 @@ Build-Depends:
libxml-security-java (>= 2.0.10-2~),
maven-debian-helper (>= 1.5)
Standards-Version: 4.2.1
Vcs-Git: https://anonscm.debian.org/git/pkg-java/libitext5-java.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libitext5-java.git
Vcs-Git: https://salsa.debian.org/java-team/libitext5-java.git
Vcs-Browser: https://salsa.debian.org/java-team/libitext5-java
Homepage: http://itextpdf.com
Package: libitext5-java
......
This diff is collapsed.
......@@ -5,6 +5,7 @@
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
ln -s /usr/share/color/icc/sRGB.icc 'pdfa/src/test/resources/com/itextpdf/text/pdf/sRGB Color Space Profile.icm'
dh_auto_test -- package -DgsExec=/usr/bin/gs
endif
......