summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-08-31 06:50:21 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-08-31 06:50:21 +0200
commitae5e9101c43fb0eef8979c6fa0169a861eee6beb (patch)
tree3d2197769dacc611bbea907a122bb9a2037975e2
parent1ad9482d72ca2fa48d8c1fdc4f5bdfd8b2b1fbff (diff)
d/changelog: change some tags to make better
-rw-r--r--debian/changelog10
-rwxr-xr-xdebian/rules3
2 files changed, 8 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 04ee935..3860758 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,20 +6,20 @@ argyll (1.9.2+repack-2) unstable; urgency=medium
- Add 2017 to debian/*.
* debian/control:
- Remove dh-autoreconf.
- + Not longer needed since debhelper compatibility level > 10.
+ + Not longer needed since debhelper compatibility level >= 10.
* debian/rules:
- - Replace dpkg-parsechangelog with SOURCE_DATE_EPOCH to prevent
- lintian warning.
+ - For better handling replace dpkg-parsechangelog with SOURCE_DATE_EPOCH
+ from pkg-info.mk.
* New patch 0130_openssl.patch:
- Enable all ssl connections since openssl provides only connetions with
TLS1.2 or greater (Closes: #871427).
* Use the automatic debug symbol packages:
- Remove argyll-dbg section from debian/control.
- - Remove override_dh_strip from debian/rules.
+ - Use --dbgsym-migration at override_dh_strip from debian/rules.
* Refresh patches:
- 0100_spelling.patch.
- -- Jörg Frings-Fürst <debian@jff-webhosting.net> Sun, 27 Aug 2017 10:18:44 +0200
+ -- Jörg Frings-Fürst <debian@jff-webhosting.net> Thu, 31 Aug 2017 06:49:06 +0200
argyll (1.9.2+repack-1) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index 6f743b7..fe01084 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,6 +50,9 @@ 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