summaryrefslogtreecommitdiffstats
path: root/debian/_base
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-03-22 19:25:48 +0100
committerSlávek Banko <slavek.banko@axis.cz>2020-03-22 19:26:16 +0100
commit3169cdfbff36872c3bdc969a24dca3e423e29075 (patch)
tree55dcfda01da6bfdfa0e82a81452caff695543085 /debian/_base
parent932ceb6e3e1e6609e0ee7bd78541b69fccff4383 (diff)
downloadtde-packaging-3169cdfbff36872c3bdc969a24dca3e423e29075.tar.gz
tde-packaging-3169cdfbff36872c3bdc969a24dca3e423e29075.zip
DEB 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>
Diffstat (limited to 'debian/_base')
-rwxr-xr-xdebian/_base/dependencies/tqt3/debian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/_base/dependencies/tqt3/debian/rules b/debian/_base/dependencies/tqt3/debian/rules
index 4a2b8f935..8b800260a 100755
--- a/debian/_base/dependencies/tqt3/debian/rules
+++ b/debian/_base/dependencies/tqt3/debian/rules
@@ -238,8 +238,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
@@ -443,6 +441,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)