Author: nd-guest
Date: 2009-06-23 18:28:52 +0000 (Tue, 23 Jun 2009)
New Revision: 2306

Modified:
   packages/gosmore/trunk/debian/changelog
   packages/gosmore/trunk/debian/rules
Log:
update svnrev, fixing a Makefile bug
don't fetch svn externals, saves bandwidth


Modified: packages/gosmore/trunk/debian/changelog
===================================================================
--- packages/gosmore/trunk/debian/changelog     2009-06-23 13:48:44 UTC (rev 
2305)
+++ packages/gosmore/trunk/debian/changelog     2009-06-23 18:28:52 UTC (rev 
2306)
@@ -1,8 +1,10 @@
-gosmore (0.0.0.20090618-1) UNRELEASED; urgency=low
+gosmore (0.0.0.20090623-1) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
   * New upstream snapshot fetched from svn, revision 15979. (Closes: #533372)
-  * Removed debian/ and map-icons/ dirs from tarball in get-orig-source target.
+  * debian/rules get-orig-source:
+    - Remove debian/ dir.
+    - Ignore externals in svn export command.
   * Removed 10-findresources.dpatch, applied upstream.
   * Mentioned ConvertUTF.c in debian/copyright. 
   * Added a note to the long description that gosmore needs additional 

Modified: packages/gosmore/trunk/debian/rules
===================================================================
--- packages/gosmore/trunk/debian/rules 2009-06-23 13:48:44 UTC (rev 2305)
+++ packages/gosmore/trunk/debian/rules 2009-06-23 18:28:52 UTC (rev 2306)
@@ -9,18 +9,16 @@
 CFLAGS := -DRES_DIR='\"/usr/share/gosmore/\"'
 
 SVNREPO := http://svn.openstreetmap.org/applications/rendering/gosmore
-SVNREV := 15979
+SVNREV := 16083
 DATE := $(shell date +%Y%m%d)
 
 get-orig-source:
        dh_testdir
        test -d ../tarballs/. || mkdir -p ../tarballs
        @echo Downloading gosmore from ${SVNREPO}
-       svn -r $(SVNREV) export ${SVNREPO} ../tarballs/gosmore-0.0.0.${DATE}
+       svn -r $(SVNREV) --ignore-externals export ${SVNREPO} 
../tarballs/gosmore-0.0.0.${DATE}
        @echo Removing debian dir
        rm -rf ../tarballs/gosmore-0.0.0.${DATE}/debian
-       @echo Removing map-icons
-       rm -rf ../tarballs/gosmore-0.0.0.${DATE}/map-icons
        @echo Building snapshot tarball
        tar czf ../tarballs/gosmore_0.0.0.${DATE}.orig.tar.gz -C ../tarballs 
gosmore-0.0.0.${DATE}
        @echo Cleaning up


_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

Reply via email to