[pkg-boost-commits] r14388 - boost/branches/1.37.0/debian
smr at alioth.debian.org
smr at alioth.debian.org
Sat Mar 28 07:38:43 UTC 2009
Author: smr
Date: 2009-03-28 07:38:43 +0000 (Sat, 28 Mar 2009)
New Revision: 14388
Modified:
boost/branches/1.37.0/debian/changelog
boost/branches/1.37.0/debian/rtupdate
Log:
Do not die if rtupdate called for an unknown python version.
Modified: boost/branches/1.37.0/debian/changelog
===================================================================
--- boost/branches/1.37.0/debian/changelog 2009-03-28 07:31:39 UTC (rev 14387)
+++ boost/branches/1.37.0/debian/changelog 2009-03-28 07:38:43 UTC (rev 14388)
@@ -1,3 +1,10 @@
+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.
+
+ -- Steve M. Robbins <smr at debian.org> Sat, 28 Mar 2009 02:33:37 -0500
+
boost1.37 (1.37.0-7) unstable; urgency=low
* README.Debian: Add note about Boost.Test main() function. Closes:
Modified: boost/branches/1.37.0/debian/rtupdate
===================================================================
--- boost/branches/1.37.0/debian/rtupdate 2009-03-28 07:31:39 UTC (rev 14387)
+++ boost/branches/1.37.0/debian/rtupdate 2009-03-28 07:38:43 UTC (rev 14388)
@@ -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