From fa5417e81d1877279da8f03a6691975e86f3f30f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 15 Jul 2018 19:01:46 +0200 Subject: Remove override_dh_strip --- debian/changelog | 4 +++- debian/rules | 5 +---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7c5d829..5c0a382 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,7 +9,9 @@ argyll (2.0.1+repack-1) UNRELEASED; urgency=medium * Migrate to debhelper 11: - Change debian/compat to 11. - Bump minimum debhelper version in debian/control to >= 11. - * Correct doc directory. + * debian/rules: + - Correct doc directory handling. + - Remove override_dh_strip, used for debug symbol migration. * debian/control: - Switch Vcs-* to new location. * debian/copyright: diff --git a/debian/rules b/debian/rules index 8ac72b3..5e729d0 100755 --- a/debian/rules +++ b/debian/rules @@ -37,7 +37,7 @@ override_dh_auto_install: override_dh_installdocs: dh_installdocs mv $(CURDIR)/debian/argyll-doc/usr/share/doc/argyll/* $(CURDIR)/debian/argyll-doc/usr/share/doc/argyll-doc/ - rm -f $(CURDIR)/debian/argyll-doc/usr/share/doc/argyll + rmdir $(CURDIR)/debian/argyll-doc/usr/share/doc/argyll rm -f $(CURDIR)/debian/argyll-doc/usr/share/doc/argyll-doc/License.txt rm -f $(CURDIR)/debian/argyll-doc/usr/share/doc/argyll-doc/License2.txt rm -f $(CURDIR)/debian/argyll-doc/usr/share/doc/argyll-doc/License3.txt @@ -54,9 +54,6 @@ override_dh_builddeb: override_dh_compress: dh_compress -X.html -override_dh_strip: - dh_strip --dbgsym-migration='argyll-dbg (<< 1.9.2+repack-2~)' - build-manpages: help2man -N --no-discard-stderr --name="Apply device calibration to an ICC profile." debian/tmp/usr/bin/applycal > debian/man/applycal.1 help2man -N --no-discard-stderr --name="Dump an ICC file in human readable form." debian/tmp/usr/bin/iccdump > debian/man/iccdump.1 -- cgit v1.2.3