summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Preud'homme <robotux@celest.fr>2018-03-09 00:21:50 +0000
committerThomas Preud'homme <robotux@celest.fr>2018-03-09 00:33:18 +0000
commitd1fc58b16b474c2ab36430e09182f3e39beef9f6 (patch)
tree700900c8198321b18eec2a0110cf87b3ea5915ae
parentd267eec6421c32ef175063112bda4cba40edc169 (diff)
symlink i386-tcc man to tcc man
-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: