[pkg-java] r2534 - branches/jaxme/feature/debian/debian

Marcus Better marcusb-guest at costa.debian.org
Tue Oct 3 05:39:41 UTC 2006


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




More information about the pkg-java-commits mailing list