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

smr at alioth.debian.org smr at alioth.debian.org
Sat Apr 19 05:20:13 UTC 2008


Author: smr
Date: 2008-04-19 05:20:12 +0000 (Sat, 19 Apr 2008)
New Revision: 14206

Modified:
   boost/trunk/debian/changelog
   boost/trunk/debian/rtupdate
Log:
Remove logic for links with toolset name.

Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog	2008-04-19 05:16:36 UTC (rev 14205)
+++ boost/trunk/debian/changelog	2008-04-19 05:20:12 UTC (rev 14206)
@@ -6,11 +6,13 @@
   
   * debian/patches/library-naming.patch: New.  Remove toolset and boost
     version from library names.
+  
+  * debian/rtupdate: Remove logic for links with toolset name.
 
   * debian/control: Substitute 1.34.1 --> 1.35.0 on all library package
     names.  Add packages libboost-system1.35.0 and libboost-system-dev.
   
- -- Steve M. Robbins <smr at debian.org>  Sat, 19 Apr 2008 00:16:03 -0500
+ -- Steve M. Robbins <smr at debian.org>  Sat, 19 Apr 2008 00:19:39 -0500
 
 boost (1.34.1-11) unstable; urgency=low
 

Modified: boost/trunk/debian/rtupdate
===================================================================
--- boost/trunk/debian/rtupdate	2008-04-19 05:16:36 UTC (rev 14205)
+++ boost/trunk/debian/rtupdate	2008-04-19 05:20:12 UTC (rev 14206)
@@ -4,8 +4,6 @@
 
 set -e
 
-version=1_34_1
-
 die() {
     echo "$@" >&2
     exit 1
@@ -17,10 +15,6 @@
 
     cd /usr/lib
     for thread in "" -mt; do
-	for gcc in gcc41 gcc42; do
-	    ln -s -f libboost_python-${gcc}${thread}${debug}-${version}-${py}.${suf} \
-	             libboost_python-${gcc}${thread}${debug}-${version}.${suf}
-        done
 	ln -s -f libboost_python${thread}${debug}-${py}.${suf} \
 	         libboost_python${thread}${debug}.${suf} 
     done
@@ -31,9 +25,6 @@
 
     cd /usr/lib
     for thread in "" -mt; do
-	for gcc in gcc41 gcc42; do
-	    rm -f libboost_python-${gcc}${thread}${debug}-${version}.${suf}
-        done
 	rm -f libboost_python${thread}${debug}.${suf} 
     done
 }




More information about the pkg-boost-commits mailing list