This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2goserver.

commit 44902b99423b8b93d7a051c5ba993fb6627ee82a
Author: Mihai Moldovan <io...@ionic.de>
Date:   Thu Dec 13 11:37:08 2018 +0100

    x2goserver/Makefile: don't quote POD_SCRIPTS, because of... make.
---
 debian/changelog    | 1 +
 x2goserver/Makefile | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index edcbff2..630b3e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -74,6 +74,7 @@ x2goserver (4.1.0.4-0x2go1) UNRELEASED; urgency=medium
       usage.
     - x2goserver/Makefile: add x2goupdateoptionsstring POD-to-man-page
       handling.
+    - x2goserver/Makefile: don't quote POD_SCRIPTS, because of... make.
   * debian/control:
     + Build-depend upon lsb-release for distro version detection.
   * debian/x2goserver.manpages:
diff --git a/x2goserver/Makefile b/x2goserver/Makefile
index f76fdf2..36ea410 100755
--- a/x2goserver/Makefile
+++ b/x2goserver/Makefile
@@ -23,7 +23,7 @@ BIN_SCRIPTS=$(shell cd bin && echo *)
 SBIN_SCRIPTS=$(shell cd sbin && echo *)
 LIB_FILES=$(shell cd lib && echo *)
 FEATURE_SCRIPTS=$(shell cd share/x2gofeature.d && echo *.features)
-POD_SCRIPTS="sbin/x2gocleansessions.8 bin/x2goupdateoptionsstring.1"
+POD_SCRIPTS=sbin/x2gocleansessions.8 bin/x2goupdateoptionsstring.1
 
 man_pages = `cd man && find * -type f`
 

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/x2goserver.git
_______________________________________________
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

Reply via email to