[Pkg-osm-commits] [SCM] josm branch, master, updated. debian/0.0.svn4064-3-9-g3d3dbac

Giovanni Mascellani mascellani at poisson.phc.unipi.it
Sun Aug 7 23:01:29 UTC 2011


The following commit has been merged in the master branch:
commit 3d3dbac3b14847a85690dba26df9f229a3847eb0
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date:   Mon Aug 8 01:01:02 2011 +0200

    Fixing get-orig-source.

diff --git a/debian/rules b/debian/rules
index 3e39bb3..1bb1b60 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,9 +45,11 @@ get-orig-source:
 	svn export -r ${SVNREV} ${SVNREPO} ${DESTDIR}
 	@echo Removing icons directory
 	rm -rf ${DESTDIR}/images/styles/standard
+	@echo Removing duplicated code
+	rm -rf ${DESTDIR}/src/com ${DESTDIR}/src/oauth ${DESTDIR}/src/org/apache
 	@echo Fetching revision metadata
 	svn info --xml -r ${SVNREV} ${SVNREPO} > ${DESTDIR}/REVISION
-	@echo Fetching internalization data...
+	@echo Fetching internalization data
 	svn export ${SVNI18NREPO} ${DESTDIR}/i18n
 	@echo Removing jar files and data_nodist dir
 	find ${DESTDIR} -name "*.jar" -exec rm -v {} \;

-- 
Editor for OpenStreetMap



More information about the Pkg-osm-commits mailing list