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

smr at alioth.debian.org smr at alioth.debian.org
Sun Mar 29 07:05:06 UTC 2009


Author: smr
Date: 2009-03-29 07:05:06 +0000 (Sun, 29 Mar 2009)
New Revision: 14397

Modified:
   boost/trunk/debian/changelog
   boost/trunk/debian/control
   boost/trunk/debian/rtupdate
Log:
Merge in changes for 1.37.0-7 and -8.

Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog	2009-03-29 07:04:03 UTC (rev 14396)
+++ boost/trunk/debian/changelog	2009-03-29 07:05:06 UTC (rev 14397)
@@ -24,6 +24,22 @@
 
  -- Steve M. Robbins <smr at debian.org>  Sat, 28 Mar 2009 22:40:48 -0500
 
+boost1.37 (1.37.0-8) unstable; urgency=low
+
+  * rtupdate: Do not die if called for an unknown python version, just
+    remove existing symlinks.  Closes: #520749.
+  
+  * control: Package -dbg is now in section debug.
+
+ -- Steve M. Robbins <smr at debian.org>  Sat, 28 Mar 2009 04:43:41 -0500
+
+boost1.37 (1.37.0-7) unstable; urgency=low
+
+  * README.Debian: Add note about Boost.Test main() function.  Closes:
+    #516879.
+
+ -- Steve M. Robbins <smr at debian.org>  Sun, 22 Mar 2009 14:51:00 -0500
+
 boost1.37 (1.37.0-5) unstable; urgency=low
 
   * README.Debian: 

Modified: boost/trunk/debian/control
===================================================================
--- boost/trunk/debian/control	2009-03-29 07:04:03 UTC (rev 14396)
+++ boost/trunk/debian/control	2009-03-29 07:05:06 UTC (rev 14397)
@@ -12,7 +12,7 @@
 
 Package: libboost1.38-dbg
 Architecture: any
-Section: libdevel
+Section: debug
 Priority: extra
 Depends: ${shlibs:Depends}
 Conflicts: libboost-dbg, libboost1.35-dbg, libboost1.36-dbg, libboost1.37-dbg

Modified: boost/trunk/debian/rtupdate
===================================================================
--- boost/trunk/debian/rtupdate	2009-03-29 07:04:03 UTC (rev 14396)
+++ boost/trunk/debian/rtupdate	2009-03-29 07:05:06 UTC (rev 14397)
@@ -34,7 +34,7 @@
     case "$1" in
 	python2.4)  py=py24 ;;
 	python2.5)  py=py25 ;;
-	*)          die $0 unknown python version $1 ;;
+	*)          remove ; return ;;
     esac
 
     update_linklibs $py a




More information about the pkg-boost-commits mailing list