[pkg-boost-commits] r14415 - boost/branches/1.37.0/debian

Steven Michael Robbins smr at alioth.debian.org
Sat Apr 25 03:08:41 UTC 2009


Author: smr
Date: 2009-04-25 03:08:41 +0000 (Sat, 25 Apr 2009)
New Revision: 14415

Modified:
   boost/branches/1.37.0/debian/changelog
   boost/branches/1.37.0/debian/rtupdate
Log:
Handle versioned libboostX.Y-dbg rtupdate.

Modified: boost/branches/1.37.0/debian/changelog
===================================================================
--- boost/branches/1.37.0/debian/changelog	2009-04-23 13:22:50 UTC (rev 14414)
+++ boost/branches/1.37.0/debian/changelog	2009-04-25 03:08:41 UTC (rev 14415)
@@ -1,3 +1,10 @@
+boost1.37 (1.37.0-9) unstable; urgency=low
+
+  * rtupdate: Handle versioned libboostX.Y-dbg.rtupdate properly.  Closes:
+    #525378.
+
+ -- Steve M. Robbins <smr at debian.org>  Fri, 24 Apr 2009 21:39:49 -0500
+
 boost1.37 (1.37.0-8) unstable; urgency=low
 
   * rtupdate: Do not die if called for an unknown python version, just

Modified: boost/branches/1.37.0/debian/rtupdate
===================================================================
--- boost/branches/1.37.0/debian/rtupdate	2009-04-23 13:22:50 UTC (rev 14414)
+++ boost/branches/1.37.0/debian/rtupdate	2009-04-25 03:08:41 UTC (rev 14415)
@@ -49,7 +49,7 @@
 
 debug=
 case "$0" in
-    */libboost-dbg.rtupdate)  debug=-d ;;
+    */libboost*-dbg.rtupdate)  debug=-d ;;
 esac
 
 action="$1"




More information about the pkg-boost-commits mailing list