[pkg-boost-commits] r14307 - boost/trunk/debian
smr at alioth.debian.org
smr at alioth.debian.org
Sun Nov 9 17:07:35 UTC 2008
Author: smr
Date: 2008-11-09 17:07:35 +0000 (Sun, 09 Nov 2008)
New Revision: 14307
Modified:
boost/trunk/debian/rules
Log:
Reformat. No semantic change.
Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules 2008-11-09 17:05:17 UTC (rev 14306)
+++ boost/trunk/debian/rules 2008-11-09 17:07:35 UTC (rev 14307)
@@ -79,8 +79,8 @@
# Helpers that update debhelper .install or .links files
# Input: component, library, variant, suffix
# Output: none
+mk_so_files = $(shell echo debian/tmp/$(call mk_base_name,$(2),$(3),$(4)).so.$(SOVERSION) >> $(call mk_deb_lib,$(1),$(3)).install)
mk_a_files = $(shell echo debian/tmp/$(call mk_base_name,$(2),$(3),$(4)).a >> $(call mk_deb_dev,$(1),$(3)).install)
-mk_so_files = $(shell echo debian/tmp/$(call mk_base_name,$(2),$(3),$(4)).so.$(SOVERSION) >> $(call mk_deb_lib,$(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)
# Function that updates debhelper files for a given library variant
More information about the pkg-boost-commits
mailing list