From b8781976c457a102ecd15b62d00216c52a636277 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 17 Oct 2019 11:49:39 +0200 Subject: [PATCH] make -eobuilder repositories depend on stable repositories (#37029) eobuilder repositories require preferences that are installed from the stable repositories, there's no dependency on -testing, and that dependency prevented coinstalling -eobuilder and -hotfix repositories. --- debian-buster/control | 2 +- debian-jessie/control | 2 +- debian-stretch/control | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian-buster/control b/debian-buster/control index fec8b9a..7b63068 100644 --- a/debian-buster/control +++ b/debian-buster/control @@ -30,7 +30,7 @@ Description: Entr'ouvert testing repository entry Package: entrouvert-repository-eobuilder Architecture: all -Depends: ${misc:Depends}, entrouvert-repository-testing +Depends: ${misc:Depends}, entrouvert-repository Description: Entr'ouvert eobuilder repository entry and associated apt preferences Install this package if you want to install packages from Entr'ouvert development repository. diff --git a/debian-jessie/control b/debian-jessie/control index f14f32e..f4c23db 100644 --- a/debian-jessie/control +++ b/debian-jessie/control @@ -30,7 +30,7 @@ Description: Entr'ouvert testing repository entry Package: entrouvert-repository-eobuilder Architecture: all -Depends: ${misc:Depends}, entrouvert-repository-testing +Depends: ${misc:Depends}, entrouvert-repository Description: Entr'ouvert eobuilder repository entry and associated apt preferences Install this package if you want to install packages from Entr'ouvert development repository. diff --git a/debian-stretch/control b/debian-stretch/control index fec8b9a..7b63068 100644 --- a/debian-stretch/control +++ b/debian-stretch/control @@ -30,7 +30,7 @@ Description: Entr'ouvert testing repository entry Package: entrouvert-repository-eobuilder Architecture: all -Depends: ${misc:Depends}, entrouvert-repository-testing +Depends: ${misc:Depends}, entrouvert-repository Description: Entr'ouvert eobuilder repository entry and associated apt preferences Install this package if you want to install packages from Entr'ouvert development repository.