[SCM] FastJet: Fast C++ code for the kt and other jet algorithms branch, master, updated. upstream/3.0.2+dfsg-5-g7558cb2

Lifeng Sun lifongsun at gmail.com
Mon Jun 4 00:38:02 UTC 2012


The following commit has been merged in the master branch:
commit 7558cb23204e33b079ad6862673aa5255c40d881
Author: Lifeng Sun <lifongsun at gmail.com>
Date:   Mon Jun 4 08:33:56 2012 +0800

    Disable rpath flag in fastjet-config by default.

diff --git a/debian/changelog b/debian/changelog
index 6f1961d..6fdc9e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 fastjet (3.0.2+dfsg-2) unstable; urgency=low
 
   * Fix dependencies of libfastjet-fortran-dev.
+  * Disable rpath flag in fastjet-config by default.
 
- -- Lifeng Sun <lifongsun at gmail.com>  Sun, 03 Jun 2012 12:20:36 +0800
+ -- Lifeng Sun <lifongsun at gmail.com>  Mon, 04 Jun 2012 08:33:14 +0800
 
 fastjet (3.0.2+dfsg-1) unstable; urgency=low
 
diff --git a/debian/patches/disable-rpath-by-default.patch b/debian/patches/disable-rpath-by-default.patch
new file mode 100644
index 0000000..7254d35
--- /dev/null
+++ b/debian/patches/disable-rpath-by-default.patch
@@ -0,0 +1,11 @@
+--- a/fastjet-config.in
++++ b/fastjet-config.in
+@@ -157,7 +157,7 @@
+ # default behaviour for parameters
+ plugins_included="no"
+ use_shared="yes"
+-add_rpath="yes"
++add_rpath="no"
+ add_runpath="no"
+ 
+ # no query found initially
diff --git a/debian/patches/series b/debian/patches/series
index 27a0a64..4eeeddc 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 missed-this-pointer.patch
 purge-plugins.patch
 fortran-wrap.patch
+disable-rpath-by-default.patch

-- 
FastJet: Fast C++ code for the kt and other jet algorithms



More information about the debian-science-commits mailing list