Codebase list libksba / 5b0ccb8
Drop ksba-config libgpg-error 1.46 does not ship gpg-error-config, which in turn stops installation of ksba-config (if gpgrt-config is available). Stop trying to install it (Closes: #1022345) and simply version b-d on libgpg-error-dev (>= 1.46) instead of unnecessarily complicating the build. Andreas Metzler 1 year, 6 months ago
5 changed file(s) with 11 addition(s) and 41 deletion(s). Raw diff Collapse all Expand all
0 libksba (1.6.2-3) UNRELEASED; urgency=medium
1
0 libksba (1.6.2-3) unstable; urgency=medium
1
2 [ Debian Janitor ]
23 * Remove constraints unnecessary since buster (oldstable):
34 + Build-Depends: Drop versioned constraint on libgpg-error-dev.
45
5 -- Debian Janitor <janitor@jelmer.uk> Fri, 14 Oct 2022 13:50:15 -0000
6 [ Andreas Metzler ]
7 * libgpg-error 1.46 does not ship gpg-error-config, which in turn stops
8 installation of ksba-config (if gpgrt-config is available). Stop trying to
9 install it (Closes: #1022345) and simply version b-d on libgpg-error-dev
10 (>= 1.46) instead of unnecessarily complicating the build.
11
12 -- Andreas Metzler <ametzler@debian.org> Sun, 23 Oct 2022 15:48:30 +0200
613
714 libksba (1.6.2-2) unstable; urgency=low
815
77 James Westby <jw+debian@jameswestby.net>,
88 Build-Depends:
99 debhelper-compat (= 13),
10 libgpg-error-dev,
10 libgpg-error-dev (>= 1.46),
1111 Build-Depends-Indep:
1212 libgpg-error-mingw-w64-dev,
1313 mingw-w64,
+0
-35
debian/ksba-config.1 less more
0 .TH KSBA-CONFIG 1 "Dec 5, 2001" "libksba"
1 .SH NAME
2 ksba-config \- print libksba library configuration information
3 .SH SYNOPSIS
4 .B "ksba-config"
5 [\-\-prefix]
6 [\-\-exec-prefix]
7 [\-\-version]
8 [\-\-libs]
9 [\-\-cflags]
10
11 .SH DESCRIPTION
12 This prints out various configuration information for the ksba
13 library. It is useful for application building and packaging procedures.
14
15 .SH OPTIONS
16 .TP
17 .I \-\-version
18 Show version number.
19 .TP
20 .I \-\-prefix
21 Outputs the prefix used to install libksba.
22 .TP
23 .I \-\-exec-prefix
24 Outputs the exec-prefix used to install libksba.
25 .TP
26 .I \-\-cflags
27 Outputs include flags for the C compiler.
28 .TP
29 .I \-\-libs
30 Outputs library flags for the linker.
31
32 .SH AUTHOR
33 Matthias Urlichs <smurf@debian.org>
34
0 usr/bin/ksba-config
10 usr/include/*
21 usr/lib/*/lib*.a
32 usr/lib/*/lib*.so
+0
-1
debian/libksba-dev.manpages less more
0 debian/ksba-config.1