diff options
| author | Michael Biebl <biebl@debian.org> | 2026-02-24 15:02:27 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2026-02-24 15:05:25 +0100 |
| commit | 44207fa1fe87fb761e14b7bbb3fb3746dfee2b12 (patch) | |
| tree | c371c36a9c153fa8fc1e950f8ee1af49428c0f1b /debian | |
| parent | 209d10cc259d816b2f81264a5dd1b7a6b923eef8 (diff) | |
Build-Depend on libselinux-dev instead of libselinux1-dev
See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=966687
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 ca902d13..cfea4a1e 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: debhelper-compat (= 13), gettext (>= 0.19.8), libglib2.0-dev (>= 2.42), ppp-dev, - libselinux1-dev, + libselinux-dev, libaudit-dev, libgnutls28-dev (>= 2.12), uuid-dev, |