summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Preud'homme <robotux@celest.fr>2018-03-13 22:40:31 +0000
committerThomas Preud'homme <robotux@celest.fr>2018-03-14 00:31:02 +0000
commita4b8b0f80abc4b4c447345c663a8d697033870c0 (patch)
tree1db28bbd0bcf23e2bb63777ecd189cabf1173313
parentc8cf6a05e0fe6384415fe31734aa6c7732ff3acd (diff)
Remove useless echo in debian/rules
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules1
2 files changed, 1 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 9b08643..50a7fe2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ tcc (0.9.27-7) UNRELEASED; urgency=medium
* debian/rules:
+ Set host CPU based on Debian architecture to ensure reproducible build.
+ Fix retrieval of DEB_HOST_MULTIARCH for i386 host.
+ + Remove useless echo.
-- Thomas Preud'homme <robotux@debian.org> Tue, 13 Mar 2018 21:41:50 +0000
diff --git a/debian/rules b/debian/rules
index 674cf06..c471e89 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,6 @@ override_dh_auto_build-arch:
cp tcc-doc.html tcc-doc.html.backup
dh_auto_build
ifeq (amd64,$(DEB_HOST_ARCH))
- echo $(DEB_I386_MULTIARCH)
dh_auto_build -- cross-i386 DEF-i386=$(DEF_I386)
override_dh_auto_install-arch: