Author: marcusb-guest Date: 2006-10-03 05:39:39 +0000 (Tue, 03 Oct 2006) New Revision: 2534
Modified: branches/jaxme/feature/debian/debian/rules Log: Parse +dfsg part of version correctly. Modified: branches/jaxme/feature/debian/debian/rules =================================================================== --- branches/jaxme/feature/debian/debian/rules 2006-10-01 09:25:33 UTC (rev 2533) +++ branches/jaxme/feature/debian/debian/rules 2006-10-03 05:39:39 UTC (rev 2534) @@ -1,6 +1,6 @@ #!/usr/bin/make -f -export VERSION = $(shell head -1 debian/changelog | cut -f2 -d\( | cut -f1 -d\) | cut -f1 -d\-) +export VERSION = $(shell head -1 debian/changelog | cut -f2 -d\( | cut -f1 -d\) | cut -f1 -d\- | cut -f1 -d\+) JAVA_HOME := /usr/lib/jvm/java-gcj DEB_JARS_BASE := /usr/share/java _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

