[X2Go-Commits] [x2goserver] 02/02: x2goserver.spec: mask out variables in comments to avoid build-time warning messages.

git-admin at x2go.org git-admin at x2go.org
Fri Jul 27 03:21:54 CEST 2018


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

x2go pushed a commit to branch master
in repository x2goserver.

commit 13589e64d4cc85f0edb639f9ecc76d0658e0ac22
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Fri Jul 27 02:27:14 2018 +0200

    x2goserver.spec: mask out variables in comments to avoid build-time warning messages.
---
 debian/changelog | 1 +
 x2goserver.spec  | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8d4530b..0c72d85 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -158,6 +158,7 @@ x2goserver (4.1.0.1-0x2go1) UNRELEASED; urgency=medium
     + Comment out perl(DBD::mysql) dependency for now.
     + Backport dangling symlink check for /etc/x2go/applications.
     + Pull in GCC as a build dependency.
+    + Mask out variables in comments to avoid build-time warning messages.
   * debian/copyright.in:
     + Remove reference to rgb file.
     + Remove reference to x2goagent wrapper script.
diff --git a/x2goserver.spec b/x2goserver.spec
index 2fa719f..beb7db2 100644
--- a/x2goserver.spec
+++ b/x2goserver.spec
@@ -75,7 +75,7 @@ BuildRequires:  sudo
 BuildRequires:  logcheck
 %endif
 
-# for /usr/%{_lib}/nx/bin to be owned by some package
+# for %%{_libdir}/nx/bin to be owned by some package
 BuildRequires:  nxagent
 
 %if 0%{?suse_version}
@@ -949,7 +949,7 @@ fi
 %doc debian/copyright
 %doc debian/changelog
 %{_bindir}/x2goagent
-# %{_libdir}/nx/bin/ is owned by nxagent package...
+# %%{_libdir}/nx/bin/ is owned by nxagent package...
 %{_libdir}/nx/bin/x2goagent
 %{_datadir}/x2go/versions/VERSION.x2goserver-x2goagent
 %{_datadir}/pixmaps/x2goagent.xpm

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git


More information about the x2go-commits mailing list