summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules4
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index d824f68..0bb13c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ tcc (0.9.27-6) UNRELEASED; urgency=medium
+ Simplify Debian architecture check.
+ Enable build of i386 tcc cross-compiler (Closes: #673380).
+ Remove build and clean overrides useless since debhelper 10.
+ + Link i386-tcc manual to tcc manual.
-- Thomas Preud'homme <robotux@debian.org> Thu, 08 Mar 2018 22:31:50 +0000
diff --git a/debian/rules b/debian/rules
index 6a224f0..5aa33f7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,10 @@ override_dh_auto_build:
dh_auto_build
ifeq (amd64,$(DEB_HOST_ARCH))
dh_auto_build -- cross-i386 DEF-i386='-DCONFIG_TRIPLET="\"i386-linux-gnu\"" -DTCC_TARGET_I386'
+
+override_dh_auto_install:
+ dh_auto_install
+ dh_link usr/share/man/man1/tcc.1 usr/share/man/man1/i386-tcc.1
endif
override_dh_auto_test: