[pkg-boost-commits] r14673 - boost/trunk/debian
Steven Michael Robbins
smr at alioth.debian.org
Sun Nov 27 21:39:58 UTC 2011
Author: smr
Date: 2011-11-27 21:39:58 +0000 (Sun, 27 Nov 2011)
New Revision: 14673
Modified:
boost/trunk/debian/control
boost/trunk/debian/rules
Log:
Add locale library packages.
Modified: boost/trunk/debian/control
===================================================================
--- boost/trunk/debian/control 2011-11-27 21:28:10 UTC (rev 14672)
+++ boost/trunk/debian/control 2011-11-27 21:39:58 UTC (rev 14673)
@@ -37,6 +37,7 @@
libboost-graph-parallel1.48-dev,
libboost-graph1.48-dev,
libboost-iostreams1.48-dev,
+ libboost-locale1.48-dev,
libboost-math1.48-dev,
libboost-mpi1.48-dev,
libboost-program-options1.48-dev,
@@ -84,6 +85,7 @@
libboost-graph1.48-dev,
libboost-graph-parallel1.48-dev,
libboost-iostreams1.48-dev,
+ libboost-locale1.48-dev,
libboost-math1.48-dev,
libboost-mpi1.48-dev,
libboost-mpi-python1.48-dev,
@@ -370,6 +372,64 @@
which turn models of these concepts into C++ standard library streams
and stream buffers.
+Package: libboost-locale1.48.0
+Homepage: http://www.boost.org/libs/locale/
+Architecture: any
+Section: libs
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: C++ facilities for localization
+ This package forms part of the Boost C++ Libraries collection.
+ .
+ Boost.Locale gives powerful tools for development of cross platform
+ localized software - the software that talks to user in its language.
+ .
+ * Correct case conversion, case folding and normalization.
+ * Collation (sorting), including support for 4 Unicode collation
+ levels.
+ * Date, time, timezone and calendar manipulations, formatting
+ and parsing, including transparent support for calendars other than
+ Gregorian.
+ * Boundary analysis for characters, words, sentences and
+ line-breaks.
+ * Number formatting, spelling and parsing.
+ * Monetary formatting and parsing.
+ * Powerful message formatting (string translation) including
+ support for plural forms, using GNU catalogs.
+ * Character set conversion.
+ * Transparent support for 8-bit character sets like Latin1
+ * Support for char and wchar_t
+ * Experimental support for C++0x char16_t and char32_t strings and streams.
+
+Package: libboost-locale1.48-dev
+Homepage: http://www.boost.org/libs/math/
+Architecture: any
+Section: libdevel
+Depends: ${misc:Depends},
+ libboost1.48-dev (= ${binary:Version}),
+ libboost-locale1.48.0 (= ${binary:Version})
+Description: C++ facilities for localization
+ This package forms part of the Boost C++ Libraries collection.
+ .
+ Boost.Locale gives powerful tools for development of cross platform
+ localized software - the software that talks to user in its language.
+ .
+ * Correct case conversion, case folding and normalization.
+ * Collation (sorting), including support for 4 Unicode collation
+ levels.
+ * Date, time, timezone and calendar manipulations, formatting
+ and parsing, including transparent support for calendars other than
+ Gregorian.
+ * Boundary analysis for characters, words, sentences and
+ line-breaks.
+ * Number formatting, spelling and parsing.
+ * Monetary formatting and parsing.
+ * Powerful message formatting (string translation) including
+ support for plural forms, using GNU catalogs.
+ * Character set conversion.
+ * Transparent support for 8-bit character sets like Latin1
+ * Support for char and wchar_t
+ * Experimental support for C++0x char16_t and char32_t strings and streams.
+
Package: libboost-math1.48.0
Homepage: http://www.boost.org/libs/math/
Architecture: any
Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules 2011-11-27 21:28:10 UTC (rev 14672)
+++ boost/trunk/debian/rules 2011-11-27 21:39:58 UTC (rev 14673)
@@ -16,7 +16,7 @@
pyversions = $(shell pyversions -rv) $(shell py3versions -rv)
# Boost libraries for which we want separate packages
-boost_libs := chrono date-time filesystem graph-parallel graph iostreams math \
+boost_libs := chrono date-time filesystem graph-parallel graph iostreams locale math \
mpi mpi-python \
program-options python regex random serialization signals \
system test \
More information about the pkg-boost-commits
mailing list