[xmlgraphics-commons] 34/47: start working on 2.0.1

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Oct 2 23:28:10 UTC 2017


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

ebourg-guest pushed a commit to branch master
in repository xmlgraphics-commons.

commit a4824fa784094fa4b2e3fdb5c8f12df7ed71a985
Author: Mathieu Malaterre <malat at debian.org>
Date:   Sat Jul 11 20:18:45 2015 +0000

    start working on 2.0.1
---
 debian/changelog                             |  6 ++++++
 debian/patches/disable-iccprofile-test.patch | 31 ----------------------------
 debian/patches/series                        |  1 -
 3 files changed, 6 insertions(+), 32 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ecb7695..ec69245 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 ]
diff --git a/debian/patches/disable-iccprofile-test.patch b/debian/patches/disable-iccprofile-test.patch
index 8dac586..44b315d 100644
--- a/debian/patches/disable-iccprofile-test.patch
+++ b/debian/patches/disable-iccprofile-test.patch
@@ -3,34 +3,3 @@ Description: This test fails with openjdk-7 (and oracle java 7).
 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 {
diff --git a/debian/patches/series b/debian/patches/series
index 6cfedbc..f968cbf 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 #xml-top-level.patch
 #xml-rdf-resource.patch
-disable-iccprofile-test.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/xmlgraphics-commons.git



More information about the pkg-java-commits mailing list