summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Preud'homme <robotux@celest.fr>2018-03-09 00:09:16 +0000
committerThomas Preud'homme <robotux@celest.fr>2018-03-09 00:24:26 +0000
commitd267eec6421c32ef175063112bda4cba40edc169 (patch)
tree25136ffbe148054c970196565a08552cd5a9234e
parent27f4001541a2742f56dddf99ed27bd86913a4705 (diff)
remove useless build and clean overrides
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules8
2 files changed, 1 insertions, 8 deletions
diff --git a/debian/changelog b/debian/changelog
index 3661a88..d824f68 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ tcc (0.9.27-6) UNRELEASED; urgency=medium
* debian/rules:
+ Simplify Debian architecture check.
+ Enable build of i386 tcc cross-compiler (Closes: #673380).
+ + Remove build and clean overrides useless since debhelper 10.
-- Thomas Preud'homme <robotux@debian.org> Thu, 08 Mar 2018 22:31:50 +0000
diff --git a/debian/rules b/debian/rules
index c804cc0..6a224f0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,13 +27,5 @@ override_dh_installexamples:
dh_installexamples
sed -i 1s@/usr/bin/tcc@/usr/local/bin/tcc@ examples/*.c
-clean:
- rm -f build
- dh clean
-
-build:
- dh build
- touch build # As recommended by policy ยง4.9
-
%:
dh $@