Bas Couwenberg pushed to branch master at Debian GIS Project / josm
Commits: a46e2488 by Bas Couwenberg at 2020-06-03T20:36:10+02:00 Use josm-tested-sources.jar instead of /tmp/josm-latest-sources.jar. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,6 +1,7 @@ josm (0.0.svn16538+dfsg-3) UNRELEASED; urgency=medium * Also include properties for org.glassfish. + * Use josm-tested-sources.jar instead of /tmp/josm-latest-sources.jar. -- Bas Couwenberg <[email protected]> Wed, 03 Jun 2020 17:31:24 +0200 ===================================== debian/rules ===================================== @@ -78,9 +78,9 @@ get-orig-source: @echo Removing duplicated code rm -rf ${DESTDIR}/src/com/google ${DESTDIR}/src/oauth ${DESTDIR}/src/org/apache/commons/compress ${DESTDIR}/src/org/apache/commons/logging @echo Downloading source JAR - wget https://josm.openstreetmap.de/download/josm-latest-sources.jar -O /tmp/josm-latest-sources.jar + wget https://josm.openstreetmap.de/download/josm-tested-sources.jar -O /tmp/josm-tested-sources.jar @echo Extracting sources from JAR - cd ${DESTDIR}/src && jar -xf /tmp/josm-latest-sources.jar ch/poole com/drew javax/json org/apache/commons/jcs org/glassfish org/tukaani && cd $$OLDPWD + cd ${DESTDIR}/src && jar -xf /tmp/josm-tested-sources.jar ch/poole com/drew javax/json org/apache/commons/jcs org/glassfish org/tukaani && cd $$OLDPWD @echo Downloading xmpcore source JAR wget https://repo1.maven.org/maven2/com/adobe/xmp/xmpcore/6.1.10/xmpcore-6.1.10-sources.jar -O /tmp/xmpcore-sources.jar @echo Extracting xmpcore sources from JAR @@ -125,7 +125,7 @@ get-orig-source: @echo Moving tarball to parent directory mv -v ${DESTTGZ} ../ @echo Removing source JAR - rm -f /tmp/josm-latest-sources.jar /tmp/xmpcore-sources.jar /tmp/annotations-sources.jar + rm -f /tmp/josm-tested-sources.jar /tmp/xmpcore-sources.jar /tmp/annotations-sources.jar @echo Removing tarballs directory rmdir ../tarballs @echo . View it on GitLab: https://salsa.debian.org/debian-gis-team/josm/-/commit/a46e2488c9a33a30780ae78be8cdc53e23406b46 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/josm/-/commit/a46e2488c9a33a30780ae78be8cdc53e23406b46 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
