diff options
| author | Michael Biebl <biebl@debian.org> | 2022-08-17 10:56:05 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2022-08-17 11:35:35 +0200 |
| commit | a2bc1c9a88f507064a30795e48992d2ebc3ab874 (patch) | |
| tree | 10568b7db95771d08be87a8cbc6bba2f4e9bdac3 /debian | |
| parent | 2e2b3e870532229f903adca0a9a37086ce46459a (diff) | |
Replace intltool Build-Depends with gettext
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 8a92a63e..befe2aa2 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: debhelper-compat (= 13), dh-sequence-gir, automake (>= 1.12), pkg-config, - intltool, + gettext (>= 0.19.8), libglib2.0-dev (>= 2.40), ppp-dev, libselinux1-dev, |