[pkg-java] r18765 - in trunk/xmlgraphics-commons/debian: . patches
Mathieu Malaterre
malat at moszumanska.debian.org
Sat Jul 11 20:18:45 UTC 2015
Author: malat
Date: 2015-07-11 20:18:45 +0000 (Sat, 11 Jul 2015)
New Revision: 18765
Modified:
trunk/xmlgraphics-commons/debian/changelog
trunk/xmlgraphics-commons/debian/patches/disable-iccprofile-test.patch
trunk/xmlgraphics-commons/debian/patches/series
Log:
start working on 2.0.1
Modified: trunk/xmlgraphics-commons/debian/changelog
===================================================================
--- trunk/xmlgraphics-commons/debian/changelog 2015-07-11 19:30:53 UTC (rev 18764)
+++ trunk/xmlgraphics-commons/debian/changelog 2015-07-11 20:18:45 UTC (rev 18765)
@@ -1,3 +1,9 @@
+xmlgraphics-commons (2.0.1-1) experimental; urgency=medium
+
+ * New upstream
+
+ -- Mathieu Malaterre <malat at debian.org> Sat, 11 Jul 2015 22:12:01 +0200
+
xmlgraphics-commons (1.5-4) unstable; urgency=low
[ Emmanuel Bourg ]
Modified: trunk/xmlgraphics-commons/debian/patches/disable-iccprofile-test.patch
===================================================================
--- trunk/xmlgraphics-commons/debian/patches/disable-iccprofile-test.patch 2015-07-11 19:30:53 UTC (rev 18764)
+++ trunk/xmlgraphics-commons/debian/patches/disable-iccprofile-test.patch 2015-07-11 20:18:45 UTC (rev 18765)
@@ -3,34 +3,3 @@
Author: James Page <james.page at ubuntu.com>
Bug: https://issues.apache.org/bugzilla/show_bug.cgi?id=53328
---- a/test/java/org/apache/xmlgraphics/image/loader/ImageLoaderTestCase.java
-+++ b/test/java/org/apache/xmlgraphics/image/loader/ImageLoaderTestCase.java
-@@ -162,28 +162,6 @@ public class ImageLoaderTestCase extends
- sessionContext.checkAllStreamsClosed();
- }
-
-- public void testICCProfiles() throws Exception {
-- MyImageSessionContext sessionContext = createImageSessionContext();
-- List/* <ICC_Profile> */profiles = new ArrayList();
--
-- runReaders(profiles, sessionContext, "iccTest.png", "image/png",
-- ImageFlavor.RAW_PNG);
-- runReaders(profiles, sessionContext, "iccTest.jpg", "image/jpeg",
-- ImageFlavor.RAW_JPEG);
--
-- ICC_Profile first = (ICC_Profile) profiles.get(0);
-- byte[] firstData = first.getData();
-- for (int i = 1; i < profiles.size(); i++) {
-- ICC_Profile icc = (ICC_Profile) profiles.get(i);
-- byte[] data = icc.getData();
-- assertEquals("Embedded ICC Profiles are not the same size!",
-- firstData.length, data.length);
-- for (int j = 0; j < firstData.length; j++) {
-- assertEquals("Embedded ICC Profiles differ at index " + j,
-- firstData[j], data[j]);
-- }
-- }
-- }
-
- private void runReaders(List profiles, ImageSessionContext isc, String uri,
- String mime, ImageFlavor rawFlavor) throws Exception {
Modified: trunk/xmlgraphics-commons/debian/patches/series
===================================================================
--- trunk/xmlgraphics-commons/debian/patches/series 2015-07-11 19:30:53 UTC (rev 18764)
+++ trunk/xmlgraphics-commons/debian/patches/series 2015-07-11 20:18:45 UTC (rev 18765)
@@ -1,3 +1,2 @@
#xml-top-level.patch
#xml-rdf-resource.patch
-disable-iccprofile-test.patch
More information about the pkg-java-commits
mailing list