summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-05-01 14:58:55 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-05-01 14:58:55 +0200
commit89e99e8a827859729729dfc92d74be4a8f96f1a4 (patch)
tree466811eb02b5288ad1fdd19a789d004cabd35b2d
parentf7f15bc4f31d48693ee896f2e442926eabcd2dca (diff)
work for reproducible
-rwxr-xr-xdebian/rules4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index f24ed3e..c7617b6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,6 +40,10 @@ override_dh_installchangelogs:
override_dh_strip:
dh_strip --dbg-package=argyll-dbg
+override_dh_builddeb:
+ dh_builddeb
+ cp 111.txt 222.txt
+
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