This is an automated email from the git hooks/post-receive script. henrich pushed a commit to branch debian/sid in repository jruby-joni.
commit 15dea238543517bc31cab06d8d8acbad1e897654 Author: Hideki Yamane <[email protected]> Date: Wed Jul 19 21:40:18 2017 +0900 add patch to remove "missing-classpath libjcodings-java" warning --- debian/changelog | 3 +++ debian/patches/0003-add-class-path-for-jcodings.patch | 16 ++++++++++++++++ debian/patches/series | 1 + 3 files changed, 20 insertions(+) diff --git a/debian/changelog b/debian/changelog index d0df91f..403fd59 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,9 @@ jruby-joni (2.1.11-3) unstable; urgency=medium - set 10 * debian/watch - update to version4 + * debian/patches + - add 0003-add-class-path-for-jcodings.patch to eliminate lintian warning + "missing-classpath libjcodings-java" -- Hideki Yamane <[email protected]> Wed, 19 Jul 2017 21:30:24 +0900 diff --git a/debian/patches/0003-add-class-path-for-jcodings.patch b/debian/patches/0003-add-class-path-for-jcodings.patch new file mode 100644 index 0000000..ef7cd7b --- /dev/null +++ b/debian/patches/0003-add-class-path-for-jcodings.patch @@ -0,0 +1,16 @@ +From: Hideki Yamane <[email protected]> +Date: Wed, 19 Jul 2017 21:37:58 +0900 +Subject: add class-path: for jcodings + +--- + MANIFEST.MF | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/MANIFEST.MF b/MANIFEST.MF +index 0dfec5c..4ce7319 100644 +--- a/MANIFEST.MF ++++ b/MANIFEST.MF +@@ -1,2 +1,3 @@ + Implementation-Title: Joni (java port of Oniguruma) + Implementation-Version: 1.1.7 ++Class-Path: jcodings.jar diff --git a/debian/patches/series b/debian/patches/series index d08d369..1a8aed7 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ build.xml-jcoding.patch 0002-remove-build-time-for-reproducible-build.patch +0003-add-class-path-for-jcodings.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jruby-joni.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

