From 497e9ea5f7047181b6b102828a56bb3dadf8e0ae Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Wed, 15 Feb 2023 21:17:17 -0700 Subject: [PATCH] another try at getting stripping right --- debian/changelog | 7 +++++++ debian/rules | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/debian/changelog b/debian/changelog index ccd0a23..095c61e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +cpmtools (2.23-3) unstable; urgency=low + + * force override of install program to address unwanted stripping, + closes: #1029084 + + -- Bdale Garbee Wed, 15 Feb 2023 20:57:37 -0700 + cpmtools (2.23-3) unstable; urgency=low * try harder to get build using libdsk, closes: #1027769 diff --git a/debian/rules b/debian/rules index 917f347..7788bcd 100755 --- a/debian/rules +++ b/debian/rules @@ -5,3 +5,10 @@ override_dh_auto_configure: dh_auto_configure -- --datarootdir=/etc/cpmtools --with-libdsk=/usr + +override_dh_auto_install: + make install \ + DESTDIR=$(CURDIR)/debian/cpmtools \ + AM_UPDATE_INFO_DIR=no \ + 'INSTALL=install --strip-program=true' + -- 2.30.2