[pkg-boost-commits] r15039 - /boost/branches/experimental/debian/rules

smr at users.alioth.debian.org smr at users.alioth.debian.org
Tue Oct 3 04:27:57 UTC 2017


Author: smr
Date: Tue Oct  3 04:27:57 2017
New Revision: 15039

URL: http://svn.debian.org/wsvn/pkg-boost/?sc=1&rev=15039
Log:
Stop creating .links files.  Boost install will generate the correct symlinks itself, and can be used in the .install file.

Modified:
    boost/branches/experimental/debian/rules

Modified: boost/branches/experimental/debian/rules
URL: http://svn.debian.org/wsvn/pkg-boost/boost/branches/experimental/debian/rules?rev=15039&op=diff
==============================================================================
--- boost/branches/experimental/debian/rules	(original)
+++ boost/branches/experimental/debian/rules	Tue Oct  3 04:27:57 2017
@@ -199,14 +199,13 @@
 mk_deb_lib = debian/$(call mk_pkg_lib,$(1))
 mk_deb_dev = debian/$(call mk_pkg_dev,$(1))
 
-# Helpers that update debhelper .install or .links files
+# Helpers that update debhelper .install files
 # Input: component, library, suffix
 # Output: none
 mk_so_files = $(shell echo debian/tmp/$(call mk_base_name,$(2),$(3)).so.$(SOVERSION) >> $(call mk_deb_lib,$(1)).install)
 mk_a_files = $(shell echo debian/tmp/$(call mk_base_name,$(2),$(3)).a >> $(call mk_deb_dev,$(1)).install)
-mk_ln_files = $(shell echo $(call mk_base_name,$(2),$(3)).so.$(SOVERSION) $(call mk_base_name,$(2),$(3)).so >> $(call mk_deb_dev,$(1)).links)
-
-# Specify the type of files/links to install.
+
+# Specify the type of files to install.
 # Special cases first, then general rule
 boost_filetypes_exception = a
 boost_filetypes_test_exec_monitor = a
@@ -345,7 +344,6 @@
 
 clean-debhelper:
 	rm -rf debian/*.install
-	rm -rf debian/*.links
 	rm -rf debian/*.lintian-overrides
 
 # Make all the generated debhelper files.




More information about the pkg-boost-commits mailing list