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

guillem pushed a commit to branch main
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=f7e903cb286893cea06d45303f241ef2bf26d153

commit f7e903cb286893cea06d45303f241ef2bf26d153
Author: Guillem Jover <[email protected]>
AuthorDate: Fri Dec 16 23:12:56 2022 +0100

    debian: Add pkgconf as main Build-Depends alternative to pkg-config
    
    Even though pkgconf provides pkg-config, the latter project is pretty
    dormant upstream, and has been completely replaced by the former on
    several distributions, including Debian.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 22e468683..fd93ce99e 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Standards-Version: 4.6.1
 Rules-Requires-Root: no
 Build-Depends:
  debhelper-compat (= 13),
- pkg-config,
+ pkgconf | pkg-config,
 # Version needed for ITS support.
  gettext (>= 0.19.7),
 # Version needed for --porefs defaults, conditional addenda and mode=eof.

-- 
Dpkg.Org's dpkg

Reply via email to