From d01145e45c65e70fa4979f31bd2439aa4861b39f Mon Sep 17 00:00:00 2001 From: David Wells Date: Sun, 7 Jul 2019 07:44:43 -0400 Subject: [PATCH] Address review comments and add a changelog entry. --- doc/developers/packaging.html | 29 +++++++++++++---------- doc/news/changes/minor/20190707DavidWells | 4 ++++ 2 files changed, 21 insertions(+), 12 deletions(-) create mode 100644 doc/news/changes/minor/20190707DavidWells 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) -- 2.39.5