From 72b52affbb847a20fa0abae96e78fec980d71b67 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 17 Sep 2020 21:58:56 +0200 Subject: debian/: Initial draft for creating DEB packages. --- debian/patches/2001_installation-target-paths.patch | 11 +++++++++++ debian/patches/series | 1 + 2 files changed, 12 insertions(+) create mode 100644 debian/patches/2001_installation-target-paths.patch create mode 100644 debian/patches/series (limited to 'debian/patches') diff --git a/debian/patches/2001_installation-target-paths.patch b/debian/patches/2001_installation-target-paths.patch new file mode 100644 index 0000000..a946a3f --- /dev/null +++ b/debian/patches/2001_installation-target-paths.patch @@ -0,0 +1,11 @@ +Description: No /opt installation paths in Debian packages. +Author: Mike Gabriel + +--- a/org.ArcticaProject.RWA.service ++++ b/org.ArcticaProject.RWA.service +@@ -25,4 +25,4 @@ + + [D-BUS Service] + Name=org.ArcticaProject.RWA +-Exec=/opt/rwa-session-service/service.py -o ++Exec=/usr/lib/remote-support-session-service/service.py -o diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..953a5b1 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +2001_installation-target-paths.patch -- cgit v1.2.3