From 467dd04c1725e6c119ba786a3aad2ef46f43e7db Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Sun, 29 Jan 2023 09:33:53 -0700 Subject: [PATCH] try harder to get libdsk used --- debian/changelog | 6 ++++++ debian/rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 56a33da..ccd0a23 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cpmtools (2.23-3) unstable; urgency=low + + * try harder to get build using libdsk, closes: #1027769 + + -- Bdale Garbee Sun, 29 Jan 2023 09:33:11 -0700 + cpmtools (2.23-2) unstable; urgency=low * strip during dh_auto_install ended with compat 11, so move from 10 to 13 diff --git a/debian/rules b/debian/rules index e7b85c7..917f347 100755 --- a/debian/rules +++ b/debian/rules @@ -4,4 +4,4 @@ dh $@ --without autoreconf override_dh_auto_configure: - dh_auto_configure -- --datarootdir=/etc/cpmtools + dh_auto_configure -- --datarootdir=/etc/cpmtools --with-libdsk=/usr -- 2.30.2