Bas Couwenberg pushed to branch bookworm-backports at Debian GIS Project / josm-installer
Commits: eb859d80 by Bas Couwenberg at 2024-06-09T13:27:37+02:00 Update version_url for tested version. - - - - - f5fb1492 by Bas Couwenberg at 2024-06-10T12:50:13+02:00 Use dh_installsystemd to install systemd service and timer. - - - - - 941540a9 by Bas Couwenberg at 2024-06-18T12:55:55+02:00 Close bug in changelog. - - - - - 3a0204cb by Bas Couwenberg at 2024-07-28T19:41:22+02:00 Bump Standards-Version to 4.7.0, no changes. - - - - - eceb645a by Bas Couwenberg at 2024-08-06T15:25:59+02:00 Set distribution to unstable. - - - - - 190a3578 by Bas Couwenberg at 2024-08-11T11:44:21+02:00 Merge tag '0.0.5+svn19018' into bookworm-backports releasing package josm-installer version 0.0.5+svn19018 - - - - - 8aa09972 by Bas Couwenberg at 2024-08-11T11:44:25+02:00 Rebuild for bookworm-backports. - - - - - 6 changed files: - debian/changelog - debian/control - + debian/josm-installer.service - + debian/josm-installer.timer - debian/rules - josm-installer.py Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,18 @@ +josm-installer (0.0.5+svn19018~bpo12+1) bookworm-backports; urgency=medium + + * Rebuild for bookworm-backports. + + -- Bas Couwenberg <[email protected]> Sun, 11 Aug 2024 11:44:23 +0200 + +josm-installer (0.0.5+svn19018) unstable; urgency=medium + + * Update version_url for tested version. + * Use dh_installsystemd to install systemd service and timer. + (closes: #1073694) + * Bump Standards-Version to 4.7.0, no changes. + + -- Bas Couwenberg <[email protected]> Tue, 06 Aug 2024 15:25:15 +0200 + josm-installer (0.0.4+svn19018~bpo12+1) bookworm-backports; urgency=medium * Rebuild for bookworm-backports. ===================================== debian/control ===================================== @@ -11,7 +11,7 @@ Build-Depends: debhelper-compat (= 13), docbook-xsl, docbook-xml, xsltproc -Standards-Version: 4.6.2 +Standards-Version: 4.7.0 Vcs-Browser: https://salsa.debian.org/debian-gis-team/josm-installer Vcs-Git: https://salsa.debian.org/debian-gis-team/josm-installer.git -b bookworm-backports Homepage: https://josm.openstreetmap.de ===================================== debian/josm-installer.service ===================================== @@ -0,0 +1 @@ +../josm-installer.service \ No newline at end of file ===================================== debian/josm-installer.timer ===================================== @@ -0,0 +1 @@ +../josm-installer.timer \ No newline at end of file ===================================== debian/rules ===================================== @@ -27,10 +27,6 @@ execute_after_dh_auto_install: install -m 755 $(CURDIR)/josm $(CURDIR)/debian/josm-installer/usr/bin/josm install -m 755 $(CURDIR)/josm-installer.py $(CURDIR)/debian/josm-installer/usr/bin/josm-installer - install -d $(CURDIR)/debian/josm-installer/lib/systemd/system - install -m 644 $(CURDIR)/josm-installer.service $(CURDIR)/debian/josm-installer/lib/systemd/system/josm-installer.service - install -m 644 $(CURDIR)/josm-installer.timer $(CURDIR)/debian/josm-installer/lib/systemd/system/josm-installer.timer - install -d $(CURDIR)/debian/josm-installer/usr/share/josm install -m 644 $(CURDIR)/placeholder $(CURDIR)/debian/josm-installer/usr/share/josm/.placeholder ===================================== josm-installer.py ===================================== @@ -63,10 +63,7 @@ def josm_installer(): else: variant = 'tested' - version_url = ( - 'https://josm.openstreetmap.de/' - 'wiki/TestedVersion?format=txt' - ) + version_url = 'https://josm.openstreetmap.de/tested' jar_url = 'https://josm.openstreetmap.de/josm-%s.jar' % variant View it on GitLab: https://salsa.debian.org/debian-gis-team/josm-installer/-/compare/dfee0d0cdf3a5acec1498e580584b38035ed75bc...8aa0997206b0bd4feca20d08a3f01358f0a9f189 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/josm-installer/-/compare/dfee0d0cdf3a5acec1498e580584b38035ed75bc...8aa0997206b0bd4feca20d08a3f01358f0a9f189 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
