[cpp-log4shib] 04/04: Move doxygen and graphviz to Build-Depends-Indep

Scott Cantor cantor.2 at osu.edu
Tue Oct 19 16:13:56 UTC 2021


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to annotated tag debian/1.0.8-1
in repository cpp-log4shib.

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

commit 005c022e0fb91c6a9caf6ae83b6858d163b6d869
Author: Russ Allbery <rra at stanford.edu>
AuthorDate: Tue Jun 25 16:11:56 2013 -0700

    Move doxygen and graphviz to Build-Depends-Indep
    
    * Move doxygen and graphviz to Build-Depends-Indep now that the buildds
      have proper arch-specific build support.  The upstream build system
      should automatically decline to build the documentation if those
      packages aren't installed.
---
 debian/changelog | 6 +++++-
 debian/control   | 3 ++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e92fe2f..8524406 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,12 @@ log4shib (1.0.8-1) unstable; urgency=low
 
   * New upstream release.
     - Use upstream fix for converting the thread ID to a string.
+  * Move doxygen and graphviz to Build-Depends-Indep now that the buildds
+    have proper arch-specific build support.  The upstream build system
+    should automatically decline to build the documentation if those
+    packages aren't installed.
 
- -- Russ Allbery <rra at debian.org>  Tue, 25 Jun 2013 16:00:04 -0700
+ -- Russ Allbery <rra at debian.org>  Tue, 25 Jun 2013 16:11:47 -0700
 
 log4shib (1.0.7-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 286097b..e46c657 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ 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, doxygen, graphviz, perl
+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

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


More information about the commits mailing list