1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
From 32355b5bc5d862e60d6e94c88b842eba76a5f36d Mon Sep 17 00:00:00 2001
From: Dima Kogan <dima@secretsauce.net>
Date: Fri, 28 Nov 2014 21:54:51 -0800
Subject: [PATCH 01/11] Allowing with_deps_on_target_arch_deps again
Closes: #766924
---
debian/rules.defs | 3 ---
1 file changed, 3 deletions(-)
diff --git a/debian/rules.defs b/debian/rules.defs
index e054ef3..72e10bb 100644
--- a/debian/rules.defs
+++ b/debian/rules.defs
@@ -167,9 +167,6 @@ ifeq ($(DEB_TARGET_ARCH),)
$(error Invalid architecure.)
endif
-# Force this, people get confused about the default. See #760770.
-override with_deps_on_target_arch_pkgs :=
-
# including unversiond symlinks for binaries
#with_unversioned = yes
--
2.17.0
|