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

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


Author: smr
Date: 2009-04-25 03:15:16 +0000 (Sat, 25 Apr 2009)
New Revision: 14417

Modified:
   boost/trunk/debian/changelog
   boost/trunk/debian/rtupdate
Log:
Handle rtupdate in versioned package libboostX.Y-dbg.

Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog	2009-04-25 03:14:47 UTC (rev 14416)
+++ boost/trunk/debian/changelog	2009-04-25 03:15:16 UTC (rev 14417)
@@ -1,3 +1,10 @@
+boost1.38 (1.38.0-5) unstable; urgency=low
+
+  * rtupdate: Handle versioned libboostX.Y-dbg.rtupdate properly.  Closes:
+    #525376.
+
+ -- Steve M. Robbins <smr at debian.org>  Fri, 24 Apr 2009 22:14:11 -0500
+
 boost1.38 (1.38.0-4) unstable; urgency=low
 
   * control (libboost1.38-dev): weaken dependency on libboost-math1.38-dev

Modified: boost/trunk/debian/rtupdate
===================================================================
--- boost/trunk/debian/rtupdate	2009-04-25 03:14:47 UTC (rev 14416)
+++ boost/trunk/debian/rtupdate	2009-04-25 03:15:16 UTC (rev 14417)
@@ -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