Bas Couwenberg pushed to branch master at Debian GIS Project / josm-installer
Commits: 56f10862 by Bas Couwenberg at 2020-06-02T20:55:58+02:00 Updated linux directory to r16524. - - - - - caedfc40 by Bas Couwenberg at 2020-06-02T20:56:18+02:00 Set distribution to unstable. - - - - - 6 changed files: - debian/changelog - linux/latest/usr/share/man/man1/josm-latest.1 - linux/latest/usr/share/metainfo/org.openstreetmap.josm-latest.appdata.xml - linux/tested/usr/share/man/man1/josm.1 - linux/tested/usr/share/metainfo/org.openstreetmap.josm.appdata.xml - update-linux.sh Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +josm-installer (0.0.1+svn16524) unstable; urgency=medium + + * Updated linux directory to r16524. + + -- Bas Couwenberg <[email protected]> Tue, 02 Jun 2020 20:56:00 +0200 + josm-installer (0.0.1+svn16006) unstable; urgency=medium * Handle ~ suffix in update-linux.sh. ===================================== linux/latest/usr/share/man/man1/josm-latest.1 ===================================== @@ -59,7 +59,7 @@ Display the JOSM version .B \-\-debug Print debugging messages to console .TP -.B \-\-offline=<osm_api|josm_website|all> +.B \-\-offline=<OSM_API|JOSM_WEBSITE|CACHE_UPDATES|CERTIFICATES|ALL> Disable access to the given resource(s), separated by comma .SH FILES JOSM files are saved according to the XDG Base Directory Specification: ===================================== linux/latest/usr/share/metainfo/org.openstreetmap.josm-latest.appdata.xml ===================================== @@ -23,7 +23,7 @@ <content_rating type="oars-1.1"/> <launchable type="desktop-id">org.openstreetmap.josm-latest.desktop</launchable> <screenshots> - <screenshot type="default" width="1024" height="576">https://josm.openstreetmap.de/svn/trunk/linux/josm-screenshot.png</screenshot> + <screenshot type="default" width="1024" height="576">https://josm.openstreetmap.de/svn/trunk/native/linux/josm-screenshot.png</screenshot> </screenshots> <url type="homepage">https://josm.openstreetmap.de</url> <updatecontact>josm-dev_at_openstreetmap.org</updatecontact> ===================================== linux/tested/usr/share/man/man1/josm.1 ===================================== @@ -59,7 +59,7 @@ Display the JOSM version .B \-\-debug Print debugging messages to console .TP -.B \-\-offline=<osm_api|josm_website|all> +.B \-\-offline=<OSM_API|JOSM_WEBSITE|CACHE_UPDATES|CERTIFICATES|ALL> Disable access to the given resource(s), separated by comma .SH FILES JOSM files are saved according to the XDG Base Directory Specification: ===================================== linux/tested/usr/share/metainfo/org.openstreetmap.josm.appdata.xml ===================================== @@ -23,7 +23,7 @@ <content_rating type="oars-1.1"/> <launchable type="desktop-id">org.openstreetmap.josm.desktop</launchable> <screenshots> - <screenshot type="default" width="1024" height="576">https://josm.openstreetmap.de/svn/trunk/linux/josm-screenshot.png</screenshot> + <screenshot type="default" width="1024" height="576">https://josm.openstreetmap.de/svn/trunk/native/linux/josm-screenshot.png</screenshot> </screenshots> <url type="homepage">https://josm.openstreetmap.de</url> <updatecontact>josm-dev_at_openstreetmap.org</updatecontact> ===================================== update-linux.sh ===================================== @@ -32,7 +32,7 @@ diff -ruNq "${CURDIR}/linux" linux rc=$? set -e -MESSAGE="Updated linux directory to r${REMOTE_REVISION}" +MESSAGE="Updated linux directory to r${REMOTE_REVISION}." if [ $rc -eq 1 ]; then rsync -aq --delete linux/ "${CURDIR}/linux/" View it on GitLab: https://salsa.debian.org/debian-gis-team/josm-installer/-/compare/4734870756c50d5a69e027042cdb1b513d88dbf7...caedfc40870c12cdc96383d31315aba3e0b24e0f -- View it on GitLab: https://salsa.debian.org/debian-gis-team/josm-installer/-/compare/4734870756c50d5a69e027042cdb1b513d88dbf7...caedfc40870c12cdc96383d31315aba3e0b24e0f 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
