[proj] 12/21: Empty dependency_libs in .la files.

Bas Couwenberg sebastic at xs4all.nl
Sat Apr 12 21:29:21 UTC 2014


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

sebastic-guest pushed a commit to branch master
in repository proj.

commit 91ceecd5113b27d162122ebb9d9f6bc0186f832c
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Apr 6 22:26:29 2014 +0200

    Empty dependency_libs in .la files.
---
 debian/changelog | 1 +
 debian/rules     | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index ee391e4..ff97e61 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ proj (4.8.0-3) UNRELEASED; urgency=low
   * Bump debhelper compatibility to 9.
   * Use hardening build flags.
   * Strip debian revision from symbols version.
+  * Empty dependency_libs in .la files.
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Sun, 06 Apr 2014 21:02:28 +0200
 
diff --git a/debian/rules b/debian/rules
index 19ec70e..4738672 100755
--- a/debian/rules
+++ b/debian/rules
@@ -85,6 +85,8 @@ install-stamp:
 	done
 	# Fixating man section in pj_init.3
 	sed -i -e 's/\(.TH PJ_INIT\) 3U\(.*\)/\1 3\2/' $(CURDIR)/debian/tmp/usr/share/man/man3/pj_init.3
+	# Empty dependency_libs in .la files
+	sed -i "/dependency_libs/ s/'.*'/''/" `find . -name '*.la'`
 	touch $@
 
 install-data: build install-data-stamp

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



More information about the Pkg-grass-devel mailing list