From: Bdale Garbee Date: Sun, 29 Jan 2023 16:27:22 +0000 (-0700) Subject: move to debhelper compat 13, hopefully fixes cross-building X-Git-Tag: debian/2.23-2 X-Git-Url: https://git.gag.com/?p=debian%2Fcpmtools;a=commitdiff_plain;h=1f63e0639206e2b1d2757860fcbe77a86f3aaa3a move to debhelper compat 13, hopefully fixes cross-building --- diff --git a/debian/changelog b/debian/changelog index 40deaf8..56a33da 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +cpmtools (2.23-2) unstable; urgency=low + + * strip during dh_auto_install ended with compat 11, so move from 10 to 13 + in hope of actually fixing cross-building, closes: #1029084 + + -- Bdale Garbee Sun, 29 Jan 2023 09:27:06 -0700 + cpmtools (2.23-1) unstable; urgency=low * new upstream version, closes: #1027768 diff --git a/debian/compat b/debian/compat index f599e28..b1bd38b 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -10 +13