[pkg-boost-commits] r14211 - in boost/trunk/debian: . patches

smr at alioth.debian.org smr at alioth.debian.org
Sat Apr 26 18:54:46 UTC 2008


Author: smr
Date: 2008-04-26 18:54:44 +0000 (Sat, 26 Apr 2008)
New Revision: 14211

Modified:
   boost/trunk/debian/changelog
   boost/trunk/debian/patches/library-naming.patch
Log:
Adjust patch so that library names remove toolset decoration only.

Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog	2008-04-19 06:42:03 UTC (rev 14210)
+++ boost/trunk/debian/changelog	2008-04-26 18:54:44 UTC (rev 14211)
@@ -4,8 +4,8 @@
     debian/documentation-files: 
     debian/patches: Adjust to new version.
   
-  * debian/patches/library-naming.patch: New.  Remove toolset and boost
-    version from library names.
+  * debian/patches/library-naming.patch: New.  Remove toolset decoration
+    from library names.
   
   * debian/rtupdate: Remove logic for links with toolset name.
 

Modified: boost/trunk/debian/patches/library-naming.patch
===================================================================
--- boost/trunk/debian/patches/library-naming.patch	2008-04-19 06:42:03 UTC (rev 14210)
+++ boost/trunk/debian/patches/library-naming.patch	2008-04-26 18:54:44 UTC (rev 14211)
@@ -1,37 +1,13 @@
-The first chunk removes the toolset and boost version from the library 
-names.  
+This patch removes the <toolset> decoration from all library names.
 
-The second chunk removes a rule that creates an unversioned
-hard link; e.g. foo.so --> foo-1_35.so.1.35.0.  However, there is
-also a rule that creates a softlink foo-1_35.so --> foo-1_35.so.1.35.0.
-
-After removing the boost version, both links are the same.
-We keep the softlink.
 --- upstream-boost-1.35.0/Jamroot	2008-03-25 15:47:24.000000000 -0500
 +++ boost-1.35.0/Jamroot	2008-04-13 19:19:07.000000000 -0500
-@@ -309,7 +309,7 @@
+@@ -309,8 +309,8 @@
          if $(layout) = versioned
          {
              local result = [ common.format-name
 -                <base> <toolset> <threading> <runtime> -$(BOOST_VERSION_TAG)
-+                <base> <threading> <runtime> 
++                <base> <threading> <runtime> -$(BOOST_VERSION_TAG)
                  -$(BUILD_ID)
                  : $(name) : $(type) : $(property-set) ] ;
              
-@@ -445,13 +445,9 @@
-         return $(result) ;
-     }    
-             
--    generate stage-unversioned : stage-proper : 
--      <generating-rule>@make-unversioned-links ;
--    explicit stage-unversioned ;
--    
--    generate install-unversioned : install-proper : 
--      <generating-rule>@make-unversioned-links ;
--    explicit install-unversioned ;
-+    # Create do-nothing aliases
-+    alias stage-unversioned ;
-+    alias install-unversioned ;
- }
- else
- {




More information about the pkg-boost-commits mailing list