[X2Go-Commits] [x2gokdrive] 01/03: x2ogkdrive.spec: copy xorg-server source verbosely.

git-admin at x2go.org git-admin at x2go.org
Mon Oct 28 23:19:53 CET 2019


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

x2go pushed a commit to branch master
in repository x2gokdrive.

commit b76da0f2bfd64abece529e617070ad13734f6c59
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Mon Oct 28 22:51:12 2019 +0100

    x2ogkdrive.spec: copy xorg-server source verbosely.
    
    Matches debian/rules tar call more closely.
---
 debian/changelog | 2 ++
 x2gokdrive.spec  | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 36d17f7..9573f86 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -74,6 +74,8 @@ x2gokdrive (0.0.0.1-0x2go1) UNRELEASED; urgency=medium
       package.
     + Also build-depend upon pam-devel.
     + Build verbosely. We do want to see actual compilation steps.
+    + Copy xorg-server source verbosely. Matches debian/rules tar call more
+      closely.
   * debian/rules:
     + Remove weird empty variable reference construct.
     + Whitespace-only fixes.
diff --git a/x2gokdrive.spec b/x2gokdrive.spec
index 361fed5..f8810ad 100644
--- a/x2gokdrive.spec
+++ b/x2gokdrive.spec
@@ -224,7 +224,7 @@ More information about X2Go can be found at:
 
 # prepare xorg-server build tree
 mkdir -p 'BUILD'
-cp -r '/usr/share/xorg-x11-server-source/'* 'BUILD/'
+cp -rv '/usr/share/xorg-x11-server-source/'* 'BUILD/'
 # Precaution from:
 # https://src.fedoraproject.org/rpms/tigervnc/blob/master/f/tigervnc.spec
 find 'BUILD/' -type 'f' -perm '-001' -print0 | while read -r -d '' file; do

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


More information about the x2go-commits mailing list