[Pkg-ceph-commits] [ceph] 25/85: Remove *.la files to binary packages

Gaudenz Steinlin gaudenz at moszumanska.debian.org
Mon Dec 26 20:47:24 UTC 2016


This is an automated email from the git hooks/post-receive script.

gaudenz pushed a commit to branch jewel
in repository ceph.

commit 4bb2035e89ab73ff6a33e48b8c95685393ba4e1c
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