From: David Wells Date: Sun, 7 Jul 2019 11:44:43 +0000 (-0400) Subject: Address review comments and add a changelog entry. X-Git-Tag: v9.2.0-rc1~1359^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d01145e45c65e70fa4979f31bd2439aa4861b39f;p=dealii.git Address review comments and add a changelog entry. --- diff --git a/doc/developers/packaging.html b/doc/developers/packaging.html index 3cca7fa3a7..ef6b79f63f 100644 --- a/doc/developers/packaging.html +++ b/doc/developers/packaging.html @@ -16,13 +16,12 @@

This page describes how to write packaging scripts for deal.II. deal.II is written in - C++11 and is known to work with fairly recent GCC, Clang, and Intel - compilers. It is licensed under the LGPL v2.1. We recommend reading - the porting document first for - a description of the requirements of the build - system. deal.II does not support any type of plug-in - architecture for dependencies: all dependencies must be provided at - compile-time. + C++11 and is known to work with GCC, Clang, and Intel compilers. It is + licensed under the LGPL v2.1. We recommend reading + the porting document first for a description of + the requirements of the build system. deal.II does not + support any type of plug-in architecture for dependencies: all + dependencies must be provided at compile-time. The only required dependency of deal.II is boost.

@@ -30,7 +29,7 @@

Examples

deal.II is already available in many Linux distributions: - for example packaging scripts see, e.g., + for examples of packaging scripts see, e.g.,

diff --git a/doc/news/changes/minor/20190707DavidWells b/doc/news/changes/minor/20190707DavidWells new file mode 100644 index 0000000000..7c50c927fe --- /dev/null +++ b/doc/news/changes/minor/20190707DavidWells @@ -0,0 +1,4 @@ +New: The library contains a new manual page describing how to package deal.II +for distribution in a Unix-like distribution. +
+(David Wells, 2019/07/07)