[Pkg-ofed-commits] [ibacm] 10/11: Remove *la file

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Tue Mar 29 22:24:12 UTC 2016


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

ana pushed a commit to branch master
in repository ibacm.

commit 71d529e3f150442872d1c1794bfd65f8120071b3
Author: Ana Beatriz Guerrero Lopez <ana at debian.org>
Date:   Tue Mar 29 23:37:53 2016 +0200

    Remove *la file
---
 debian/changelog | 1 +
 debian/rules     | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 6a30ce9..683cb34 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ ibacm (1.2.0-1) UNRELEASED; urgency=medium
   * Update to Standards-Version 3.9.7, no changes required.
   * Build using hardening build flags.
   * Remove add_pthread patch, not longer needed.
+  * Remove *.la file.
 
  -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Tue, 29 Mar 2016 19:08:34 +0200
 
diff --git a/debian/rules b/debian/rules
index 19ce654..48469ff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,3 +4,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
 	dh $@  --with autoreconf
+
+override_dh_auto_install:
+	dh_auto_install
+	sed -i "/dependency_libs/ s/'.*'/''/" `find . -name '*.la'`

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ofed/ibacm.git



More information about the Pkg-ofed-commits mailing list