Bas Couwenberg pushed to branch master at Debian GIS Project / josm-installer
Commits: f5fb1492 by Bas Couwenberg at 2024-06-10T12:50:13+02:00 Use dh_installsystemd to install systemd service and timer. - - - - - 4 changed files: - debian/changelog - + debian/josm-installer.service - + debian/josm-installer.timer - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,6 +1,7 @@ josm-installer (0.0.5+svn19018) UNRELEASED; urgency=medium * Update version_url for tested version. + * Use dh_installsystemd to install systemd service and timer. -- Bas Couwenberg <[email protected]> Sun, 09 Jun 2024 13:27:01 +0200 ===================================== 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 View it on GitLab: https://salsa.debian.org/debian-gis-team/josm-installer/-/commit/f5fb14921c883981bc2f245401068e104a2f32e5 -- This project does not include diff previews in email notifications. View it on GitLab: https://salsa.debian.org/debian-gis-team/josm-installer/-/commit/f5fb14921c883981bc2f245401068e104a2f32e5 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
