[cpp-log4shib] 02/20: Run wrap-and-sort -ast on the package

Scott Cantor cantor.2 at osu.edu
Tue Oct 19 16:13:59 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-1
in repository cpp-log4shib.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-log4shib.git;a=commit;h=01491cf7cb82087ce810f7d899b277c9ed54f2e1

commit 01491cf7cb82087ce810f7d899b277c9ed54f2e1
Author: Ferenc Wágner <wferi at niif.hu>
AuthorDate: Thu Jan 14 13:26:55 2016 +0100

    Run wrap-and-sort -ast on the package
---
 debian/control                 | 30 ++++++++++++++++++++++--------
 debian/liblog4shib-dev.install |  2 +-
 2 files changed, 23 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index e46c657..c7e86b5 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,15 @@ Source: log4shib
 Section: libs
 Priority: extra
 Maintainer: Debian Shib Team <pkg-shibboleth-devel at lists.alioth.debian.org>
-Uploaders: Russ Allbery <rra at debian.org>
-Build-Depends: debhelper (>= 9), dh-autoreconf, perl
-Build-Depends-Indep: doxygen, graphviz
+Uploaders:
+ Russ Allbery <rra at debian.org>,
+Build-Depends:
+ debhelper (>= 9),
+ dh-autoreconf,
+ perl,
+Build-Depends-Indep:
+ doxygen,
+ graphviz,
 Standards-Version: 3.9.4
 Homepage: https://wiki.shibboleth.net/confluence/display/OpenSAML/log4shib
 Vcs-Git: git://anonscm.debian.org/pkg-shibboleth/log4shib.git
@@ -13,8 +19,11 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-shibboleth/log4shib.git
 Package: liblog4shib1
 Architecture: any
 Multi-Arch: same
-Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
 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
@@ -31,8 +40,11 @@ Description: log4j-style configurable logging library for C++ (runtime)
 Package: liblog4shib-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, liblog4shib1 (= ${binary:Version})
-Suggests: liblog4shib-doc
+Depends:
+ liblog4shib1 (= ${binary:Version}),
+ ${misc: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
@@ -49,7 +61,9 @@ Description: log4j-style configurable logging library for C++ (development)
 Package: liblog4shib-doc
 Section: doc
 Architecture: all
-Depends: ${misc:Depends}, libjs-jquery
+Depends:
+ libjs-jquery,
+ ${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
diff --git a/debian/liblog4shib-dev.install b/debian/liblog4shib-dev.install
index 1cd634e..2c1cba3 100644
--- a/debian/liblog4shib-dev.install
+++ b/debian/liblog4shib-dev.install
@@ -1,7 +1,7 @@
+debian/log4shib-config.1 usr/share/man/man1
 usr/bin/log4shib-config
 usr/include/*
 usr/lib/*/lib*.a
 usr/lib/*/lib*.so
 usr/lib/*/pkgconfig/log4shib.pc
 usr/share/aclocal/log4shib.m4
-debian/log4shib-config.1 usr/share/man/man1

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list