Author: trygvis-guest
Date: 2007-05-30 03:51:34 +0000 (Wed, 30 May 2007)
New Revision: 3558

Modified:
   trunk/plexus-utils/
   trunk/plexus-utils/debian/
   trunk/plexus-utils/debian/changelog
   trunk/plexus-utils/debian/rules
Log:
o Adding svn:ignore.
o Building the 1.4.1 release instead of building snapshots from svn to match 
upstream binaries.



Property changes on: trunk/plexus-utils
___________________________________________________________________
Name: svn:ignore
   + NOTICE.txt
build
pom.xml
src



Property changes on: trunk/plexus-utils/debian
___________________________________________________________________
Name: svn:ignore
   + lib*
files
stamp-*


Modified: trunk/plexus-utils/debian/changelog
===================================================================
--- trunk/plexus-utils/debian/changelog 2007-05-30 03:28:05 UTC (rev 3557)
+++ trunk/plexus-utils/debian/changelog 2007-05-30 03:51:34 UTC (rev 3558)
@@ -1,4 +1,4 @@
-plexus-utils (1.4.1+svn6048-1) unstable; urgency=low
+plexus-utils (1.4.1-1) unstable; urgency=low
 
   * Initial release. (Closes: #413523)
 

Modified: trunk/plexus-utils/debian/rules
===================================================================
--- trunk/plexus-utils/debian/rules     2007-05-30 03:28:05 UTC (rev 3557)
+++ trunk/plexus-utils/debian/rules     2007-05-30 03:51:34 UTC (rev 3558)
@@ -13,15 +13,14 @@
 BUILD_FILE           := ./debian/build.xml
 DEB_ANT_INVOKE       := ant -Dpackage=$(PACKAGE) -Dversion=$(VERSION) -f 
$(BUILD_FILE)
 API_DOCS             := build/doc/api
-SVN                  := http://svn.codehaus.org/plexus/plexus-utils/trunk/
-REVISION             := $(shell dpkg-parsechangelog | egrep '^Version:' | cut 
-f2 -d' ' | cut -f1 -d- | sed 's/.*svn//' | sed 's/[^0-9].*//')
+SVN                  := 
http://svn.codehaus.org/plexus/plexus-utils/tags/$(PACKAGE)-$(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 sources from $(SVN)"
        mkdir orig_tmp
        cd orig_tmp && \
-               svn export -q -r $(REVISION) $(SVN) $(PACKAGE) && \
+               svn export -q $(SVN) $(PACKAGE) && \
                tar czf ../../$(PACKAGE)_$(VERSION).orig.tar.gz $(PACKAGE)
        rm -rf orig_tmp
        


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

Reply via email to