[X2Go-Commits] [x2gokdrive] 02/03: x2gokdrive.spec: use archive mode when copying xorg-server source.
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 26a8afb80cbff92c33b28f1d9b26943dac1a134b
Author: Mihai Moldovan <ionic at ionic.de>
Date: Mon Oct 28 22:54:02 2019 +0100
x2gokdrive.spec: use archive mode when copying xorg-server source.
We probably want to keep stuff like timestamps to not break the Makefile
dependencies.
---
debian/changelog | 2 ++
x2gokdrive.spec | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 9573f86..344f6a9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -76,6 +76,8 @@ x2gokdrive (0.0.0.1-0x2go1) UNRELEASED; urgency=medium
+ Build verbosely. We do want to see actual compilation steps.
+ Copy xorg-server source verbosely. Matches debian/rules tar call more
closely.
+ + Use archive mode when copying xorg-server source. We probably want to
+ keep stuff like timestamps to not break the Makefile dependencies.
* debian/rules:
+ Remove weird empty variable reference construct.
+ Whitespace-only fixes.
diff --git a/x2gokdrive.spec b/x2gokdrive.spec
index f8810ad..68381e3 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 -rv '/usr/share/xorg-x11-server-source/'* 'BUILD/'
+cp -av '/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