[X2Go-Commits] [x2gokdrive] 19/28: debian/rules: verbosely remove *.la files.
git-admin at x2go.org
git-admin at x2go.org
Sat Oct 26 23:00:32 CEST 2019
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository x2gokdrive.
commit 586f67b8aca5d49573e37fde760f8456252a8dba
Author: Mihai Moldovan <ionic at ionic.de>
Date: Thu Oct 24 23:37:59 2019 +0200
debian/rules: verbosely remove *.la files.
---
debian/changelog | 1 +
debian/rules | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 95f057a..d4d8be9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -33,5 +33,6 @@ x2gokdrive (0.0.0.1-0x2go1) UNRELEASED; urgency=medium
non-portable.
+ Avoid xargs, use find's -exec feature.
+ More and better quoting.
+ + Verbosely remove *.la files.
-- Mike Gabriel <mike.gabriel at das-netzwerkteam.de> Tue, 04 Jun 2019 14:10:43 +0200
diff --git a/debian/rules b/debian/rules
index dbd988e..90237f2 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 -f '{}' ';'
+ 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
More information about the x2go-commits
mailing list