diff options
Diffstat (limited to 'encap/src/encap-profiles/Makefile')
-rw-r--r-- | encap/src/encap-profiles/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/encap/src/encap-profiles/Makefile b/encap/src/encap-profiles/Makefile index 674206cd5..abdbf7d91 100644 --- a/encap/src/encap-profiles/Makefile +++ b/encap/src/encap-profiles/Makefile @@ -59,6 +59,11 @@ BCFG2_PYTHON_APT = bcfg2-python-apt-0.5.10 OS ?= linux_debian_sarge endif +ifeq ($(DISTRO),Debian GNU/Linux 4.0 \n \l) +BCFG2_PYTHON_APT = bcfg2-python-apt-0.6.19 +OS ?= linux_debian_etch +endif + ifeq ($(DISTRO),Debian GNU/Linux testing/unstable \n \l) BCFG2_PYTHON_APT = bcfg2-python-apt-0.6.19 OS ?= linux_debian_sid |