[cpp-log4shib] 05/11: Upstream dropped the old style config script

Scott Cantor cantor.2 at osu.edu
Tue Oct 19 16:15:05 UTC 2021


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

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

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

commit 1f97deca5b649829674cb53011a9271e287d8953
Author: Ferenc Wágner <wferi at niif.hu>
AuthorDate: Mon Apr 11 17:56:24 2016 +0200

    Upstream dropped the old style config script
    
    It isn't compatible with multiarch, and pkg-config is already present
    as a better alternative.
---
 debian/clean                   |  1 -
 debian/control                 |  1 -
 debian/liblog4shib-dev.install |  3 --
 debian/log4shib-config.pod     | 70 ------------------------------------------
 debian/rules                   |  3 --
 5 files changed, 78 deletions(-)

diff --git a/debian/clean b/debian/clean
deleted file mode 100644
index b4c98f6..0000000
--- a/debian/clean
+++ /dev/null
@@ -1 +0,0 @@
-debian/log4shib-config.1
diff --git a/debian/control b/debian/control
index cc0cddd..07d98bc 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,6 @@ Uploaders:
  Etienne Dysli Metref <etienne.dysli-metref at switch.ch>,
 Build-Depends:
  debhelper (>= 11~),
- perl,
 Build-Depends-Indep:
  doxygen,
  graphviz,
diff --git a/debian/liblog4shib-dev.install b/debian/liblog4shib-dev.install
index bfb7f3c..9be10ff 100644
--- a/debian/liblog4shib-dev.install
+++ b/debian/liblog4shib-dev.install
@@ -1,6 +1,3 @@
-debian/log4shib-config.1 usr/share/man/man1
-usr/bin/log4shib-config
 usr/include/*
 usr/lib/*/lib*.so
 usr/lib/*/pkgconfig/log4shib.pc
-usr/share/aclocal/log4shib.m4
diff --git a/debian/log4shib-config.pod b/debian/log4shib-config.pod
deleted file mode 100644
index 531eda7..0000000
--- a/debian/log4shib-config.pod
+++ /dev/null
@@ -1,70 +0,0 @@
-=head1 NAME
-
-log4shib-config - Flags for linking with the log4shib library
-
-=head1 SYNOPSIS
-
-B<log4shib-config> [B<--prefix>[=I<dir>]] [B<--exec-prefix>[=I<dir>]]
-    [B<--package>] [B<--version>] [B<--cflags>] [B<--libs>] [B<--help>]
-
-=head1 DESCRIPTION
-
-B<log4shib-config> prints out various configuration information for the
-log4shib library, such as the compiler and linker flags required to build
-and link programs against the library.
-
-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.
-
-=head1 OPTIONS
-
-=over 4
-
-=item B<--help>
-
-Prints a usage message.  This is the default action.
-
-=item B<--cflags>
-
-Prints the compiler flags required to build software using log4shib.
-
-=item B<--libs>
-
-Prints the linker flags required to link software with log4shib.
-
-=item B<--package>
-
-Prints the name of the log4shib package.
-
-=item B<--version>
-
-Prints the version of log4shib from which this script came.
-
-=item B<--prefix>[=I<dir>]
-
-Prints the prefix with which log4shib was compiled.  If the optional
-argument is supplied, also sets the prefix to I<dir> for any subsequent
-flags.  (This is rarely useful.)
-
-=item B<--exec-prefix>[=I<dir>]
-
-Prints the prefix for compiled files with which log4shib was compiled.  If
-the optional argument is supplied, also sets the exec prefix to I<dir> for
-any subsequent flags.  (This is rarely useful.)
-
-=back
-
-Other, lesser-used options are also available to print out additional
-configure-time information.  Run with B<--help> for a full list of
-available options.
-
-=head1 AUTHOR
-
-Written by Russ Allbery <rra at debian.org> for the Debian distribution.
-
-=cut
diff --git a/debian/rules b/debian/rules
index c9f7b9b..89a3ea7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,9 +29,6 @@ override_dh_auto_install-indep:
 	$(MAKE) -C doc DESTDIR=$(CURDIR)/debian/tmp install
 
 override_dh_install:
-	pod2man --release='$(word 3,$(shell ./config.status --version))' \
-	    --section=1 --center=log4shib \
-	    debian/log4shib-config.pod debian/log4shib-config.1
 	rm -vf debian/tmp/usr/share/doc/log4shib-*/api/html/api/*.md5
 	dh_install
 

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


More information about the commits mailing list