[med-svn] r8451 - trunk/packages/neobio/trunk/debian

Christoph Gille christophgil-guest at alioth.debian.org
Sun Nov 6 13:43:06 UTC 2011


Author: christophgil-guest
Date: 2011-11-06 13:43:06 +0000 (Sun, 06 Nov 2011)
New Revision: 8451

Modified:
   trunk/packages/neobio/trunk/debian/neobio.sh
   trunk/packages/neobio/trunk/debian/rules
Log:


Modified: trunk/packages/neobio/trunk/debian/neobio.sh
===================================================================
--- trunk/packages/neobio/trunk/debian/neobio.sh	2011-11-06 09:18:22 UTC (rev 8450)
+++ trunk/packages/neobio/trunk/debian/neobio.sh	2011-11-06 13:43:06 UTC (rev 8451)
@@ -2,4 +2,4 @@
 . /usr/lib/java-wrappers/java-wrappers.sh
 find_java_runtime java6
 
-exec $JAVA_HOME/bin/java -cp /usr/share/java/neobio-1.jar neobio/gui/NeoBio  $*
+exec $JAVA_HOME/bin/java -cp /usr/share/java/neobio-1.jar neobio.gui.NeoBio $*

Modified: trunk/packages/neobio/trunk/debian/rules
===================================================================
--- trunk/packages/neobio/trunk/debian/rules	2011-11-06 09:18:22 UTC (rev 8450)
+++ trunk/packages/neobio/trunk/debian/rules	2011-11-06 13:43:06 UTC (rev 8451)
@@ -35,8 +35,7 @@
 	echo -e '\033[42m rules build-stamp \033[0m'
 	mkdir -p classes
 	javac -cp src -d  classes   $(shell find src -name "*.java")
-	cp -r bin/neobio/gui/icons classes/neobio/gui
-	jar -cf neobio-1.jar -C classes neobio
+	jar -cf neobio-1.jar -C classes neobio -C bin neobio/gui/icons
 
 
 clean:
@@ -46,8 +45,7 @@
 
 	# Add here commands to clean up after the build process.
 	rm -f neobio-1.jar
-	rm -rf classes
-	rm -rf $(debtmp)
+	rm -rf classes	
 	dh_clean
 
 install: build




More information about the debian-med-commit mailing list