[Git][debian-gis-team/josm-installer][master] Use dh_installsystemd to install systemd service and timer.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Mon Jun 10 11:56:03 BST 2024
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 <sebastic at debian.org> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20240610/01a0b6a5/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list