[DRE-commits] [ruby-psych] 02/03: Add classpath for libpsych-java package

Miguel Landaeta nomadium at moszumanska.debian.org
Fri Sep 15 18:47:57 UTC 2017


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

nomadium pushed a commit to branch master
in repository ruby-psych.

commit 33151df702ae3fe4e620028829b3d71a711493a9
Author: Miguel Landaeta <nomadium at debian.org>
Date:   Fri Sep 15 18:00:36 2017 +0100

    Add classpath for libpsych-java package
---
 debian/changelog               | 3 ++-
 debian/libpsych-java.classpath | 1 +
 debian/rules                   | 1 +
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index fba1792..b17851a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 ruby-psych (2.2.4-5) UNRELEASED; urgency=medium
 
   * Separate arch specific build steps from arch-indep ones.
+  * Add classpath for libpsych-java package.
 
- -- Miguel Landaeta <nomadium at debian.org>  Fri, 15 Sep 2017 17:58:59 +0100
+ -- Miguel Landaeta <nomadium at debian.org>  Fri, 15 Sep 2017 18:00:17 +0100
 
 ruby-psych (2.2.4-4) unstable; urgency=medium
 
diff --git a/debian/libpsych-java.classpath b/debian/libpsych-java.classpath
new file mode 100644
index 0000000..de7b787
--- /dev/null
+++ b/debian/libpsych-java.classpath
@@ -0,0 +1 @@
+lib/psych.jar /usr/share/java/bytelist.jar /usr/share/java/jcodings.jar /usr/share/java/snakeyaml.jar
diff --git a/debian/rules b/debian/rules
index fd61e69..1959d6f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,7 @@ override_dh_auto_install-arch:
 	cd ./debian/ruby-psych/usr && rm -rf ./bin
 
 override_dh_auto_install-indep:
+	jh_classpath --indep --verbose
 	jh_installlibs
 
 override_dh_auto_test-indep:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-psych.git



More information about the Pkg-ruby-extras-commits mailing list