This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository sfcgal.
commit 67303e6bbda6bbffb8ed09eea92c65e22e29b190 Author: Bas Couwenberg <sebas...@xs4all.nl> Date: Wed Sep 2 18:35:16 2015 +0200 Don't strip RPATH from sfcgal-config. --- debian/changelog | 1 + debian/rules | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 04ee903..10ad618 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ sfcgal (1.1.0-5) UNRELEASED; urgency=medium * Restructure control file with cme. * Update Vcs-Browser URL to use HTTPS. * Add upstream metadata. + * Don't strip RPATH from sfcgal-config. -- Sven Geggus <sven-deb...@geggus.net> Tue, 01 Sep 2015 10:59:34 +0200 diff --git a/debian/rules b/debian/rules index 95e3e84..b604ae3 100755 --- a/debian/rules +++ b/debian/rules @@ -22,13 +22,13 @@ override_dh_auto_configure: override_dh_install: # removing embedded rpath in binaries - -find $(CURDIR)/debian/tmp/usr/bin -type f -exec chrpath --delete {} \; + -find $(CURDIR)/debian/tmp/usr/bin -type f -not -name sfcgal-config -exec chrpath --delete {} \; # removing embedded rpath in libraries -find $(CURDIR)/debian/tmp/usr/lib -name "*.so*" -type f -exec chrpath --delete {} \; dh_install --list-missing - override_dh_makeshlibs: dh_makeshlibs -- -c0 -v$(UPSTREAM_VERSION) + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/sfcgal.git _______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel