[X2Go-Commits] [x2gobroker] 03/06: Makefile: install x2gobroker-ssh-mini files.
git-admin at x2go.org
git-admin at x2go.org
Thu Feb 29 13:44:02 CET 2024
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository x2gobroker.
commit eba790f024eaf7fe3c1e6da8d1a7490f62cee0a5
Author: Mihai Moldovan <ionic at ionic.de>
Date: Wed Feb 28 05:33:08 2024 +0100
Makefile: install x2gobroker-ssh-mini files.
---
Makefile | 14 ++++++++++++++
debian/changelog | 4 ++++
2 files changed, 18 insertions(+)
diff --git a/Makefile b/Makefile
index b736f31..af19e53 100755
--- a/Makefile
+++ b/Makefile
@@ -201,3 +201,17 @@ install:
"${DESTDIR}${BINDIR}/"
${INSTALL_PROGRAM} sbin/x2gobroker-keygen sbin/x2gobroker-testagent \
"${DESTDIR}${SBINDIR}/"
+
+ # x2gobroker-ssh-mini
+ mkdir -p "${DESTDIR}${BINDIR}" "${DESTDIR}${SBINDIR}" \
+ "${DESTDIR}${ETCDIR}/x2gobroker-ssh-mini" \
+ "${DESTDIR}${DATADIR}/x2gobroker-ssh-mini" \
+ "${DESTDIR}${MANDIR}/man8"
+ ${INSTALL_FILE} mini/x2gobroker-ssh-mini.8 \
+ "${DESTDIR}${MANDIR}/man8"
+ $(GZIP) "${DESTDIR}${MANDIR}/man8/"*.8
+ ${INSTALL_PROGRAM} mini/x2gobroker-ssh-mini \
+ "${DESTDIR}${BINDIR}/"
+ $(INSTALL_DIR) "${DESTDIR}${ETCDIR}/x2gobroker-ssh-mini/"{users,groups}
+ $(INSTALL_FILE) mini/default.session \
+ "${DESTDIR}${DATADIR}/x2gobroker-ssh-mini/default.session"
diff --git a/debian/changelog b/debian/changelog
index d942ffd..1250887 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,10 @@ x2gobroker (0.0.4.4-0x2go1) UNRELEASED; urgency=medium
- mini/: Complete x2gobroker-ssh-mini implementation and provide it as DEB
package.
+ [ Mihai Moldovan ]
+ * New upstream version (0.0.4.4):
+ - Makefile: install x2gobroker-ssh-mini files.
+
-- Mike Gabriel <sunweaver at debian.org> Mon, 15 Nov 2021 15:33:29 +0100
x2gobroker (0.0.4.3-0x2go1) unstable; urgency=medium
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git
More information about the x2go-commits
mailing list