summaryrefslogtreecommitdiff
path: root/config/debug
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@free.fr>2012-12-26 10:53:05 (GMT)
committerYann E. MORIN" <yann.morin.1998@free.fr>2012-12-26 10:53:05 (GMT)
commit652906ac5fd06acbb44c0e7e8440d30e7d06ee23 (patch)
tree80393c25f6b7128dcb6507965d6437a3e716b204 /config/debug
parent188d166ce3d7188eed91ea0d9e69b6d1f2a8ecf2 (diff)
all: remove versions marked obsolete
For major components, keep the latest version of each major releases. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'config/debug')
-rw-r--r--config/debug/duma.in24
-rw-r--r--config/debug/ltrace.in13
-rw-r--r--config/debug/strace.in18
3 files changed, 0 insertions, 55 deletions
diff --git a/config/debug/duma.in b/config/debug/duma.in
index 6daee78..374339d 100644
--- a/config/debug/duma.in
+++ b/config/debug/duma.in
@@ -26,26 +26,6 @@ config DUMA_V_2_5_15
bool
prompt "2_5_15"
-config DUMA_V_2_5_14
- bool
- prompt "2_5_14 (OBSOLETE)"
- depends on OBSOLETE
-
-config DUMA_V_2_5_12
- bool
- prompt "2_5_12 (OBSOLETE)"
- depends on OBSOLETE
-
-config DUMA_V_2_5_8
- bool
- prompt "2_5_8 (OBSOLETE)"
- depends on OBSOLETE
-
-config DUMA_V_2_5_1
- bool
- prompt "2_5_1 (OBSOLETE)"
- depends on OBSOLETE
-
endchoice
config DUMA_VERSION
@@ -53,7 +33,3 @@ config DUMA_VERSION
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
default "2_5_15" if DUMA_V_2_5_15
- default "2_5_14" if DUMA_V_2_5_14
- default "2_5_12" if DUMA_V_2_5_12
- default "2_5_8" if DUMA_V_2_5_8
- default "2_5_1" if DUMA_V_2_5_1
diff --git a/config/debug/ltrace.in b/config/debug/ltrace.in
index 90f0810..6b27121 100644
--- a/config/debug/ltrace.in
+++ b/config/debug/ltrace.in
@@ -24,16 +24,6 @@ config LTRACE_V_0_5_2
bool
prompt "0.5.2"
-config LTRACE_V_0_5
- bool
- prompt "0.5 (OBSOLETE)"
- depends on OBSOLETE
-
-config LTRACE_V_0_4
- bool
- prompt "0.4 (OBSOLETE)"
- depends on OBSOLETE
-
endchoice
config LTRACE_VERSION
@@ -42,9 +32,6 @@ config LTRACE_VERSION
# CT_INSERT_VERSION_STRING_BELOW
default "0.5.3" if LTRACE_V_0_5_3
default "0.5.2" if LTRACE_V_0_5_2
- default "0.5.1" if LTRACE_V_0_5_1
- default "0.5" if LTRACE_V_0_5
- default "0.4" if LTRACE_V_0_4
config LTRACE_0_5_3_or_later
bool
diff --git a/config/debug/strace.in b/config/debug/strace.in
index 63d5317..d736a7a 100644
--- a/config/debug/strace.in
+++ b/config/debug/strace.in
@@ -27,21 +27,6 @@ config STRACE_V_4_5_18
bool
prompt "4.5.18"
-config STRACE_V_4_5_17
- bool
- prompt "4.5.17 (OBSOLETE)"
- depends on OBSOLETE
-
-config STRACE_V_4_5_16
- bool
- prompt "4.5.16 (OBSOLETE)"
- depends on OBSOLETE
-
-config STRACE_V_4_5_15
- bool
- prompt "4.5.15 (OBSOLETE)"
- depends on OBSOLETE
-
endchoice
config STRACE_VERSION
@@ -52,6 +37,3 @@ config STRACE_VERSION
default "4.5.20" if STRACE_V_4_5_20
default "4.5.19" if STRACE_V_4_5_19
default "4.5.18" if STRACE_V_4_5_18
- default "4.5.17" if STRACE_V_4_5_17
- default "4.5.16" if STRACE_V_4_5_16
- default "4.5.15" if STRACE_V_4_5_15