[pkg-boost-commits] r14387 - boost/branches/1.35.0/debian

smr at alioth.debian.org smr at alioth.debian.org
Sat Mar 28 07:31:39 UTC 2009


Author: smr
Date: 2009-03-28 07:31:39 +0000 (Sat, 28 Mar 2009)
New Revision: 14387

Modified:
   boost/branches/1.35.0/debian/changelog
   boost/branches/1.35.0/debian/control
   boost/branches/1.35.0/debian/rtupdate
Log:
Do not die if rtupdate called for an unknown python version.  Dev package now suggests -doc, not recommends.

Modified: boost/branches/1.35.0/debian/changelog
===================================================================
--- boost/branches/1.35.0/debian/changelog	2009-03-28 07:19:11 UTC (rev 14386)
+++ boost/branches/1.35.0/debian/changelog	2009-03-28 07:31:39 UTC (rev 14387)
@@ -1,3 +1,13 @@
+boost1.35 (1.35.0-10) unstable; urgency=low
+
+  * rtupdate: Do not die if called for an unknown python version, just
+    remove existing symlinks.  Closes: #517203.
+  
+  * control (libboost1.35-dev): Move -doc from recommends to suggests.
+    Closes: #517399.
+
+ -- Steve M. Robbins <smr at debian.org>  Sat, 28 Mar 2009 02:30:25 -0500
+
 boost1.35 (1.35.0-9) experimental; urgency=low
 
   * patches/0001-boost.mpl-gcc-4.4-fixes.patch: New.  Fixes preprocessor

Modified: boost/branches/1.35.0/debian/control
===================================================================
--- boost/branches/1.35.0/debian/control	2009-03-28 07:19:11 UTC (rev 14386)
+++ boost/branches/1.35.0/debian/control	2009-03-28 07:31:39 UTC (rev 14387)
@@ -25,7 +25,8 @@
 Architecture: any
 Section: libdevel
 Depends: ${shlibs:Depends}, libstdc++-dev, libboost-serialization1.35-dev (= ${binary:Version})
-Recommends: libboost1.35-doc, libboost-date-time1.35-dev, libboost-filesystem1.35-dev, libboost-graph1.35-dev, libboost-iostreams1.35-dev, libboost-program-options1.35-dev, libboost-python1.35-dev, libboost-regex1.35-dev, libboost-signals1.35-dev, libboost-test1.35-dev, libboost-thread1.35-dev, libboost-wave1.35-dev
+Recommends: libboost-date-time1.35-dev, libboost-filesystem1.35-dev, libboost-graph1.35-dev, libboost-iostreams1.35-dev, libboost-program-options1.35-dev, libboost-python1.35-dev, libboost-regex1.35-dev, libboost-signals1.35-dev, libboost-test1.35-dev, libboost-thread1.35-dev, libboost-wave1.35-dev
+Suggests: libboost1.35-doc
 Conflicts: libboost-dev, bcp
 Description: Boost C++ Libraries development files
  The Boost web site provides free, peer-reviewed, portable C++ source

Modified: boost/branches/1.35.0/debian/rtupdate
===================================================================
--- boost/branches/1.35.0/debian/rtupdate	2009-03-28 07:19:11 UTC (rev 14386)
+++ boost/branches/1.35.0/debian/rtupdate	2009-03-28 07:31:39 UTC (rev 14387)
@@ -33,7 +33,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