[X2Go-Commits] [x2gokdrive] 20/28: x2gokdrive.spec: copy *.la file removal mechanism from debian/rules.
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 01b5c9b1e89172bd0ced19330d081ad780559154
Author: Mihai Moldovan <ionic at ionic.de>
Date: Thu Oct 24 23:38:31 2019 +0200
x2gokdrive.spec: copy *.la file removal mechanism from debian/rules.
---
debian/changelog | 1 +
x2gokdrive.spec | 1 +
2 files changed, 2 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index d4d8be9..5e89ac8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ x2gokdrive (0.0.0.1-0x2go1) UNRELEASED; urgency=medium
+ Spell out each (build) dependency on one line.
+ Whitespace-only fixes.
+ Backport changes from debian/rules.
+ + Copy *.la file removal mechanism from debian/rules.
* debian/rules:
+ Remove weird empty variable reference construct.
+ Whitespace-only fixes.
diff --git a/x2gokdrive.spec b/x2gokdrive.spec
index 08d6b02..7531853 100644
--- a/x2gokdrive.spec
+++ b/x2gokdrive.spec
@@ -190,6 +190,7 @@ popd
pushd 'BUILD'
make install DESTDIR='%{buildroot}'
popd
+find '%{buildroot}/usr/lib/xorg' -type 'f' -name '*.la' -exec rm -fv '{}' ';'
%files
%defattr(-,root,root)
--
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