[cpp-log4shib] 09/15: Factor out common part of package descriptions
Scott Cantor
cantor.2 at osu.edu
Tue Oct 19 16:14:53 UTC 2021
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to annotated tag debian/1.0.9-4
in repository cpp-log4shib.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-log4shib.git;a=commit;h=d1715f02e46a2caa8c230a67597f270bb8a9a45a
commit d1715f02e46a2caa8c230a67597f270bb8a9a45a
Author: Ferenc Wágner <wferi at debian.org>
AuthorDate: Tue May 15 15:48:04 2018 +0200
Factor out common part of package descriptions
---
debian/control | 35 +++++++++++------------------------
1 file changed, 11 insertions(+), 24 deletions(-)
diff --git a/debian/control b/debian/control
index 30fa11e..31bfd9b 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,14 @@ Standards-Version: 4.1.4
Homepage: https://wiki.shibboleth.net/confluence/display/OpenSAML/log4shib
Vcs-Git: https://anonscm.debian.org/git/pkg-shibboleth/log4shib.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-shibboleth/log4shib.git
+X-Common-Description: log4shib provides a library of C++ classes for flexible
+ logging to files, syslog, and other destinations. It is modeled after the
+ log4j Java library, staying as close to that API as is reasonable.
+ .
+ log4shib is a fork of the log4cpp library with additional fixes and
+ modifications to improve its thread safety and robustness. It is
+ primarily intended for use by the Shibboleth web authentication
+ system.
Package: liblog4shib1v5
Architecture: any
@@ -29,14 +37,7 @@ Conflicts:
Replaces:
liblog4shib1,
Description: log4j-style configurable logging library for C++ (runtime)
- log4shib provides a library of C++ classes for flexible logging to
- files, syslog, and other destinations. It is modeled after the log4j
- Java library, staying as close to that API as is reasonable.
- .
- log4shib is a fork of the log4cpp library with additional fixes and
- modifications to improve its thread safety and robustness. It is
- primarily intended for use by the Shibboleth web authentication
- system.
+ ${S:X-Common-Description}
.
This package contains the files necessary for running applications that
use the log4shib library.
@@ -52,14 +53,7 @@ Depends:
Suggests:
liblog4shib-doc,
Description: log4j-style configurable logging library for C++ (development)
- log4shib provides a library of C++ classes for flexible logging to
- files, syslog, and other destinations. It is modeled after the log4j
- Java library, staying as close to that API as is reasonable.
- .
- log4shib is a fork of the log4cpp library with additional fixes and
- modifications to improve its thread safety and robustness. It is
- primarily intended for use by the Shibboleth web authentication
- system.
+ ${S:X-Common-Description}
.
This package contains the headers and other necessary files to build
applications or libraries that use or extend the log4shib library.
@@ -71,14 +65,7 @@ Multi-Arch: foreign
Depends:
${misc:Depends},
Description: log4j-style configurable logging library for C++ (API docs)
- log4shib provides a library of C++ classes for flexible logging to
- files, syslog, and other destinations. It is modeled after the log4j
- Java library, staying as close to that API as is reasonable.
- .
- log4shib is a fork of the log4cpp library with additional fixes and
- modifications to improve its thread safety and robustness. It is
- primarily intended for use by the Shibboleth web authentication
- system.
+ ${S:X-Common-Description}
.
This package contains the log4shib library API documentation generated
by Doxygen.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list