This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gokdrive. commit 9903f4e555c73781991de97f485ede40b046def9 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Oct 31 03:47:30 2019 +0100 x2gokdrive.spec: port *.la file removal commenting from debian/rules. --- debian/changelog | 1 + x2gokdrive.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6f462f2..41ac6bc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -112,6 +112,7 @@ x2gokdrive (0.0.0.1-0x2go1) UNRELEASED; urgency=medium + Port change from debian/rules.flags to disable Xorg DDX building. + Delete old configure files that might have had the executable bit set. We want those to be re-generated with the correct permissions later on. + + Port *.la file removal commenting from debian/rules. * debian/rules: + Remove weird empty variable reference construct. + Whitespace-only fixes. diff --git a/x2gokdrive.spec b/x2gokdrive.spec index f0ae3dd..9a4bfcb 100644 --- a/x2gokdrive.spec +++ b/x2gokdrive.spec @@ -354,7 +354,7 @@ popd pushd 'BUILD' make install DESTDIR='%{buildroot}' popd -find '%{buildroot}/usr/lib/xorg' -type 'f' -name '*.la' -exec rm -fv '{}' ';' +# find '%{buildroot}/usr/lib/xorg' -type 'f' -name '*.la' -exec rm -fv '{}' ';' %files -n xorg-x11-server-x2gokdrive %defattr(-,root,root) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git