[pkg-boost-commits] r14508 - boost/trunk/debian

Steven Michael Robbins smr at alioth.debian.org
Sun Oct 4 04:57:35 UTC 2009


Author: smr
Date: 2009-10-04 04:57:35 +0000 (Sun, 04 Oct 2009)
New Revision: 14508

Modified:
   boost/trunk/debian/changelog
   boost/trunk/debian/rules
Log:
Create -mt compatibility links for static libs.

Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog	2009-10-04 04:49:37 UTC (rev 14507)
+++ boost/trunk/debian/changelog	2009-10-04 04:57:35 UTC (rev 14508)
@@ -13,8 +13,11 @@
 
   * [Merge from 1.39.0-5] patches/boost-test-invalid-read.patch: New.  Fix
     invalid read error detected by valgrind.  Closes: #538946.
+  
+  * rules: Create "-mt" compatibility links for static libs.  Closes:
+    #549467.
 
- -- Steve M. Robbins <smr at debian.org>  Sat, 03 Oct 2009 22:51:20 -0500
+ -- Steve M. Robbins <smr at debian.org>  Sat, 03 Oct 2009 23:52:04 -0500
 
 boost1.40 (1.40.0-1) unstable; urgency=low
 

Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules	2009-10-04 04:49:37 UTC (rev 14507)
+++ boost/trunk/debian/rules	2009-10-04 04:57:35 UTC (rev 14508)
@@ -70,12 +70,13 @@
 mk_ln_files = $(shell echo $(call mk_base_name,$(2),$(3),$(4)).so.$(SOVERSION) $(call mk_base_name,$(2),$(3),$(4)).so >> $(call mk_deb_dev,$(1),$(3)).links)
 
 # Make compatibility symlinks libfoo-mt --> libfoo
-mk_mtln_files = $(shell echo $(call mk_base_name,$(2),$(3),$(4)).so.$(SOVERSION) $(call mk_base_name,$(2),$(3)-mt,$(4)).so >> $(call mk_deb_dev,$(1),$(3)).links)
+mk_mtso_files = $(shell echo $(call mk_base_name,$(2),$(3),$(4)).so.$(SOVERSION) $(call mk_base_name,$(2),$(3)-mt,$(4)).so >> $(call mk_deb_dev,$(1),$(3)).links)
+mk_mta_files = $(shell echo $(call mk_base_name,$(2),$(3),$(4)).a $(call mk_base_name,$(2),$(3)-mt,$(4)).a >> $(call mk_deb_dev,$(1),$(3)).links)
 
 # Function that updates debhelper files for a given library variant
 # Input: component, library, variant, suffix
 # Output: none
-mk_files = $(foreach fn,a so ln mtln,$(call mk_$(fn)_files,$(1),$(2),$(3),$(4)))
+mk_files = $(foreach fn,a so ln mtso mta,$(call mk_$(fn)_files,$(1),$(2),$(3),$(4)))
 
 # helpers to make and install lintian override files
 




More information about the pkg-boost-commits mailing list