[pkg-boost-commits] r14386 - boost/branches/1.34.1/debian
smr at alioth.debian.org
smr at alioth.debian.org
Sat Mar 28 07:19:11 UTC 2009
Author: smr
Date: 2009-03-28 07:19:11 +0000 (Sat, 28 Mar 2009)
New Revision: 14386
Modified:
boost/branches/1.34.1/debian/changelog
boost/branches/1.34.1/debian/rtupdate
Log:
Do not die if rtupdate called for unknown python version.
Modified: boost/branches/1.34.1/debian/changelog
===================================================================
--- boost/branches/1.34.1/debian/changelog 2009-03-22 19:58:27 UTC (rev 14385)
+++ boost/branches/1.34.1/debian/changelog 2009-03-28 07:19:11 UTC (rev 14386)
@@ -1,3 +1,10 @@
+boost (1.34.1-16) unstable; urgency=low
+
+ * rtupdate: Do not die if called for an unknown python version, just
+ remove existing symlinks. Closes: #520748.
+
+ -- Steve M. Robbins <smr at debian.org> Sat, 28 Mar 2009 02:18:30 -0500
+
boost (1.34.1-15) unstable; urgency=low
* patches/0001-boost.mpl-gcc-4.4-fixes.patch: New. Fixes preprocessor
Modified: boost/branches/1.34.1/debian/rtupdate
===================================================================
--- boost/branches/1.34.1/debian/rtupdate 2009-03-22 19:58:27 UTC (rev 14385)
+++ boost/branches/1.34.1/debian/rtupdate 2009-03-28 07:19:11 UTC (rev 14386)
@@ -42,7 +42,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