summaryrefslogtreecommitdiff
path: root/debian/rules.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules.patch')
-rw-r--r--debian/rules.patch3
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/rules.patch b/debian/rules.patch
index ed490d9..e1b4f24 100644
--- a/debian/rules.patch
+++ b/debian/rules.patch
@@ -103,8 +103,7 @@ debian_patches += \
# FIXME: still necessary for cross building the native compiler?
# gcc-auto-build \
-gdb_depends := $(shell dpkg -s gdb | grep '^Depends:.*libpython3')
-ifneq (,$(findstring libpython3,$(gdb_depends)))
+ifeq (,$(filter $(distrelease),wheezy squeeze dapper hardy lucid maverick natty oneiric precise quantal raring))
debian_patches += libstdc++-python3
endif