[classycle] 07/12: Fixed the compatibility with Ant 1.9.x

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Dec 21 17:36:59 UTC 2016


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

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

commit aff0c25a3064ce71fab7107f3adfc33e5f3e6378
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Dec 21 18:23:13 2016 +0100

    Fixed the compatibility with Ant 1.9.x
---
 debian/changelog                       |  1 +
 debian/patches/ant-compatibility.patch | 14 ++++++++++++++
 debian/patches/series                  |  1 +
 3 files changed, 16 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4a664fe..b487c69 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ classycle (1.4.2-1) UNRELEASED; urgency=medium
   * Team upload.
   * New upstream release
     - Refreshed the patch
+    - Fixed the compatibility with Ant 1.9.x
   * Standards-Version updated to 3.9.8
   * Use secure Vcs-* URLs
   * Switch to debhelper level 10
diff --git a/debian/patches/ant-compatibility.patch b/debian/patches/ant-compatibility.patch
new file mode 100644
index 0000000..529e867
--- /dev/null
+++ b/debian/patches/ant-compatibility.patch
@@ -0,0 +1,14 @@
+Description: Fixes the compatibility with the version of Ant in Debian
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: no
+--- a/src/classycle/ant/DependencyCheckingTask.java
++++ b/src/classycle/ant/DependencyCheckingTask.java
+@@ -150,7 +150,7 @@
+       Analyser analyser = new Analyser(getClassFileNames(), getPattern(), 
+                                        getReflectionPattern(), 
+                                        isMergeInnerClasses());
+-      Map<Object, Object> properties = _definitionFile == null ? getProject().getProperties() 
++      Map properties = _definitionFile == null ? getProject().getProperties() 
+                                                : System.getProperties();
+       DependencyChecker dependencyChecker 
+                         = new DependencyChecker(analyser,
diff --git a/debian/patches/series b/debian/patches/series
index c614a3c..726b954 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 build.diff
+ant-compatibility.patch

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



More information about the pkg-java-commits mailing list