Author: tille Date: 2012-05-30 09:24:35 +0000 (Wed, 30 May 2012) New Revision: 11099
Added: trunk/packages/neobio/trunk/debian/neobio.jlibs Removed: trunk/packages/neobio/trunk/debian/neobio.links Modified: trunk/packages/neobio/trunk/debian/control trunk/packages/neobio/trunk/debian/rules Log: Use javahelper and polish debian/rules a bit more Modified: trunk/packages/neobio/trunk/debian/control =================================================================== --- trunk/packages/neobio/trunk/debian/control 2012-05-30 08:14:45 UTC (rev 11098) +++ trunk/packages/neobio/trunk/debian/control 2012-05-30 09:24:35 UTC (rev 11099) @@ -3,7 +3,7 @@ Priority: extra Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Christoph Gille <[email protected]> -Build-Depends: debhelper (>= 8), openjdk-6-jdk | sun-java6-jdk +Build-Depends: debhelper (>= 8), openjdk-6-jdk | sun-java6-jdk, javahelper (>=0.25) Standards-Version: 3.9.3 Homepage: http://neobio.sourceforge.net/ Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/neobio/trunk/ @@ -11,7 +11,7 @@ Package: neobio Architecture: all -Depends: openjdk-6-jre | sun-java6-jre, java-wrappers, ${misc:Depends} +Depends: openjdk-6-jre | sun-java6-jre, java-wrappers, ${misc:Depends}, ${java:Depends} Suggests: strap Enhances: strap Description: pairwise sequence alignments Added: trunk/packages/neobio/trunk/debian/neobio.jlibs =================================================================== --- trunk/packages/neobio/trunk/debian/neobio.jlibs (rev 0) +++ trunk/packages/neobio/trunk/debian/neobio.jlibs 2012-05-30 09:24:35 UTC (rev 11099) @@ -0,0 +1 @@ +neobio*.jar Deleted: trunk/packages/neobio/trunk/debian/neobio.links =================================================================== --- trunk/packages/neobio/trunk/debian/neobio.links 2012-05-30 08:14:45 UTC (rev 11098) +++ trunk/packages/neobio/trunk/debian/neobio.links 2012-05-30 09:24:35 UTC (rev 11099) @@ -1,2 +0,0 @@ -usr/share/java/neobio-1.jar usr/share/java/neobio.jar - Modified: trunk/packages/neobio/trunk/debian/rules =================================================================== --- trunk/packages/neobio/trunk/debian/rules 2012-05-30 08:14:45 UTC (rev 11098) +++ trunk/packages/neobio/trunk/debian/rules 2012-05-30 09:24:35 UTC (rev 11099) @@ -7,13 +7,12 @@ VERSION := $(shell dpkg-parsechangelog | grep '^Version:' | sed 's/^Version: \(.*\)-1/\1/') %: - dh $@ + dh $@ --with javahelper override_dh_auto_build: - dh_auto_build mkdir -p classes - ls $(SRC_TMP) && javac -cp src -d classes $(shell find src -name "*.java") + javac -cp src -d classes $(shell find src -name "*.java") jar -cf neobio-$(VERSION).jar -C classes neobio -C bin neobio/gui/icons override_dh_clean: @@ -21,10 +20,5 @@ rm -rf classes dh_clean -SRC_TMP := $(shell mktemp --tmpdir --directory neobio-build.XXXXXXXXXX) -ZIPF := $(SRC_TMP)/neobio_$(VERSION).zip -REPACKED := neobio-$(VERSION).orig -TARBALLS := $(CURDIR)/../tarballs - get-orig-source: . debian/get-orig-source _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
