aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules.real
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2020-04-01 03:38:08 +0100
committerBen Hutchings <ben@decadent.org.uk>2020-04-01 03:42:11 +0100
commit23e8e73ca9eded7e155c39aaa2f7a2c1a3ed2e1a (patch)
tree82016f4934c58125086d66ad2b54908dca870595 /debian/rules.real
parentdb81658089a53d7af7e553f543fd1ba0e5fe7e4d (diff)
downloadkernel_replicant_linux-23e8e73ca9eded7e155c39aaa2f7a2c1a3ed2e1a.tar.gz
kernel_replicant_linux-23e8e73ca9eded7e155c39aaa2f7a2c1a3ed2e1a.tar.bz2
kernel_replicant_linux-23e8e73ca9eded7e155c39aaa2f7a2c1a3ed2e1a.zip
debian/rules.real: Delete redundant include
We already include debian/rules.defs, which includes /usr/share/dpkg/default.mk, which includes /usr/share/dpkg/architecture.mk. So there's no need to include it directly as well. (We were already doing that before I added the direct inclusion, so I have no idea why I made that change.)
Diffstat (limited to 'debian/rules.real')
-rw-r--r--debian/rules.real2
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/rules.real b/debian/rules.real
index 43575001cbb4..90552a1647ea 100644
--- a/debian/rules.real
+++ b/debian/rules.real
@@ -16,8 +16,6 @@ ifeq ($(DISTRIBUTOR),)
DISTRIBUTOR := Debian
endif
-include /usr/share/dpkg/architecture.mk
-
include debian/rules.defs
ifdef ARCH