summaryrefslogtreecommitdiffstats
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:27:03 +0100
commit20d379842319cfb94e65b06f6ded5e8dafef046b (patch)
tree4a4e1121401dd4911419973f1825cf41b290f3c5
parent35bee2de20391e7d2222f61b247e6d351eb16ea8 (diff)
downloadtde-packaging-20d379842319cfb94e65b06f6ded5e8dafef046b.tar.gz
tde-packaging-20d379842319cfb94e65b06f6ded5e8dafef046b.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> (cherry picked from commit 3169cdfbff36872c3bdc969a24dca3e423e29075)
-rwxr-xr-xdebian/_base/dependencies/tqt3/debian/rules4
-rwxr-xr-xubuntu/_base/dependencies/tqt3/debian/rules4
2 files changed, 4 insertions, 4 deletions
diff --git a/debian/_base/dependencies/tqt3/debian/rules b/debian/_base/dependencies/tqt3/debian/rules
index 42061c75a..6391b95e5 100755
--- a/debian/_base/dependencies/tqt3/debian/rules
+++ b/debian/_base/dependencies/tqt3/debian/rules
@@ -226,8 +226,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
@@ -431,6 +429,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)
diff --git a/ubuntu/_base/dependencies/tqt3/debian/rules b/ubuntu/_base/dependencies/tqt3/debian/rules
index 42061c75a..6391b95e5 100755
--- a/ubuntu/_base/dependencies/tqt3/debian/rules
+++ b/ubuntu/_base/dependencies/tqt3/debian/rules
@@ -226,8 +226,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
@@ -431,6 +429,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)