[Pkg-ceph-commits] [ceph] 08/41: Remove *.la files to binary packages
Gaudenz Steinlin
gaudenz at moszumanska.debian.org
Mon Aug 15 21:27:03 UTC 2016
This is an automated email from the git hooks/post-receive script.
gaudenz pushed a commit to branch jewel-gaudenz
in repository ceph.
commit bebfb549498442d326047c14bf7b7c591b039c6b
Author: Gaudenz Steinlin <gaudenz at debian.org>
Date: Fri Jul 29 14:53:35 2016 +0200
Remove *.la files to binary packages
See Debian policy 10.2.
---
debian/rules | 3 +++
1 file changed, 3 insertions(+)
diff --git a/debian/rules b/debian/rules
index db33056..954c114 100755
--- a/debian/rules
+++ b/debian/rules
@@ -66,6 +66,9 @@ override_dh_auto_clean:
rm -fv debian/*.upstart
override_dh_install:
+ # remove .la files, we don't want to install these in Debian,
+ # see Policy 10.2
+ find debian/tmp -name '*.la' -delete
# NOTE: ensure that any versioned erasure coding test code is dropped
# from the package install - package ships unversioned modules.
rm -f $(CURDIR)/debian/tmp/usr/lib/*/ceph/erasure-code/libec_*.so.*
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ceph/ceph.git
More information about the Pkg-ceph-commits
mailing list