Author: twerner
Date: 2010-04-30 22:45:40 +0000 (Fri, 30 Apr 2010)
New Revision: 12230

Modified:
   trunk/javacc/debian/rules
Log:
fix the version in the pom.xml file


Modified: trunk/javacc/debian/rules
===================================================================
--- trunk/javacc/debian/rules   2010-04-30 22:39:11 UTC (rev 12229)
+++ trunk/javacc/debian/rules   2010-04-30 22:45:40 UTC (rev 12230)
@@ -15,8 +15,9 @@
 DEB_ANT_ARGS         := -Dversion=$(DEB_UPSTREAM_VERSION)
 
 binary-post-install/$(PACKAGE)::
-       mh_installpom -p$(PACKAGE) pom.xml
-       mh_installjar -p$(PACKAGE) -l pom.xml bin/lib/$(PACKAGE).jar
+       mh_installpom -p$(PACKAGE) -e$(DEB_UPSTREAM_VERSION) pom.xml
+       mh_installjar -p$(PACKAGE) -e$(DEB_UPSTREAM_VERSION) -l pom.xml \
+         bin/lib/$(PACKAGE).jar
        docbook-to-man debian/manpage.sgml >bin/javacc.1
        dh_installman bin/javacc.1
        dh_install bin/javacc bin/jjdoc bin/jjtree usr/bin


_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

Reply via email to