[med-svn] [jaligner] 02/02: Install replaced GIFs right into place

Andreas Tille tille at debian.org
Tue Sep 1 20:13:55 UTC 2015


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

tille pushed a commit to branch master
in repository jaligner.

commit c31da4f17da2135e24770756039949a06f1e5f29
Author: Andreas Tille <tille at debian.org>
Date:   Tue Sep 1 22:13:30 2015 +0200

    Install replaced GIFs right into place
---
 debian/install | 1 +
 debian/rules   | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/install b/debian/install
index 3501fc5..59d0f49 100644
--- a/debian/install
+++ b/debian/install
@@ -1 +1,2 @@
 debian/bin/* /usr/bin/
+debian/images/*.gif	usr/share/jaligner/jaligner/ui/images/gifs
diff --git a/debian/rules b/debian/rules
index 2c63a8a..72862b6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,9 @@ export CLASSPATH=/usr/share/icedtea-web/netx.jar
 	dh $@ --with javahelper
 
 override_dh_auto_build:
+	#cp -a debian/images/*.gif src/jaligner/ui/images/gifs
 	jh_build -J jaligner.jar src
+	#rm -f src/jaligner/ui/images/gifs/[a-ik-z]*.gif
 	ronn -r debian/jaligner.ronn
 
 override_dh_install:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/jaligner.git



More information about the debian-med-commit mailing list