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

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


Author: smr
Date: 2009-11-14 19:35:24 +0000 (Sat, 14 Nov 2009)
New Revision: 14524

Modified:
   boost/trunk/debian/rtupdate
Log:
As of 1.39 (July 2009), rtupdate is no longer called in libboost-dbg
postinstall, so remove support for linking "-d" library variants.



Modified: boost/trunk/debian/rtupdate
===================================================================
--- boost/trunk/debian/rtupdate	2009-11-14 19:09:13 UTC (rev 14523)
+++ boost/trunk/debian/rtupdate	2009-11-14 19:35:24 UTC (rev 14524)
@@ -15,8 +15,8 @@
 
     cd /usr/lib
     for thread in ""; do
-	target=libboost_python${thread}${debug}-${py}.${suf}
-	link=libboost_python${thread}${debug}.${suf} 
+	target=libboost_python${thread}-${py}.${suf}
+	link=libboost_python${thread}.${suf} 
 	test -e $target && ln -s -f $target $link
     done
 }
@@ -26,7 +26,7 @@
 
     cd /usr/lib
     for thread in "" -mt; do
-	rm -f libboost_python${thread}${debug}.${suf} 
+	rm -f libboost_python${thread}.${suf} 
     done
 }
 
@@ -47,11 +47,6 @@
 }
 
 
-debug=
-case "$0" in
-    */libboost*-dbg.rtupdate)  debug=-d ;;
-esac
-
 action="$1"
 shift
 




More information about the pkg-boost-commits mailing list