From: Andre Noll Date: Sun, 21 Apr 2024 22:07:19 +0000 (+0200) Subject: debian: Update debhelper version. X-Git-Tag: v1.0.2~6 X-Git-Url: http://git.tuebingen.mpg.de/libdai.git/tree?a=commitdiff_plain;h=5acf12f08bd43f82fd49b2ab047eac15c37ea297;p=tfortune.git debian: Update debhelper version. This is the version shipped currently with Debian 12 (Bookworm), which is the oldest version we care about since the support for Debian Bullseye (11) runs out soon. Remove the redundant debian/compat file while at it. Suggested-by: lintian(1) Reviewed-by: Andreas Metzler --- diff --git a/debian/compat b/debian/compat deleted file mode 100644 index f599e28..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -10 diff --git a/debian/control b/debian/control index b695f6c..80202cf 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: tfortune Section: games Priority: optional Maintainer: Andre Noll -Build-Depends: m4, flex, bison, debhelper (>= 10.0), autoconf, liblopsub-dev +Build-Depends: m4, flex, bison, debhelper (>= 13), debhelper-compat (=13), autoconf, liblopsub-dev Standards-Version: 4.6.2 Homepage: http://people.tuebingen.mpg.de/maan/tfortune/ Vcs-Browser: http://git.tuebingen.mpg.de/tfortune.git