From: Bdale Garbee Date: Thu, 16 Feb 2023 04:17:17 +0000 (-0700) Subject: another try at getting stripping right X-Git-Tag: debian/2.23-4~1 X-Git-Url: https://git.gag.com/?p=debian%2Fcpmtools;a=commitdiff_plain;h=497e9ea5f7047181b6b102828a56bb3dadf8e0ae another try at getting stripping right --- 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' +