diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2024-03-03 10:36:30 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2024-03-03 10:36:30 +0100 |
commit | c5eeb49d130eb2e89b0bfebdc2445f14f4698aed (patch) | |
tree | d4b1c1bdc4175a0db7cf3aeb6c2af6e4e9f6197d /debian | |
parent | 37c7e072d99a48580e15cacb781ea411d10072e0 (diff) |
d/control: Replace obsolete pkg-config with pkgconf
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index c80ba13..5393537 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ sane-backends (1.3.0-1) UNRELEASED; urgency=medium * New upstream release. - debian/sane-utils.install: Install new saned.install.md. + * debian/control: + - Replace obsolete pkg-config with pkgconf. -- Jörg Frings-Fürst <debian@jff.email> Sun, 03 Mar 2024 09:55:25 +0100 diff --git a/debian/control b/debian/control index 53528af..44c2738 100644 --- a/debian/control +++ b/debian/control @@ -24,7 +24,7 @@ Build-Depends: libtiff-dev, libusb-1.0-0-dev, libxml2-dev, - pkg-config, + pkgconf, po-debconf, xutils-dev, python3-minimal:any |