[DebianGIS-dev] r2124 - packages/josm/trunk/debian

gmascellani-guest at alioth.debian.org gmascellani-guest at alioth.debian.org
Wed Apr 1 15:04:22 UTC 2009


Author: gmascellani-guest
Date: 2009-04-01 15:04:22 +0000 (Wed, 01 Apr 2009)
New Revision: 2124

Modified:
   packages/josm/trunk/debian/changelog
   packages/josm/trunk/debian/rules
Log:
Updated to last tested revision


Modified: packages/josm/trunk/debian/changelog
===================================================================
--- packages/josm/trunk/debian/changelog	2009-03-31 15:06:52 UTC (rev 2123)
+++ packages/josm/trunk/debian/changelog	2009-04-01 15:04:22 UTC (rev 2124)
@@ -1,4 +1,4 @@
-josm (0.0.svn1387-1) unstable; urgency=low
+josm (0.0.svn1515-1) unstable; urgency=low
 
   [ Giovanni Mascellani ]
   * New upstream SVN release. (Closes: #509239)
@@ -17,7 +17,7 @@
   * Add README.source file to comply with policy.
   * Add command line arguments and environment section to manpage.
 
- -- Andreas Putzo <andreas at putzo.net>  Mon, 23 Feb 2009 22:07:42 +0000
+ -- Giovanni Mascellani <g.mascellani at gmail.com>  Wed, 01 Apr 2009 15:05:30 +0200
 
 josm (0.0.0.20080713-1) unstable; urgency=low
 

Modified: packages/josm/trunk/debian/rules
===================================================================
--- packages/josm/trunk/debian/rules	2009-03-31 15:06:52 UTC (rev 2123)
+++ packages/josm/trunk/debian/rules	2009-04-01 15:04:22 UTC (rev 2124)
@@ -40,12 +40,12 @@
 	dh_testdir
 	test -d ../tarballs/. || mkdir -p ../tarballs
 	@echo Downloading josm from ${SVNREPO}
-	svn export -r ${SVNREV} --ignore-externals ${SVNREPO} ${DESTDIR}
+	svn export -r ${SVNREV} ${SVNREPO} ${DESTDIR}
 	@echo Removing jar files and test data
 	find ${DESTDIR} -name "*.jar" -exec rm -v {} \;
 	rm -f ${DESTDIR}/data/*
 	@echo Removing icons directory
-	rm -rf ${DESTDIR}/styles/standard/icons/
+	rm -rf ${DESTDIR}/images/styles/standard
 	@echo Fetching revision metadata
 	svn info --xml -r ${SVNREV} ${SVNREPO} > ${DESTDIR}/REVISION
 	@echo Fetching internalization data...




More information about the Pkg-grass-devel mailing list