Author: trygvis-guest
Date: 2007-06-01 21:38:16 +0000 (Fri, 01 Jun 2007)
New Revision: 3561

Modified:
   trunk/plexus-container-default/debian/rules
Log:
o Building from tags instead of svn version.

Modified: trunk/plexus-container-default/debian/rules
===================================================================
--- trunk/plexus-container-default/debian/rules 2007-05-31 13:50:26 UTC (rev 
3560)
+++ trunk/plexus-container-default/debian/rules 2007-06-01 21:38:16 UTC (rev 
3561)
@@ -15,10 +15,9 @@
 #DEB_ANT_INVOKE       := ant -verbose -Dpackage=$(PACKAGE) 
-Dversion=$(VERSION) -f $(BUILD_FILE)
 API_DOCS             := build/javadoc
 SVN                  := 
http://svn.codehaus.org/plexus/plexus-containers/tags/plexus-container-default-$(VERSION)
-REVISION             := $(shell dpkg-parsechangelog | egrep '^Version:' | cut 
-f2 -d' ' | cut -f1 -d- | sed 's/.*svn//' | sed 's/[^0-9].*//')
 
 get-orig-source:
-       echo "Getting revision $(REVISION) from $(SVN)"
+       echo "Getting from $(SVN)"
        mkdir orig_tmp
        cd orig_tmp && \
                svn export -q -r $(REVISION) $(SVN) $(PACKAGE) && \


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

Reply via email to