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

Steven Michael Robbins smr at alioth.debian.org
Sat Nov 14 19:43:29 UTC 2009


Author: smr
Date: 2009-11-14 19:43:29 +0000 (Sat, 14 Nov 2009)
New Revision: 14526

Modified:
   boost/trunk/debian/rtupdate
Log:
Revert last change for removal: we may be removing an older version that does have -mt variants.

Modified: boost/trunk/debian/rtupdate
===================================================================
--- boost/trunk/debian/rtupdate	2009-11-14 19:39:23 UTC (rev 14525)
+++ boost/trunk/debian/rtupdate	2009-11-14 19:43:29 UTC (rev 14526)
@@ -23,7 +23,9 @@
     suf=$1
 
     cd /usr/lib
-    rm -f libboost_python.${suf} 
+    for thread in "" -mt; do
+	rm -f libboost_python${thread}.${suf} 
+    done
 }
 
 rtupdate() {




More information about the pkg-boost-commits mailing list