[DebianGIS-dev] [SCM] josm branch, master, updated. upstream/0.0.svn2255-11-g319f4d4

Giovanni Mascellani mascellani at poisson.phc.unipi.it
Fri Dec 4 15:02:51 UTC 2009


The following commit has been merged in the master branch:
commit 0c5ac4950c0b08d3330a063210628acfdab73d05
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date:   Fri Dec 4 14:38:17 2009 +0100

    get-orig-source modified accordingly to present upstream SVN layout

diff --git a/debian/rules b/debian/rules
index b82a8bd..526f55f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,9 +47,9 @@ get-orig-source:
 	svn info --xml -r ${SVNREV} ${SVNREPO} > ${DESTDIR}/REVISION
 	@echo Fetching internalization data...
 	svn export ${SVNI18NREPO} ${DESTDIR}/i18n
-	@echo Removing jar files and test data
+	@echo Removing jar files and data_nodist dir
 	find ${DESTDIR} -name "*.jar" -exec rm -v {} \;
-	rm -f ${DESTDIR}/data/*
+	rm -fr ${DESTDIR}/data_nodist
 	@echo Building snapshot tarball																	
 	tar czf ${DESTTGZ} -C `dirname ${DESTDIR}` `basename ${DESTDIR}`
 	@echo Cleaning up

-- 
Java OpenStreetMap editor



More information about the Pkg-grass-devel mailing list