diff options
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 15 | ||||
-rwxr-xr-x | debian/rules | 3 |
3 files changed, 3 insertions, 18 deletions
diff --git a/debian/changelog b/debian/changelog index d41c53f..af6e2a0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,9 @@ argyll (1.9.2+repack-2) UNRELEASED; urgency=medium - Remove dh-autoreconf. + Not longer needed since debhelper compatibility level > 10. - Remove libssl-dev from build depends to use the upstream ssl implemantiton. + * Use the automatic debug symbol packages: + - Remove argyll-dbg section from debian/control. + - Remove override_dh_strip from debian/rules. -- Jörg Frings-Fürst <debian@jff-webhosting.net> Sat, 26 Aug 2017 14:50:25 +0200 diff --git a/debian/control b/debian/control index 1c0a481..4c34a52 100644 --- a/debian/control +++ b/debian/control @@ -45,21 +45,6 @@ Description: Color Management System, calibrator and profiler fast, fully accurate 16 bit conversion. Device color gamuts can also be viewed and compared using a VRML viewer. -Package: argyll-dbg -Section: debug -Priority: extra -Architecture: linux-any -Depends: argyll (= ${binary:Version}), ${misc:Depends} -Pre-Depends: - dpkg (>= 1.17.5) -Description: debugging symbols for argyll - Argyll is an experimental, open source, ICC compatible color management - system. It supports accurate ICC profile creation for scanners, CMYK - printers, film recorders and calibration and profiling of displays. - . - This package contains the debugging symbols for argyll, libicc and libimdi - libraries - Package: argyll-ref Architecture: all Priority: extra diff --git a/debian/rules b/debian/rules index 8cd2669..85ab4d3 100755 --- a/debian/rules +++ b/debian/rules @@ -43,9 +43,6 @@ override_dh_installdocs: override_dh_installchangelogs: dh_installchangelogs log.txt -override_dh_strip: - dh_strip --dbg-package=argyll-dbg - override_dh_builddeb: dh_builddeb |