summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorAndrej Shadura <andrew.shadura@collabora.co.uk>2022-10-01 23:31:35 +0200
committerAndrej Shadura <andrew.shadura@collabora.co.uk>2022-10-02 10:49:12 +0200
commitb50cd79286e4238ffddd554b559ec6f010326923 (patch)
treeedb4ace59f7593cc047a1f4ad59fe2021da15f2e /debian/control
parent76339df99dcd8196ca14ac36b40a129c950b1172 (diff)
Provide a binary package pkg-config to provide a transition path from pkg-config
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control25
1 files changed, 21 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index 9052424..b73cd32 100644
--- a/debian/control
+++ b/debian/control
@@ -21,11 +21,11 @@ Depends:
${perl:Depends},
${shlibs:Depends}
Replaces:
- pkg-config
+ pkg-config (<< 1.8)
Provides:
- pkg-config (= 0.29-1)
+ pkg-config (= ${binary:Version})
Breaks:
- pkg-config (>= 0.29.2-1)
+ pkg-config (<< 1.8)
Description: manage compile and link flags for libraries
pkgconf is an implementation of the pkg-config system, which helps to configure
compiler and linker flags for development frameworks.
@@ -44,7 +44,7 @@ Breaks:
pkgconf (<< 1.8.0-2~),
Replaces:
pkgconf (<< 1.8.0-2~),
- pkg-config,
+ pkg-config (<< 1.8),
Description: manage compile and link flags for libraries (binaries)
pkgconf is an implementation of the pkg-config system, which helps to configure
compiler and linker flags for development frameworks.
@@ -97,3 +97,20 @@ Description: development files for pkgconf
discover and use libraries configured by pkgconf.
.
This package ships development files for libpkgconf.
+
+Package: pkg-config
+Architecture: any
+Multi-Arch: same
+Section: oldlibs
+Depends:
+ pkgconf (>= 1.8.0-7~),
+ ${misc:Depends},
+Description: manage compile and link flags for libraries (transitional package)
+ pkgconf is an implementation of the pkg-config system, which helps to configure
+ compiler and linker flags for development frameworks.
+ .
+ pkgconf is a replacement for pkg-config, providing additional functionality
+ while also maintaining compatibility.
+ .
+ This package only provides a dependency link to the pkgconf package to help
+ with package upgrades. It can be safely removed.