summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Preud'homme <robotux@celest.fr>2020-08-14 13:55:14 +0100
committerThomas Preud'homme <robotux@celest.fr>2020-08-14 23:10:35 +0100
commit0dde31e0cbe238e7f725b7829f67d864f0601e8c (patch)
treeee2becce7a68171b90fb0a6e025556a8c81e6d3e
parent32bc31d40b6f35ad39eef093915ca299d800ba5f (diff)
Remove unneeded backup of tcc-doc.html.
-rw-r--r--debian/changelog2
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 61418f0..eee6009 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ tcc (0.9.27+git20200814.62c30a4a-1) UNRELEASED; urgency=medium
* debian/patches:
+ Enable VFP if targeting armhf.
+ Drop patches applied upstream.
+ * debian/rules:
+ + Remove unneeded backup of tcc-doc.html.
-- Thomas Preud'homme <robotux@debian.org> Thu, 13 Aug 2020 22:29:31 +0100
diff --git a/debian/rules b/debian/rules
index 490d2f0..eeeb8a3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,7 +25,6 @@ override_dh_auto_configure:
--docdir=/usr/share/doc/tcc
override_dh_auto_build-arch:
- cp tcc-doc.html tcc-doc.html.backup
dh_auto_build
ifeq (amd64,$(DEB_HOST_ARCH))
dh_auto_build -- cross-i386 DEF-i386=$(DEF_I386)
@@ -40,7 +39,6 @@ override_dh_auto_test:
override_dh_auto_clean:
[ ! -f config.mak ] || dh_auto_clean
- [ -f tcc-doc.html ] || mv tcc-doc.html.backup tcc-doc.html
override_dh_installexamples:
sed -i 1s@/usr/local/bin/tcc@/usr/bin/tcc@ examples/*.c