This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gokdrive. commit 8aee1df79897739b85f6f22d2f720bf553f31b06 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Oct 31 03:46:41 2019 +0100 debian/rules: comment out *.la file removal. We shouldn't need that any longer since we don't build the Xorg DDX anymore. --- debian/changelog | 2 ++ debian/rules | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8ab45b7..6f462f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -135,6 +135,8 @@ x2gokdrive (0.0.0.1-0x2go1) UNRELEASED; urgency=medium needed due to the weird escaping/quoting rules for code in backticks. The more modern and equally POSIX-compatible $() syntax makes quoting and escaping within subshell calls a lot easier. + + Comment out *.la file removal. We shouldn't need that any longer since + we don't build the Xorg DDX anymore. * debian/rules.flags: + Define NULL variable and use it throughout the file. + Disable building Xorg DDX. We don't need it and it's only inflating diff --git a/debian/rules b/debian/rules index 2cdde1d..6dfbba4 100755 --- a/debian/rules +++ b/debian/rules @@ -57,7 +57,7 @@ override_dh_auto_install: dh_auto_install --builddirectory='BUILD/xorg-server/' --destdir='debian/tmp/' # oh, yuck. - find '$(CURDIR)/debian/tmp/usr/lib/xorg' -type 'f' -name '*.la' -exec rm -fv '{}' ';' + # find '$(CURDIR)/debian/tmp/usr/lib/xorg' -type 'f' -name '*.la' -exec rm -fv '{}' ';' override_dh_auto_clean: -dh_auto_clean -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git