diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2024-11-15 19:34:07 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2024-11-15 19:34:07 +0100 |
commit | c45e819803927aea824743d13bea6ecc2faccbf7 (patch) | |
tree | 16b5ac99c88d7cb6dd746778c4efde9efcdc9abf /debian/control | |
parent | 622a21797f8086fa7a58728e0ea715270e7a9bd6 (diff) |
Fix FTBFS on hurd-i386 & hurd-amd64
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 44c2738..6a6b782 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Build-Depends: libcups2-dev, libcurl4-gnutls-dev, libgphoto2-dev, - libieee1284-3-dev [!hurd-i386], + libieee1284-3-dev [!hurd-any], libjpeg-dev, libltdl-dev, libpng-dev, |