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

Steven Michael Robbins smr at alioth.debian.org
Mon Feb 21 03:50:34 UTC 2011


Author: smr
Date: 2011-02-21 03:50:28 +0000 (Mon, 21 Feb 2011)
New Revision: 14614

Modified:
   boost/trunk/debian/changelog
   boost/trunk/debian/rules
Log:
rules: Don't use "long double" for architecture "armhf".  Closes: #604107.
Document other upstream fixes:
    - Fixes Boost ticket 4631.  Closes: #595955.
    - Program.Options updated.  Closes: #593522.



Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog	2011-02-21 03:15:15 UTC (rev 14613)
+++ boost/trunk/debian/changelog	2011-02-21 03:50:28 UTC (rev 14614)
@@ -1,12 +1,18 @@
 boost1.46 (1.46.0-1) UNRELEASED; urgency=low
 
-  * New upstream release candidate.  NOT READY FOR RELEASE.  Initial updates to control, rules
-    only.  Need to update example-files and documentation-files.
+  * New upstream release candidate.  NOT READY FOR RELEASE.  Initial
+    updates to control, rules only.  Need to update example-files and
+    documentation-files.
+    - Fixes Boost ticket 4631.  Closes: #595955.
+    - Program.Options updated.  Closes: #593522.
   
   * control:
   * rules: Set versions to 1.46.  Remove obsolete conflicts.
 
- -- Steve M. Robbins <smr at debian.org>  Sun, 20 Feb 2011 21:11:09 -0600
+  * rules: Don't use "long double" for architecture "armhf".  
+    Closes: #604107.
+  
+ -- Steve M. Robbins <smr at debian.org>  Sun, 20 Feb 2011 21:38:07 -0600
 
 boost1.45 (1.45.0-1) experimental; urgency=low
 

Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules	2011-02-21 03:15:15 UTC (rev 14613)
+++ boost/trunk/debian/rules	2011-02-21 03:50:28 UTC (rev 14614)
@@ -132,6 +132,8 @@
 BUILD_LONG_DOUBLE = no
 else ifeq ($(DEB_BUILD_ARCH), armel)
 BUILD_LONG_DOUBLE = no
+else ifeq ($(DEB_BUILD_ARCH), armhf)
+BUILD_LONG_DOUBLE = no
 else ifeq ($(DEB_BUILD_ARCH), mips)
 BUILD_LONG_DOUBLE = no
 else ifeq ($(DEB_BUILD_ARCH), mipsel)




More information about the pkg-boost-commits mailing list