diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-03-23 03:22:17 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-03-23 03:23:02 +0100 |
commit | 70e41f5b42a9dcc6788ef6cf023aaf595f4e2b16 (patch) | |
tree | 74d0d7d708f59d270b6471ed04195be91a93bba5 /dilos | |
parent | 20d379842319cfb94e65b06f6ded5e8dafef046b (diff) | |
download | tde-packaging-70e41f5b42a9dcc6788ef6cf023aaf595f4e2b16.tar.gz tde-packaging-70e41f5b42a9dcc6788ef6cf023aaf595f4e2b16.zip |
DilOS tqt3: Add dh_strip_nondeterminism to support a reproducible build.
Correction of a typo in the TQWidget documentation is no longer needed.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 52f56f4a11887b560b94e15b2f7e59b088d3b5be)
Diffstat (limited to 'dilos')
-rwxr-xr-x | dilos/dependencies/tqt3/debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dilos/dependencies/tqt3/debian/rules b/dilos/dependencies/tqt3/debian/rules index c44f975ec..3e1153f3a 100755 --- a/dilos/dependencies/tqt3/debian/rules +++ b/dilos/dependencies/tqt3/debian/rules @@ -244,8 +244,6 @@ install: build # copy all docs there first install -d $(P_DOC)/usr/share/tqt3/doc/html/ for a in `cd $(TMP_INSTALL)/usr/share/tqt3/doc/html/ && find`; do cp $(TMP_INSTALL)/usr/share/tqt3/doc/html/"$$a" $(P_DOC)/usr/share/tqt3/doc/html/; done - #typo bugfix - sed -i -e 's/reveives/receives/' $(P_DOC)/usr/share/tqt3/doc/html/ntqwidget.html ## build designer package documentation # tqt3-designer @@ -449,6 +447,8 @@ binary-arch: build install dh_link -a $(IBASE) dh_strip -a $(IBASE) --dbg-package=tqt-x11-free-dbg + $(if $(wildcard /usr/bin/dh_strip_nondeterminism),\ + dh_strip_nondeterminism -a $(IBASE)) dh_compress -a $(IBASE) dh_fixperms -a $(IBASE) |