This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository apache-log4j1.2.
commit bf11d42bda80da4a47b61b6c046643c48299af98 Author: Hilko Bengen <[email protected]> Date: Mon Jul 27 17:13:38 2015 +0000 Add missing .class files to .jar (Closes: #791446) --- debian/patches/add-missing-classes.patch | 16 ++++++++++++++++ debian/patches/series | 1 + 2 files changed, 17 insertions(+) diff --git a/debian/patches/add-missing-classes.patch b/debian/patches/add-missing-classes.patch new file mode 100644 index 0000000..83eb477 --- /dev/null +++ b/debian/patches/add-missing-classes.patch @@ -0,0 +1,16 @@ +Description: Add missing classes to jar +Author: Hilko Bengen <[email protected]> + +--- apache-log4j1.2.orig/build.xml ++++ apache-log4j1.2/build.xml +@@ -429,7 +429,9 @@ + ${stem}/or/*.class, + ${stem}/or/sax/*.class, + ${stem}/or/jms/*.class, +- ${stem}/config/*.class" ++ ${stem}/config/*.class ++ ${stem}/pattern/*.class ++ ${stem}/rewrite/*.class" + excludes="**/UnitTest**"> + <manifest> + <section name="org/apache/log4j"> diff --git a/debian/patches/series b/debian/patches/series index ce7af09..bb23568 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ build_fix.patch remove-activation-framework-dependency.patch +add-missing-classes.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/apache-log4j1.2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

