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

Steven Michael Robbins smr at alioth.debian.org
Sun Feb 10 03:48:13 UTC 2013


Author: smr
Date: 2013-02-10 03:48:12 +0000 (Sun, 10 Feb 2013)
New Revision: 14740

Modified:
   boost/trunk/debian/NEWS.Debian
   boost/trunk/debian/changelog
   boost/trunk/debian/rules
Log:
Stop creating "libboost_foo-mt" compatibility symlinks.

Modified: boost/trunk/debian/NEWS.Debian
===================================================================
--- boost/trunk/debian/NEWS.Debian	2013-02-10 01:53:03 UTC (rev 14739)
+++ boost/trunk/debian/NEWS.Debian	2013-02-10 03:48:12 UTC (rev 14740)
@@ -1,3 +1,10 @@
+boost1.53 (1.53.0-1) unstable; urgency=low
+
+  Debian no longer ships the "libboost_foo-mt" compatibility symlinks.
+  Use "-lboost_foo" only.
+
+ -- Steve M. Robbins <smr at debian.org>  Sat, 09 Feb 2013 21:12:14 -0600
+
 boost1.46 (1.46.1-3) unstable; urgency=low
 
   Boost.Build and bjam now ship in the main -dev package (currently

Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog	2013-02-10 01:53:03 UTC (rev 14739)
+++ boost/trunk/debian/changelog	2013-02-10 03:48:12 UTC (rev 14740)
@@ -3,8 +3,10 @@
   * New upstream.  Update versions in control, rules.  Update file lists
     in documentation-files and example-files.
 
- -- Steve M. Robbins <smr at debian.org>  Sat, 09 Feb 2013 19:47:09 -0600
+  * rules: Stop creating "libboost_foo-mt" compatibility symlinks.
 
+ -- Steve M. Robbins <smr at debian.org>  Sat, 09 Feb 2013 21:47:57 -0600
+
 boost1.52 (1.52.0-1) UNRELEASED; urgency=low
 
   * New upstream.

Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules	2013-02-10 01:53:03 UTC (rev 14739)
+++ boost/trunk/debian/rules	2013-02-10 03:48:12 UTC (rev 14740)
@@ -72,15 +72,11 @@
 mk_a_files = $(shell echo debian/tmp/$(call mk_base_name,$(2),$(3),$(4)).a >> $(call mk_deb_dev,$(1),$(3)).install)
 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_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)
-
 # Specify the type of files/links to install.
 # Special cases first, then general rule
-boost_filetypes_exception = a mta
-boost_filetypes_test_exec_monitor = a mta
-boost_filetypes = $(if $(boost_filetypes_$(1)), $(boost_filetypes_$(1)),a so ln mtso mta)
+boost_filetypes_exception = a
+boost_filetypes_test_exec_monitor = a
+boost_filetypes = $(if $(boost_filetypes_$(1)), $(boost_filetypes_$(1)),a so ln)
 
 # Function that updates debhelper files for a given library variant
 # Input: component, library, variant, suffix




More information about the pkg-boost-commits mailing list