[jlm] 07/11: also include the images in the jar file

Martin Quinson mquinson at alioth.debian.org
Sun Aug 4 22:23:12 UTC 2013


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

mquinson pushed a commit to branch debian-debian
in repository jlm.

commit b28f5c4cf99f5fac1acfe0106aad6c32afaa7dec
Author: Martin Quinson <martin.quinson at loria.fr>
Date:   Sun Aug 4 23:40:30 2013 +0200

    also include the images in the jar file
---
 debian/rules |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index ca9d178..f1e38bb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,9 +25,11 @@ override_jh_build:
 	
 	# Copy other mandated files in place
 	jarctn=`find src -name "*.py"; \
-	        find src -name "*.html"; \
 		find src -name "*.java"; \
-		find src -name  "*.map"`; \
+	        find src -name "*.html"; \
+	        find src -name "*.png"; \
+		find src -name  "*.map"; \
+	        find img -name "*.png"`; \
 	for file in $$jarctn ; do\
 	   whereto=`echo $$file|sed 's|^src/||'` ; \
 	   install -D -m 644 $$file debian/_jh_build.jlm/$$whereto; \

-- 
Alioth's hooks/post-receive on /srv/git.debian.org/git/pkg-java/jlm.git



More information about the pkg-java-commits mailing list